> > I was reading the Django definitive guide and practicing on 0.96.2
> > *but* caching is seriously broken on that version. I mean seriously.
> > Almost all of my issues were gone with a simple upgrade. I switched
> > from the book to the docs but still have questions. I would really
> > appreci
Regarding this thread posted on Google
http://groups.google.com/group/django-users/browse_thread/thread/9ba514c46d9fd2b3/e64ba2c91cc16a0a#e64ba2c91cc16a0a
(cannot log a user in right after creating them :/)
This very same code does not work in 0.96.2 but upgrading to 1.0 and
without modifying the
I was reading the Django definitive guide and practicing on 0.96.2
*but* caching is seriously broken on that version. I mean seriously.
Almost all of my issues were gone with a simple upgrade. I switched
from the book to the docs but still have questions. I would really
appreciate any help at all
here is a better version of the code below while it still lasts:
http://dpaste.com/76325/
# the illest issue is right after the except clause. New accounts
should be
# logged in right after creation BUT the new account cannot
immediately log
# in. Whats the issue?
def create(request):
''' crea
4 matches
Mail list logo