1
0
mirror of https://github.com/django/django.git synced 2024-12-24 10:05:46 +00:00
django/django/core
Aymeric Augustin 753a22a635 Fixed transaction handling in two management commands.
Previously, when createcachetable and flush operated on non-default
databases, they weren't atomic.
2014-03-21 21:29:51 +01:00
..
cache Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
checks Corrected expected test output to allow for cleanups in signal and compatibility checks. 2014-03-03 19:29:50 +08:00
files Removed PIL compatability layer per deprecation timeline. 2014-03-21 10:54:53 -04:00
handlers Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
mail Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
management Fixed transaction handling in two management commands. 2014-03-21 21:29:51 +01:00
serializers Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
servers Fixed #21674 -- Deprecated the import_by_path() function in favor of import_string(). 2014-02-08 11:12:19 -05:00
__init__.py
context_processors.py More attacking E302 violators 2013-11-02 13:12:09 -07:00
exceptions.py Trigger AttributeError in ValidationError.message_dict when error_dict is missing. 2013-12-07 23:01:28 +07:00
paginator.py
signals.py
signing.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
urlresolvers.py Fixed #7571 -- Fixed parameter matching in include()'d urlpattern 2014-03-05 00:35:03 +01:00
validators.py Fixed #22255 -- Added support for specifying re flags in RegexValidator 2014-03-21 11:12:36 +01:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00