django1/django
Jacob Kaplan-Moss 49c6708716 Added doc view for templates that will show the search path for a given template on each site
git-svn-id: http://code.djangoproject.com/svn/django/trunk@392 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-02 20:29:27 +00:00
..
bin Added first stab at 'django-admin.py inspectdb', which takes a database name and introspects the tables, outputting a Django model. Works in PostgreSQL and MySQL. It's missing some niceties at the moment, such as detection of primary-keys and relationships, but it works. Refs #90. 2005-08-02 17:08:24 +00:00
conf Added doc view for templates that will show the search path for a given template on each site 2005-08-02 20:29:27 +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 Made a bunch of fixes to auto-generated admin documentation: 2005-08-02 19:59:51 +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 Added doc view for templates that will show the search path for a given template on each site 2005-08-02 20:29:27 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00