Re: 'User' object has no attribute 'get'

2007-12-23 Thread Alex Koshelev
What is UserForm? On 24 дек, 00:46, l5x <[EMAIL PROTECTED]> wrote: > Traceback: > File "/home/user/django_src/django/template/debug.py" in render_node > 71. result = node.render(context) > File "/home/user/django_src/django/template/debug.py" in render > 87. output =

Re: 'User' object has no attribute 'get'

2007-12-23 Thread l5x
I think I missed: http://code.djangoproject.com/wiki/BackwardsIncompatibleChanges#ModelFormsconstructornowmatchesForms That should be the solution! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users"

'User' object has no attribute 'get'

2007-12-23 Thread l5x
Traceback: File "/home/user/django_src/django/template/debug.py" in render_node 71. result = node.render(context) File "/home/user/django_src/django/template/debug.py" in render 87. output = force_unicode(self.filter_expression.resolve(context)) File