Mercurial > public > sg101
log
age | author | description |
---|---|---|
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. |
Tue, 02 Mar 2010 04:11:27 +0000 | Brian Neal | Updated Django to 1.2 beta. Use new DATABASES setting. |
Sun, 28 Feb 2010 22:20:15 +0000 | Brian Neal | Implementing #55 - Add function to view a users posts from their profile. |