django1/django/db/backends/base
Mariusz Felisiak 538bf43458 Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL.
Thanks Zubair Alam for the initial patch and Tim Graham for the review.
2017-05-23 17:02:40 +02:00
..
__init__.py Fixed #22603 -- Reorganized classes in django.db.backends. 2015-01-14 14:16:20 -05:00
base.py Refs #27859 -- Added DatabaseWrapper.display_name. 2017-05-23 09:09:35 -04:00
client.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
creation.py Fixed #25406 -- Removed exception hiding in PostgreSQL test database creation during --keepdb. 2017-04-10 13:04:00 -04:00
features.py Fixed #27859 -- Ignored db_index for TextField/BinaryField on Oracle and MySQL. 2017-05-23 17:02:40 +02:00
introspection.py Refs #27656 -- Updated django.db docstring verbs according to PEP 257. 2017-02-28 09:17:27 -05:00
operations.py Refs #27795 -- Replaced many force_text() with str() 2017-04-27 09:10:02 +02:00
schema.py Pass type to sql_alter_column_* where it was missing. 2017-05-09 12:47:35 +02:00
validation.py Refs #27859 -- Refactored BaseDatabaseValidation to use check_field_type(). 2017-05-14 18:34:45 +02:00