django1/django/db/backends
Marc Tamlyn ed7821231b Fixed #19463 -- Added UUIDField
Uses native support in postgres, and char(32) on other backends.
2014-09-16 10:08:09 +01:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
oracle Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
postgresql_psycopg2 Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
sqlite3 Fixed #19463 -- Added UUIDField 2014-09-16 10:08:09 +01:00
__init__.py Limited lines to 119 characters in django/ 2014-09-05 09:22:16 -04:00
creation.py Fixed #23416 -- Make sure DatabaseCreation respects checks. 2014-09-06 19:01:06 +01:00
schema.py Factorized create_index_sql expression 2014-09-13 21:34:37 +02: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 Fixed #3711, #6734, #12581 -- Bounded connection.queries. 2014-06-07 14:37:43 +02:00