django1/django/db/backends
Loic Bistuer a449e7feec Fixed #22359 -- Changing M2M field to blank=True failed on sqlite. 2014-03-31 06:13:19 -04:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #12030 -- Validate integer field range at the model level. 2014-03-25 14:31:20 -04:00
oracle Fixed #12030 -- Validate integer field range at the model level. 2014-03-25 14:31:20 -04:00
postgresql_psycopg2 Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
sqlite3 Fixed #22359 -- Changing M2M field to blank=True failed on sqlite. 2014-03-31 06:13:19 -04:00
__init__.py Fixed #12030 -- Validate integer field range at the model level. 2014-03-25 14:31:20 -04:00
creation.py Removed unused imports. 2014-03-21 20:18:19 -04:00
schema.py Fixed #22293 -- Avoided renaming many-to-many tables to themselves. 2014-03-24 13:24:52 -04:00
signals.py Fixed #13798 -- Added connection argument to the connection_created signal. Thanks to liangent for the report, and Alex Gaynor for the patch. 2010-08-30 13:21:18 +00:00
util.py Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Corrected many style guide violations that the newest version of flake8 catches 2014-03-30 12:11:05 -07:00