.. |
cache
|
Fixed #18029 -- Removed mod_python as of deprecation process. Thanks Aymeric Augustin for the review.
|
2012-03-31 10:34:11 +00:00 |
files
|
Fixed #16590 -- Accepted a 'name' argument in the constructor of ContentFile, for consistency with File.
|
2011-12-30 14:51:05 +00:00 |
handlers
|
Fixed #18029 -- Removed leftover mod_python files forgotten in r17835.
|
2012-03-31 14:50:54 +00:00 |
mail
|
Fixed #17811 -- Added connection parameter in call to EmailMessage from send_mass_mail. Thanks fed239 for the report and danielr for the patch.
|
2012-03-29 18:53:27 +00:00 |
management
|
Removed the deprecated reset and sqlreset management commands.
|
2012-03-31 12:38:11 +00:00 |
serializers
|
Fix #17879: Corrected regression in python (inherited by yaml and json) serializer that prevented serializing model instances with null FK ref to a model when serializing with natural keys. Thanks danfairs and tmitchell.
|
2012-03-12 19:41:31 +00:00 |
servers
|
Fixed #6163 -- Made "manage.py help runfcgi" display proper default values for the runfcgi options. Thanks to ash and Claude Paroz.
|
2012-01-02 19:20:47 +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
|
Removed deprecated copy of PermWrapper and PermLookupDict from django.core.context_processors.
|
2012-03-31 12:57:06 +00:00 |
exceptions.py
|
Fixed #10405 -- Raise a more useful error if the formfield of a related model field can't be created yet because the related model isn't loaded yet. Thanks ojii and charstring.
|
2011-08-12 14:15:08 +00:00 |
paginator.py
|
Remove an unused import from django.core.paginator
|
2011-05-20 01:45:30 +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 |
signing.py
|
Fixed #16354 -- Fixed typo in signing docstring. Thanks, charettes.
|
2011-06-27 09:00:12 +00:00 |
urlresolvers.py
|
Fixed #17734 -- Made sure to only redirect translated URLs if they can actually be resolved to prevent unwanted redirects. Many thanks to Orne Brocaar and Anssi Kääriäinen for input.
|
2012-03-02 11:07:36 +00:00 |
validators.py
|
Removed some more useless code related to the verify_exists removal.
|
2012-03-31 18:27:17 +00:00 |
wsgi.py
|
Fixed #16360 -- Added WSGI entrypoint to startproject layout, and enabled internal servers (runserver and runfcgi) to use an externally-defined WSGI application. Thanks to Armin Ronacher, Jannis Leidel, Alex Gaynor, ptone, and Jacob Kaplan-Moss.
|
2011-10-22 04:30:10 +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 |