django1/django/db
Tomasz Rybak d7429defe6 Add sqldropindexes to manage
Change patch from https://code.djangoproject.com/ticket/5568
to work on modern Django.
Add special case for MySQL which has different syntax for DROP INDEX.
Add unit tests for the new functionality.
2013-02-24 12:38:28 +01:00
..
backends Add sqldropindexes to manage 2013-02-24 12:38:28 +01:00
models Fixed empty strings + to_field regression on Oracle 2013-02-23 00:05:31 +02:00
__init__.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00
transaction.py Factored code and added a missing docstring. 2013-02-21 21:26:40 +01:00
utils.py Removed try-except in django.db.close_connection() 2013-02-13 00:25:09 +02:00