django1/django/db
Aymeric Augustin ce3dd17c2e [1.8.x] Updated references to the TEST_* database settings.
They were removed in Django 1.9.

I could leave the reference to TEST_DEPENDENCIES in the 1.2.4 release
notes because the link points to the right location and the name was
accurate at the time.

Backport of 6d1110f from master
2015-09-05 20:31:22 +02:00
..
backends [1.8.x] Updated references to the TEST_* database settings. 2015-09-05 20:31:22 +02:00
migrations [1.8.x] Fixed #25040 -- Fixed migrations state crash with GenericForeignKey 2015-08-22 08:50:19 -04:00
models [1.8.x] Fixed #24525 -- Fixed AssertionError in some complex queries. 2015-09-05 08:19:38 -04:00
__init__.py Fixed #21430 -- Added a RuntimeWarning when unpickling Models and QuerySets from a different Django version. 2014-06-11 10:03:34 -04:00
transaction.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils.py [1.8.x] Renamed RemovedInDjango20Warning to RemovedInDjango110Warning. 2015-06-23 07:22:16 -04:00