django1/django
Adrian Holovaty b888113f49 Small change to docstring in django.core.template
git-svn-id: http://code.djangoproject.com/svn/django/trunk@443 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-09 22:43:34 +00:00
..
bin Improved 'django-admin inspectdb' so that it detects ForeignKey relationships -- PostgreSQL only 2005-08-02 22:33:39 +00:00
conf Changed 'django-admin startapp' so that it doesn't create the 'urls' directory. People have said they're a bit overwhelmed by the multiple url directories, and this one isn't necessary for basic Django usage. You can always make it yourself if you know what you're doing and want to decouple/distribute your apps. 2005-08-05 22:43:35 +00:00
contrib Fixed #180 -- Removed 'enctype' from FREE_COMMENT_FORM template in contrib.comments.templatetags 2005-08-01 20:07:31 +00:00
core Small change to docstring in django.core.template 2005-08-09 22:43:34 +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 Removed redundant verbose names from auth and core models, because they're no longer required 2005-08-02 17:56:22 +00:00
parts Made a bunch of fixes to auto-generated admin documentation: 2005-08-02 19:59:51 +00:00
templatetags Made a bunch of fixes to auto-generated admin documentation: 2005-08-02 19:59:51 +00:00
utils Refactored meta.py -- created a django.core.meta package, with init.py and fields.py 2005-08-01 21:29:52 +00:00
views Fixed #211 -- edit_inline_type is deprecated, in favor of edit_inline itself. For example, instead of 'edit_inline=True, edit_inline_type=meta.TABULAR', use 'edit_inline=meta.TABULAR'. 2005-08-09 21:08:00 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00