django1/django/core
Jacob Kaplan-Moss ce0d0cd9e2 Made a bunch of fixes to auto-generated admin documentation:
* Views are no longer "doubled"
    * Links work better (view -> model links and friends were broken)
    * Performance has been improved so now the pages no longer need to be cached.
    


git-svn-id: http://code.djangoproject.com/svn/django/trunk@391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-08-02 19:59:51 +00:00
..
db 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
handlers Fixed #63 -- Refactored django.core.handlers into subclasses to remove duplicate code 2005-07-22 18:34:38 +00:00
meta Refactored meta.py -- created a django.core.meta package, with init.py and fields.py 2005-08-01 21:29:52 +00:00
servers Fixed #161 -- Log output for 'django-admin runserver' no longer includes admin media 2005-07-26 17:49:49 +00:00
__init__.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
cache.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
defaultfilters.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
defaulttags.py Made a bunch of fixes to auto-generated admin documentation: 2005-08-02 19:59:51 +00:00
exceptions.py Moved django.core.handler.ImproperlyConfigured into django.core.exceptions 2005-07-16 22:12:24 +00:00
extensions.py Fixed #132 -- thanks anonymous user 2005-07-21 14:01:17 +00:00
formfields.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
handler.py Added WSGI support. Created core.handlers package. Moved ALL mod_python-specific code to django.core.handlers.modpython. Note that django.core.handler is still a valid mod_python handler but IS DEPRECATED. Use django.core.handlers.modpython, instead. 2005-07-18 06:30:26 +00:00
mail.py Changed django.core.mail to use [Django] prefix instead of [CMS] 2005-07-15 16:47:19 +00:00
management.py 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
paginator.py Fixed a legacy ordering_tuple --> order_by renaming in core.paginator 2005-07-22 05:11:37 +00:00
rss.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
template.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
template_file.py Improved TemplateDoesNotExist error message in django.core.template_file 2005-07-19 04:40:57 +00:00
template_loader.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
urlresolvers.py Improved error message in urlresolvers (fixes #240) 2005-08-01 14:41:01 +00:00
validators.py Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
xheaders.py Changed mentions of CMS to Django in django.core xheaders and exceptions 2005-07-15 16:52:08 +00:00