django1/django/core
Moayad Mardini 4df5dc42dd [1.7.x] Fixed #22454 - Changed compatibility warning hint
The warning hint of `_check_test_runner` of 1.6 compatibility had a link
to a general release note. The link should be edited to refer the
relevant "Backwards incompatible changes in 1.6" section that documents
the cause and the possible solutions and workarounds of the warning.

Backport of 214d1e1b0f from master
2014-04-17 20:42:04 -04:00
..
cache Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
checks [1.7.x] Fixed #22454 - Changed compatibility warning hint 2014-04-17 20:42:04 -04:00
files Fixed regression in file locking on some platforms. 2014-03-18 10:35:22 -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 [1.7.x] Fixed #22194 -- Added --list-tags option to check command. 2014-04-10 09:44:43 -04: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 Imported Django from private SVN repository (created from r. 8825) 2005-07-13 01:25:57 +00:00
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 Fixed #19938 -- Consumed iterator only once in paginator's Page 2013-05-25 16:27:26 +02: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 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 [1.7.x] Fixed #22255 -- Added support for specifying re flags in RegexValidator 2014-03-21 11:18:26 +01:00
wsgi.py Stopped populating the app registry as a side effect. 2013-12-30 22:11:17 +01:00