django/tests/constraints
Mariusz Felisiak d5f4ce9849
Fixed #29949 -- Refactored db introspection identifier converters.
Removed DatabaseIntrospection.table_name_converter()/column_name_converter()
and use instead DatabaseIntrospection.identifier_converter().

Removed DatabaseFeatures.uppercases_column_names.

Thanks Tim Graham for the initial patch and review and Simon Charette
for the review.
2018-11-21 09:06:50 +01:00
..
__init__.py Fixed #11964 -- Added support for database check constraints. 2018-07-10 15:32:33 -04:00
models.py Fixed #29641 -- Added support for unique constraints in Meta.constraints. 2018-11-13 17:57:27 -05:00
tests.py Fixed #29949 -- Refactored db introspection identifier converters. 2018-11-21 09:06:50 +01:00