| Age | Commit message (Collapse) | Author |
|
This is a costly operation on most database backends.
|
|
Thanks Tim Graham for the review.
|
|
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.
|
|
|
|
|
|
|
|
Thanks infinite-l00p for the initial patch.
|
|
unsupported type.
|
|
Regression in c76d87427d70f6c91ab855ed688828aa982720d2.
|
|
NullBooleanField.
|
|
Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review.
|
|
The only known usage is in the unmaintained django-pymssql project.
|
|
limiting introspected tables.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
|
|
Unused (always True) after 3e43d24ad36d45cace57e6a7efd34638577ae744.
|
|
|
|
|
|
|
|
|
|
Thanks Tim Graham for the review.
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
Thanks Markus Holtermann for review.
|
|
|
|
Thanks Paul Dejean for the report.
|
|
Oracle
Thanks Claude Paroz for partial fix and Simon Charrette for review
|
|
Thanks maxi for the report, Shai Berger for his help with the patch
and Tim Graham for the review.
|
|
|
|
Thanks Michael Manfre for the report and Tim Graham for the review.
|
|
Thanks pmartin for the report.
|
|
Forward-port of c9aedce0 from stable/1.7.x.
|
|
Forward-port of 1238f92c from stable/1.7.x.
|
|
|
|
Thanks Shai for the thorough review.
|
|
|
|
Thanks Piotr Kasprzyk for help with the patch.
|
|
Broke InspectDBTestCase.test_field_types in two:
- a test_number_field_types, which now passes on Oracle too
- a test_field_types, for all non-numeric fields, which is still expected to fail
Also made some pep8 fixes in the tests file. Refs #19884
Thanks Tim Graham for review.
|
|
barring Django Coding Style exceptions.
|