| Age | Commit message (Collapse) | Author |
|
InspectDBTransactionalTests.test_foreign_data_wrapper crash on Windows.
Backport of 798835112d81b852efaae0e067af389c733cd1b3 from master
|
|
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
|
|
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.
|