.. |
db
|
Improved error message when DATABASE_ENGINE is invalid. It now displays a list of all available database backends
|
2005-07-19 19:04:12 +00:00 |
handlers
|
Fixed #102 -- Now using text/plain mimetype for exceptions displayed in the browser, so angle brackets are no longer an issue
|
2005-07-20 06:13:06 +00:00 |
servers
|
Added 'django-admin.py runserver', which starts a lightweight development server running Django on a local port
|
2005-07-18 15:25:58 +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
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
exceptions.py
|
Moved django.core.handler.ImproperlyConfigured into django.core.exceptions
|
2005-07-16 22:12:24 +00:00 |
extensions.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 |
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
|
Fixed #97 -- Refactored django-admin.py so that it only contains command-line-interface code. Moved the actual meat into django/core/management.py
|
2005-07-20 15:00:34 +00:00 |
meta.py
|
Fixed ForeignKey('self') so that extra cruft parameters aren't necessary. Also refactored the way meta.Admin is handled, so that fields aren't initialized until you manually call meta.Admin.get_field_objs()
|
2005-07-20 05:46:00 +00:00 |
paginator.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 |
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.RegexURLResolver.resolve to use repr instead of str on app_path
|
2005-07-19 14:47:41 +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 |