django1/django
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
..
apps Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
bin Started attackign the next flake8 violation 2013-10-31 08:42:28 -07:00
conf [1.7.x] Also allowed a non-overridden setting to be deleted 2014-04-12 15:35:11 +02:00
contrib [1.7.x] Fixed a KeyError on login with legacy sessions; refs #21649. 2014-04-17 20:07:05 -04:00
core [1.7.x] Fixed #22454 - Changed compatibility warning hint 2014-04-17 20:42:04 -04:00
db [1.7.x] Fixed #22434 -- Retain ordering on related sliced subqueries. 2014-04-16 18:02:25 -04:00
dispatch Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
forms [1.7.x] Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 06:11:01 -04:00
http [1.7.x] Replaced urllib/urlparse imports with from django.utils.six.moves. 2014-03-31 07:55:25 -04:00
middleware Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
template Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
templatetags Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
test [1.7.x] Fixed #22102 -- Made SimpleTestCase tests run before unittest.TestCase ones 2014-04-12 11:43:10 +02:00
utils [1.7.x] Refactored and commented strip_tags utility 2014-04-03 21:28:10 +02:00
views Fixed #21188 -- Introduced subclasses for to-be-removed-in-django-XX warnings 2014-03-08 09:57:40 +01:00
__init__.py [1.7.x] Bump version numbers for 1.7 beta 1. 2014-03-20 19:42:11 -05:00
shortcuts.py Moved relative URL handling added in refs #21177 to a better place. 2014-02-15 07:54:35 -05:00