.. |
cache
|
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 |
files
|
Fixed #11030: Reverted a change that assumed the file system encoding was utf8, and changed a test to demonstrate how that assumption corrupted uploaded non-ASCII file names on systems that don't use utf8 as their file system encoding (Windows for one, specifically). Thanks for the report to vrehak.
|
2010-03-02 21:58:49 +00:00 |
handlers
|
Fixed #10758 - sys.exc_info() should not be stored on a local variable
|
2010-06-03 18:50:04 +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
|
Fixed #12619 -- Added support for the --noinput flag to testserver. Thanks to clouserw for the suggestion, and darkrho for the patch.
|
2010-06-21 12:09:25 +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
|
Fixed #13352 -- Added __repr__ method for Validation Error. Thanks to elpaso66 for the report.
|
2010-04-15 11:19:59 +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
|
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 |
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 |