django1/django/db/backends/base
Pankrat f91a04621e Fixed #25833 -- Added support for non-atomic migrations.
Added the Migration.atomic attribute which can be set to False
for non-atomic migrations.
2016-02-05 09:09:05 -05:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Fixed #25329 -- Prevented _nodb_connection from being left open 2015-09-11 08:40:43 +02:00
client.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
creation.py Fixed #25196 -- Normalized database representations in test database messages. 2015-09-25 10:21:55 -04:00
features.py Enabled parallel testing by default in runtests.py. 2015-09-10 13:34:05 +02:00
introspection.py Renamed Field.rel attribute to remote_field 2015-03-25 08:16:12 -04:00
operations.py Fixed #26125 -- Fixed E731 flake warnings. 2016-01-25 14:23:43 -05:00
schema.py Fixed #25833 -- Added support for non-atomic migrations. 2016-02-05 09:09:05 -05:00
validation.py Removed BaseDatabaseValidation.validate_field() per deprecation timeline. 2015-01-17 14:58:09 -05:00