django1/django/db/backends
Claude Paroz 30cbd5d360 Replaced DatabaseCreation sql methods by schema editor equivalents
Also used schema editor in migrate to sync unmigrated apps (sync_apps).
Refs #22340. Thanks Tim Graham for the review.
2014-12-23 19:35:01 +01:00
..
dummy Removed legacy transaction management per the deprecation timeline. 2014-03-21 21:06:50 +01:00
mysql Fixed #2443 -- Added DurationField. 2014-12-20 18:28:29 +00:00
oracle Fixed #24033 -- Use interval type on Oracle. 2014-12-23 10:38:32 +00:00
postgresql_psycopg2 Fixed #24033 -- Use interval type on Oracle. 2014-12-23 10:38:32 +00:00
sqlite3 Refs #2443 -- fixed format_dtdelta on SQLite 2014-12-23 07:05:44 -05:00
__init__.py Refs #2443 -- Move the durationfield converter logic. 2014-12-23 10:41:42 +00:00
creation.py Replaced DatabaseCreation sql methods by schema editor equivalents 2014-12-23 19:35:01 +01:00
schema.py Replaced DatabaseCreation sql methods by schema editor equivalents 2014-12-23 19:35:01 +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 Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 15:44:52 +13:00
utils.py Fixed #23941 -- Removed implicit decimal formatting from expressions. 2014-12-12 10:17:48 -05:00