.. |
cache
|
Fixed #13795 -- Added a site-wide cache prefix and cache versioning. Thanks to bruth for the patch.
|
2010-11-19 15:39:35 +00:00 |
files
|
Remove the executable flag from uploadhandler.py, it wasn't. Thanks to Florian for the report.
|
2010-11-11 17:51:14 +00:00 |
handlers
|
Fixed #13684 -- if settings.ROOT_URLCONF isn't defined don't blow up with an UnboundLocalError.
|
2010-11-07 16:02:22 +00:00 |
mail
|
Fixed #14301 -- Handle email validation gracefully with email addresses containing non-ASCII characters. Thanks, Andi Albrecht.
|
2010-10-14 18:37:05 +00:00 |
management
|
Fixed #10004 and #12320 -- Enabled the makemessages management command to collect comments for translators that start with the "Translators" keyword. Thanks for the report and patches, martinb and Claude Paroz.
|
2010-11-17 15:37:33 +00:00 |
serializers
|
Fixed #11486 -- Corrected the XML serializer to allow for the serialization of objects with a null PK value. Also includes migration of doctests to unittests (we have always been at war with doctests). Thanks to zdmytriv for the report, and Niall Kelly for the patch.
|
2010-09-19 14:04:34 +00:00 |
servers
|
Fixed #10636 -- Added check to make sure the ADMIN_MEDIA_PREFIX setting is properly set before serving files with the AdminMediaHandler.
|
2010-11-17 15:36:42 +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 #14693, #14709 -- Backwards incompatible change to rectify the confusion around the STATICFILES_URL and STATICFILES_ROOT settings.
|
2010-11-17 15:36:26 +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 |