django1/django
Adrian Holovaty b307fb09bb Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the value wasn't explicitly passed as a keyword argument. That means setting 'id=None' is no longer necessary, and you can leave off fields if you want them to have default values set.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-01 16:26:39 +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 Fixed #223 -- Changed breadcrumbs in admin doc templates to use relative, not absolute, URLs. Thanks, Drew Amato 2005-07-29 15:25:31 +00:00
contrib Gave comments.FreeComment a get_absolute_url() method 2005-07-30 18:56:36 +00:00
core Fixed #239 and #107 -- Changed model init() to use Field.get_default() if the value wasn't explicitly passed as a keyword argument. That means setting 'id=None' is no longer necessary, and you can leave off fields if you want them to have default values set. 2005-08-01 16:26:39 +00:00
middleware Fixed #159 -- Admin users no longer have to log in to go to the 'log out' page. Thanks, Manuzhai 2005-07-26 22:48:04 +00:00
models Fixed #163 -- Added 'pk' database API option, which is a shorthand for (primary_key)__exact 2005-07-26 16:11:43 +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 Removed Adrian's note in the docstring of django.utils.feedgenerator -- it's part of Django now 2005-07-26 17:42:37 +00:00
views Changed admin views to output utf-8 charset explicitly 2005-07-29 16:32:47 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00