Hi, It looks like something in filebrowser hasn't been updated to support Django 1.4. The message_set attribute was marked as deprecated in Django 1.2, and removed completely in Django 1.4.
Instead of calling message_set, code should be calling the new contrib.messages API. Yours, Russ Magee %-) On Mon, Oct 22, 2012 at 12:50 AM, Руслан Янбердин <duke...@mail.ru> wrote: > AttributeError at /admin/filebrowser/browse/ > > 'User' object has no attribute 'message_set' > > /usr/local/lib/python2.7/dist-packages/filebrowser/views.py in browse > > 1. > > request.user.message_set.create(message=msg) > > > installed: Django 1.4.1, drappelli, filebrowser. > > Help me pls. > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/django-users/-/vkPPHq_3fboJ. > To post to this group, send email to django-users@googlegroups.com. > To unsubscribe from this group, send email to > django-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/django-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.