django1/django/db/backends
Simon Charette 1db5fce1ee Oracle also treats NULLs as largests values when ordering. 2013-08-21 22:32:03 +01:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql Docs tweaks (thanks timgraham) 2013-08-10 20:00:12 +01:00
oracle Oracle also treats NULLs as largests values when ordering. 2013-08-21 22:32:03 +01:00
postgresql_psycopg2 Fixed test failure caused by different NULL ordering between backends 2013-08-21 22:31:50 +01:00
sqlite3 Support index_together during model creation 2013-08-11 14:23:31 +01:00
__init__.py Fixed test failure caused by different NULL ordering between backends 2013-08-21 22:31:50 +01:00
creation.py Merge remote-tracking branch 'core/master' into schema-alteration 2013-08-09 14:17:30 +01:00
schema.py Oracle schema backend, passes most tests and is pretty complete. 2013-08-13 20:54:57 +01: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 A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00