Django 1.5 - release date

2012-12-29 Thread Aidan Zhakypov
Does anyone know when Django 1.5 is going to be released as a stable version? If I want to *start* developing a production web site, should I write it on Django 1.4 or is it already ok to implement it on Django 1.5? -- You received this message because you are subscribed to the Google Groups "

Re: Django Admin Login - Redirecting back to login page

2011-06-06 Thread Aidan
Have commented out the 'SESSION_COOKIE_SECURE' and 'SESSION_EXPIRE_AT_BROWSER_CLOSE' from the settings.py file. This has fixed the problem and I can now log in to admin. On Jun 6, 1:33 pm, Aidan wrote: > Thanks for the input. > > I've tried deleting all .pyc

Re: Django Admin Login - Redirecting back to login page

2011-06-06 Thread Aidan
n't found any. I haven't deleted the database yet as there's data used (by South), to do migrations on the tables underneath my models. I don't want to have to recreate it all. On Jun 6, 12:19 pm, Karen Tracey wrote: > On Mon, Jun 6, 2011 at 6:57 AM, Aidan wrote: > > I

Django Admin Login - Redirecting back to login page

2011-06-06 Thread Aidan
I'm having trouble with the Django Admin. My login page appears ok at http://127.0.0.1:8000/admin but when I try to login with a valid username or password the page seems to refresh - it reappears with text boxes empty. It doesn't display any errors on the page (logging in with invalid username / p

_wrapped_view() problems with method_decorator

2010-03-13 Thread Aidan Fitzpatrick
Hello I've been happily running Django 1.1.1 for a good while. It's excellent. Being a perfectionist with a deadline, I've wanted to make use of part of someone else's app which is written against 1.2. So, no problem. I read the release notes, pulled down the beta. @login_required as a method deco