.. |
db
|
Fixed #618 -- Added DATABASE_PORT setting. Thanks, Esaj
|
2005-10-14 03:43:01 +00:00 |
handlers
|
Fixed #333 and #440 -- Split DEFAULT_MIME_TYPE setting into DEFAULT_CONTENT_TYPE and DEFAULT_CHARSET. Thanks, Maniac.
|
2005-10-06 02:27:08 +00:00 |
meta
|
Fixed #589 -- Added FilePathField. It's available as an ORM field and as a standalone field in django.core.formfields. Thanks, jay@skabber.com
|
2005-10-12 04:14:21 +00:00 |
servers
|
Fixed #349 -- Fixed bug in development server admin media on Windows. Thanks, ibatugow@gmail.com
|
2005-08-29 21:48:32 +00:00 |
template
|
Fixed #582 -- Added support for loading templates from Python eggs, and a TEMPLATE_LOADERS setting, which defines which loaders to use. Thanks, Sune
|
2005-10-14 22:22:12 +00:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
cache.py
|
Fixed #599 -- locmem cache now uses deepcopy() to prevent aliasing. Thanks, Hugo
|
2005-10-10 13:56:39 +00:00 |
exceptions.py
|
Moved django.core.handler.ImproperlyConfigured into django.core.exceptions
|
2005-07-16 22:12:24 +00:00 |
extensions.py
|
Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader.
|
2005-10-14 20:10:13 +00:00 |
formfields.py
|
Fixed #589 -- Added FilePathField. It's available as an ORM field and as a standalone field in django.core.formfields. Thanks, jay@skabber.com
|
2005-10-12 04:14:21 +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
|
Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefix
|
2005-09-27 16:32:21 +00:00 |
management.py
|
Improved django.core.management.get_sql_delete to close database connection explicitly when it's done, to avoid locking issues
|
2005-10-10 20:14:56 +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
|
Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader.
|
2005-10-14 20:10:13 +00:00 |
template_loader.py
|
Fixed #626 -- Moved template modules to django.core.template package. django.core.template_loader is deprecated, in favor of django.core.template.loader.
|
2005-10-14 20:10:13 +00:00 |
urlresolvers.py
|
Fixed #537 -- Fixed typo in [718]. Thanks, Esaj
|
2005-09-29 14:59:49 +00:00 |
validators.py
|
Moved JING from django.core.validators into settings where it belongs. Fixes #568.
|
2005-09-27 16:34:10 +00:00 |
xheaders.py
|
Fixed #407 -- Code no longer assumes request.META['REMOTE_ADDR'] exists. Thanks, sune.kirkeby@gmail.com
|
2005-08-31 16:27:59 +00:00 |