django1/django/db/backends/base
Claude Paroz 8097e54832 Fixed #23879 -- Allowed model migration skip based on feature/vendor
Thanks Carl Meyer for the report and review, and Tim Graham for the
review.
2015-04-18 15:17:49 +02:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Fixed E265 comment style 2015-02-06 09:30:35 -05:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed #23879 -- Allowed model migration skip based on feature/vendor 2015-04-18 15:17:49 +02:00
features.py Fixed #19259 -- Added group by selected primary keys support. 2015-03-29 22:03:30 -04:00
introspection.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
operations.py Fixed signature of BaseDatabaseOperations.date_interval_sql() and document the change. 2015-02-22 23:23:16 -05:00
schema.py Fixed #24595 -- Prevented loss of null info in MySQL field alteration 2015-04-17 10:25:15 +02:00
validation.py Removed BaseDatabaseValidation.validate_field() per deprecation timeline. 2015-01-17 14:58:09 -05:00