django1/django/contrib/comments
Jacob Kaplan-Moss 1b8c4c4556 Argh: fixed another bug in [244]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-20 17:12:12 +00:00
..
models Fixed #95 -- Added SECRET_KEY setting instead of hard-coding keys that are shared for every Django installation. 'django-admin.py startproject' now creates a random SECRET_KEY. The auth and comments modules, and the admin middleware, all use SECRET_KEY now, instead of hard-coded values. 2005-07-20 00:37:45 +00:00
templatetags Argh: fixed another bug in [244] 2005-07-20 17:12:12 +00:00
urls Fixed bug in [29] 2005-07-14 18:37:10 +00:00
views Renamed CMSRequest to DjangoRequest, and CMSContext to DjangoContext. Old code will still work. 2005-07-15 17:09:01 +00:00
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00