.. |
cache
|
Add warning when using cache keys that might not work with memcached.
|
2010-09-12 18:45:26 +00:00 |
files
|
Fixed #11158 - get_image_dimensions very slow/incorrect after 1 call
|
2010-09-10 18:45:25 +00:00 |
handlers
|
Fixed #13820 -- Started the deprecation process for mod_python. Thanks to Robert Coup for the patch.
|
2010-08-28 02:40:57 +00:00 |
mail
|
Fixed #13259 -- Ensure that multiple calls to message() don't corrupt any extra message headers. Thanks to canburak for the report, and Andi Albrecht for the fix.
|
2010-04-01 15:16:26 +00:00 |
management
|
Always pass models in post_syncdb signals as a set (not as a list
|
2010-09-12 19:20:58 +00:00 |
serializers
|
Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch.
|
2010-05-04 14:00:30 +00:00 |
servers
|
Added color configuration for HTTP 304, since it doesn't require as much attention as other 3XX codes.
|
2010-01-23 17:26:56 +00:00 |
__init__.py
|
Imported Django from private SVN repository (created from r. 8825)
|
2005-07-13 01:25:57 +00:00 |
context_processors.py
|
Fixed #12066 - Moved auth context processor from core to the auth app. Thanks, Rob Hudson.
|
2010-02-21 23:40:47 +00:00 |
exceptions.py
|
Add warning when using cache keys that might not work with memcached.
|
2010-09-12 18:45:26 +00:00 |
paginator.py
|
Removed several deprecated features for 1.0 (refs #7830):
|
2008-08-02 04:56:11 +00:00 |
signals.py
|
Major refactoring of django.dispatch with an eye towards speed. The net result is that signals are up to 90% faster.
|
2008-08-06 15:32:46 +00:00 |
template_loader.py
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
|
2006-05-02 01:31:56 +00:00 |
urlresolvers.py
|
Debug 404 page now displays names of URL patterns, if they exist.
|
2010-09-12 19:27:33 +00:00 |
validators.py
|
Removed some debug accidentally committed in r13201.
|
2010-05-10 12:40:54 +00:00 |
xheaders.py
|
Fixed #8049 -- Fixed inconsistency in admin site is_active checks. Thanks for patch and tests, isagalaev
|
2010-01-10 16:51:13 +00:00 |