Mercurial > public > sg101
log
age | author | description |
---|---|---|
Sun, 21 Mar 2010 20:33:33 +0000 | Brian Neal | Implement #63, add a queued email facility. |
Wed, 17 Mar 2010 03:18:53 +0000 | Brian Neal | Django 1.2 contrib apps need csrf_token. In particular, my login template needs to send a csrf_token to contrib.auth. |
Wed, 17 Mar 2010 03:12:05 +0000 | Brian Neal | #56 - Cut over to Django 1.2 messaging system. |
Mon, 15 Mar 2010 03:26:38 +0000 | Brian Neal | Fixing #59, again. Django ticket 13093 was fixed allowing cache_page to work in the URLconf. |
Thu, 11 Mar 2010 02:34:07 +0000 | Brian Neal | Implement ticket #59; update RSS feeds for Django 1.2. |
Wed, 03 Mar 2010 04:09:42 +0000 | Brian Neal | Ticket #60. The TEMPLATE_CONTEXT_PROCESSOR django.core.context_processors.auth moved to django.contrib.auth.context_processors.auth. |
Wed, 03 Mar 2010 04:04:11 +0000 | Brian Neal | Ticket #58; use Django 1.2's cached template loader. |