django1/django/db/backends/base
Tim Graham e1e6399c2c 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
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Fixed #23820 -- Supported per-database time zone. 2015-05-17 09:40:28 +02:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed #24791 -- Added fallback when 'postgres' database isn't available 2015-05-15 18:44:20 +02:00
features.py Fixed #24699 -- Added aggregate support for DurationField on Oracle 2015-05-30 20:41:33 -04:00
introspection.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
operations.py Fixed #9596 -- Added date transform for DateTimeField. 2015-06-02 08:49:10 -04: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