django1/django/conf/urls
Adrian Holovaty 199938649e Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note that you'll have to make a change to your database if you're using a previous Django installation and want to use non-integer primary key fields. See the BackwardsIncompatibleChanges wiki page for info.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-10 19:32:38 +00:00
..
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
admin.py Fixed #81 -- Admin now supports primary_key=True for non-integer fields. Note that you'll have to make a change to your database if you're using a previous Django installation and want to use non-integer primary key fields. See the BackwardsIncompatibleChanges wiki page for info. 2005-08-10 19:32:38 +00:00
admin_password_reset.py Made small cleanups to two default urlconfs, to be clearer. 2005-08-05 22:15:14 +00:00
defaults.py Refactored the internals of URL parsing to use less code 2005-08-05 20:50:19 +00:00
flatfiles.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
registration.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
rss.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
shortcut.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00