django1/django/db/backends
Claude Paroz a2fb5c9d69 [1.7.x] Fixed #22744 -- Fixed sqlite3 get_relations introspection with views
Thanks Tim Graham for the report and Simon Charette for the review.
Backport of 5a504a5311 from master.
2014-06-01 22:07:22 +02:00
..
dummy A large number of stylistic cleanups across django/db/ 2013-07-08 10:39:54 +10:00
mysql [1.7.x] Fixed #22649: Beefed up quote_value 2014-05-21 07:04:46 -04:00
oracle [1.7.x] Simplified, very slightly, some code in the oracle backend 2014-05-29 07:52:55 -04:00
postgresql_psycopg2 [1.7.x] Added feature flags for introspection capabilities. 2014-05-08 22:53:21 +02:00
sqlite3 [1.7.x] Fixed #22744 -- Fixed sqlite3 get_relations introspection with views 2014-06-01 22:07:22 +02:00
__init__.py [1.7.x] Set straight the sense of 'uppercases_column_names' feature flag 2014-05-28 21:26:08 +03:00
creation.py Reorganized the database test settings 2014-03-09 03:57:18 +02:00
schema.py [1.7.x] Fixed #22432: SQLite M2M repointing now works. Thanks to xelnor. 2014-05-21 07:04:46 -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 [1.7.x] Add a useful stacklevel to some RemovedInDjango19Warnings 2014-03-27 06:11:01 -04:00
utils.py [1.7.x] Prevented a crash in the cursor wrappers on Oracle. 2014-04-24 08:43:16 +02:00