django/django/models
2005-07-20 00:37:45 +00:00
..
__init__.py Created django.contrib and moved comments into it 2005-07-14 18:20:03 +00:00
auth.py 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
core.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00