.. |
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
|
Fixed #14749 -- added support for using Django's file object as context managers. Thanks to Florian Apolloner for the patch.
|
2010-11-21 17:51:41 +00:00 |
handlers
|
Fixed #12815 -- Added TemplateResponse, a lazy-evaluated Response class. Thanks to Simon Willison for the original idea, and to Mikhail Korobov and Ivan Sagalaev for their assistance, including the draft patch from Mikhail.
|
2010-12-07 13:57:01 +00:00 |
mail
|
Fixed #10863 -- Added HTML support to mail_managers() and mail_admins(), and used this to provide more and prettier detail in error emails. Thanks to boxed for the suggestion, and to Rob Hudson and Brodie Rao for their work on the patch.
|
2010-12-06 14:21:51 +00:00 |
management
|
Fixed #14187 -- Added support for bpython to shell management command. Thanks, Jeremy Dunck.
|
2010-12-12 23:03:24 +00:00 |
serializers
|
Reverting r14994 (at request of SmileyChris) because of some backwards compatibility issues that need to be resolved.
|
2010-12-21 06:05:40 +00:00 |
servers
|
Fixed #7735 -- Added support for IPv6 adresses to runserver and testserver management command. Thanks to Jason Alonso and Łukasz Rekucki for the report and initial patches.
|
2010-11-26 13:33:53 +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 |