django1/django/db/backends
Andrew Godwin b62e82365a Merge remote-tracking branch 'core/master' into schema-alteration
Conflicts:
	django/db/models/loading.py
	django/db/models/options.py
2012-12-18 09:02:07 +00:00
..
dummy Fixed #17883. Improved error message for old-style database backends. 2012-03-12 21:58:07 +00:00
mysql Merge remote-tracking branch 'core/master' into schema-alteration 2012-12-18 09:02:07 +00:00
oracle Merge remote-tracking branch 'core/master' into schema-alteration 2012-12-18 09:02:07 +00:00
postgresql_psycopg2 Merge remote-tracking branch 'core/master' into schema-alteration 2012-12-18 09:02:07 +00:00
sqlite3 Merge remote-tracking branch 'core/master' into schema-alteration 2012-12-18 09:02:07 +00:00
__init__.py Merge remote-tracking branch 'core/master' into schema-alteration 2012-12-18 09:02:07 +00:00
creation.py Merge remote-tracking branch 'core/master' into schema-alteration 2012-12-18 09:02:07 +00:00
schema.py Use create_index_name for FK names 2012-09-24 13:40:56 +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 Fixed #18989 -- Removed unused condition in CursorWrapper 2012-11-17 16:34:14 +01:00