| Age | Commit message (Collapse) | Author |
|
|
|
PostgreSQL < 10 doesn't support ICU collations.
Thanks Hannes Ljungberg for the report.
|
|
Thanks Simon Charette and Mariusz Felisiak for reviews.
|
|
crash on Windows.
|
|
DatabaseFeatures.introspected_field_types.
CockroachDB introspects CharField as TextField and IntegerField as
BigIntegerField.
|
|
|
|
DatabaseFeatures.introspected_field_types.
|
|
The method has been available since Python 3.6. The shorter syntax is
also marginally faster.
|
|
Thanks to Adam Johnson, Carlton Gibson, Mariusz Felisiak, and Raphael
Michel for mentoring this Google Summer of Code 2019 project and
everyone else who helped with the patch.
Special thanks to Mads Jensen, Nick Pope, and Simon Charette for
extensive reviews.
Co-authored-by: Mariusz Felisiak <felisiak.mariusz@gmail.com>
|
|
|
|
|
|
ForeignKey(unique/primary_key=True).
|
|
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
|