django1/django
Adrian Holovaty e207378ad3 Fixed #204 -- Changed 'django-admin createsuperuser' to disallow blank passwords
git-svn-id: http://code.djangoproject.com/svn/django/trunk@314 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-07-26 14:37:00 +00:00
..
bin Added 'django-admin createsuperuser' and updated tutorial to use it instead of manually creating the user in the Python interactive prompt 2005-07-21 02:17:45 +00:00
conf DateTimeShortcuts.js now calls the right dismiss function; thanks jhernandez 2005-07-22 21:56:50 +00:00
contrib Fixed #146 -- Changed order_by and ordering parameters to be less verbose. The old syntax is still supported but will not be supported by first release. 2005-07-22 13:02:27 +00:00
core Fixed #204 -- Changed 'django-admin createsuperuser' to disallow blank passwords 2005-07-26 14:37:00 +00:00
middleware 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
models Fixed #146 -- Changed order_by and ordering parameters to be less verbose. The old syntax is still supported but will not be supported by first release. 2005-07-22 13:02:27 +00:00
parts Changed many-to-many API to be get_FOO_list instead of get_FOOs 2005-07-14 03:17:09 +00:00
templatetags More installation streamlining/automation: Added adminapplist templatetag library and changed the default admin index.html template to display all installed apps that have admins 2005-07-16 23:38:12 +00:00
tests Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
utils Fixed #207 -- thanks, Mathieu. 2005-07-26 14:26:15 +00:00
views Removed 'use_numeric_months' parameter in generic date views (from [308]) in favor of something more powerful -- you can now provide month_format and day_format, which are format strings that specify how you expect the month and day to be formatted in the URL. 2005-07-26 03:48:41 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00