Nothing has changed at all. I was just going through the steps to migrate my code base to Django 1.2.1 and this stopped working. If I comment out the decorator everything works just fine minus the protection of cause. The internal wrapper (closure) in the decorator is failing when it tries to get 'request.user'. Also I see that Django 1.2.1 now comes with jQuery 1.4.2 by default. I'm now including it twice, so I need to fix this also and move my JavaScript to later in the <script> tags.
I was also thinking about the session cookie, but I was doing nothing with it before and everything worked fine. ~Carl On Jun 2, 8:39 am, Bill Freeman <ke1g...@gmail.com> wrote: > On the chance that something has changed in your JavaScript as well, are > you sure that you're passing the session cookie? This could be a subtle > difference, such as a different version of JQuery, or the like. > > The server side doesn't know from AJAX. They're all just requests that get > a response. (COMET, on the other hand, is different.) > > Bill > > On Tue, Jun 1, 2010 at 10:16 PM, Carl Nobile <carl.nob...@gmail.com> wrote: > > I have modified my admin site so that a state/province will be loaded > > through an AJAX call when the country is chosen. I had > > @login_required(redirect_field_name='/login/') called just before the > > view so I could prevent unauthorized AJAX requests. This no longer > > works after I upgraded from 1.1 to 1.2.1. It seems the user objects is > > no longer on the request object. Is there a work around for this? > > > -- > > You received this message because you are subscribed to the Google Groups > > "Django users" group. > > To post to this group, send email to django-us...@googlegroups.com. > > To unsubscribe from this group, send email to > > django-users+unsubscr...@googlegroups.com. > > For more options, visit this group > > athttp://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-us...@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.