django1/django/core
Adrian Holovaty 57b4f231fd Fixed #583 -- Added app_directories template loader, which searches for templates in 'templates' directory in each INSTALLED_APPS package. It's turned off by default.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@892 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2005-10-17 02:37:50 +00:00
..
db Fixed #225 -- Added first stab at MS SQL Server support (via ADO). Thanks to gmilas@gmail.com for the patch 2005-10-15 01:37:16 +00:00
handlers Fixed #616 -- Added a process_exception() hook to middleware framework. Thanks, Hugo 2005-10-15 02:20:35 +00:00
meta Fixed #628 -- Django no longer overwrites model class docstrings if they're provided 2005-10-15 00:54:42 +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 #583 -- Added app_directories template loader, which searches for templates in 'templates' directory in each INSTALLED_APPS package. It's turned off by default. 2005-10-17 02:37:50 +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