1
0
mirror of https://github.com/django/django.git synced 2024-12-25 18:46:22 +00:00
django/django/core
2008-09-09 02:18:06 +00:00
..
cache Fixed #8410 -- Added a missing piece of value encoding for the memcached 2008-08-19 20:35:56 +00:00
files Fixed #8673: fixed a missing import in django.core.files.move. 2008-08-29 20:00:55 +00:00
handlers Fixed #8622: accessing POST after a POST handling exception no longer throws the server into an infinite loop. Thanks to vung for tracking this one down and fixing it. 2008-08-30 19:56:14 +00:00
management Fixed #8978 -- We now print a helpful error message for 'manage.py dbshell' if the client executable is not found. Previously we were displaying a traceback 2008-09-09 02:18:06 +00:00
serializers Fixed #8651: correctly deserialize objects with 0 for pk/fk. 2008-08-28 19:38:56 +00:00
servers Fixed #6647 -- Add some more robustness to the development web server. 2008-06-30 11:32:50 +00:00
__init__.py
context_processors.py No, really: PermWrapper is not iterable. Fixes #8182. 2008-08-09 15:38:44 +00:00
exceptions.py Removed oldforms, validators, and related code: 2008-08-27 07:19:44 +00:00
mail.py Fixed #7747: Altered EmailMessage such that messages with long subject lines don't use tabs in their continutation sequence. Tabs in subjects cause problems with Outlook and Thunderbird. Thanks to Mark Allison <mark.allison@maplecroft.com> for the report and fix. 2008-08-23 13:31:28 +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
urlresolvers.py Fixed #8726 -- When doing reverse URL resolving, make sure we're consistently 2008-08-31 22:47:25 +00:00
xheaders.py