.. |
cache
|
Fixed #16533 -- Stopped the memcache cache backend from raising an exception if the timeout value isn't an integer. Thanks, Jeff Balogh.
|
2011-07-29 09:39:23 +00:00 |
files
|
Fixed #16108 -- Fixed another race condition in the FileSystemStorage backend with regard to deleting a file. Refs #16082, too. Thanks, Aymeric Augustin.
|
2011-05-28 13:06:08 +00:00 |
handlers
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
2011-07-13 09:35:51 +00:00 |
mail
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
2011-07-13 09:35:51 +00:00 |
management
|
Fixed #3615: Added support for loading fixtures with forward references on database backends (such as MySQL/InnoDB) that do not support deferred constraint checking. Many thanks to jsdalton for coming up with a clever solution to this long-standing issue, and to jacob, ramiro, graham_king, and russellm for review/testing. (Apologies if I missed anyone else who helped here.)
|
2011-08-07 00:43:26 +00:00 |
serializers
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
2011-07-13 09:35:51 +00:00 |
servers
|
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for the work on the patch and Alex for reviewing.
|
2011-07-13 09:35:51 +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
|
Advanced deprecations in core.mail, core.commands, core.context_processors and core.handlers.
|
2011-04-02 08:37:53 +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
|
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
|
Corrected slightly odd wording added in r16420.
|
2011-06-17 07:39:03 +00:00 |
validators.py
|
Fixed #811 -- Added support for IPv6 to forms and model fields. Many thanks to Erik Romijn.
|
2011-06-11 13:48:24 +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 |