django1/django/db/backends/base
Andrew Godwin 2b3a941457 Merge pull request #6310 from apollo13/informix
Pass type to sql_alter_column*.
2016-03-18 19:47:15 -03: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 Refs #19527 -- Allowed QuerySet.bulk_create() to set the primary key of its objects. 2016-03-02 14:29:09 -05:00
introspection.py Fixed #26304 -- Ignored unmanaged through model in table introspection. 2016-03-02 13:54:27 -05:00
operations.py Fixed #26140 -- Suppressed MySQL warning when inserting binary content 2016-03-14 18:08:13 +01:00
schema.py Merge pull request #6310 from apollo13/informix 2016-03-18 19:47:15 -03:00
validation.py Removed BaseDatabaseValidation.validate_field() per deprecation timeline. 2015-01-17 14:58:09 -05:00