django1/django/db/backends/base
Aymeric Augustin 6d1110f2f0 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.
2015-09-05 19:21:22 +02:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Fixed #21803 -- Added support for post-commit callbacks 2015-06-30 14:51:00 -04:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Updated references to the TEST_* database settings. 2015-09-05 19:21:22 +02:00
features.py Fixed #24767 -- Added Greatest and Least expressions 2015-06-05 11:15:33 +01:00
introspection.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
operations.py Removed datetime_cast_sql, which is never overridden or used anywhere in Django. 2015-07-01 00:43:45 +03:00
schema.py Fixed #24893 -- Fixed lack of unique constraint when changing a field from primary_key=True to unique=True 2015-06-02 09:25:47 -04:00
validation.py Removed BaseDatabaseValidation.validate_field() per deprecation timeline. 2015-01-17 14:58:09 -05:00