Mercurial > public > sg101
log
age | author | description |
---|---|---|
2010-03-17 | Brian Neal | Django 1.2 contrib apps need csrf_token. In particular, my login template needs to send a csrf_token to contrib.auth. |
2010-03-17 | Brian Neal | #56 - Cut over to Django 1.2 messaging system. |
2010-03-15 | Brian Neal | Fixing #59, again. Django ticket 13093 was fixed allowing cache_page to work in the URLconf. |
2010-03-11 | Brian Neal | Implement ticket #59; update RSS feeds for Django 1.2. |
2010-03-03 | Brian Neal | Ticket #60. The TEMPLATE_CONTEXT_PROCESSOR django.core.context_processors.auth moved to django.contrib.auth.context_processors.auth. |
2010-03-03 | Brian Neal | Ticket #58; use Django 1.2's cached template loader. |
2010-03-02 | Brian Neal | Updated Django to 1.2 beta. Use new DATABASES setting. |