| Age | Commit message (Collapse) | Author |
|
Backport of 782d85b6dfa191e67c0f1d572641d8236c79174c from master.
|
|
|
|
Thanks Mariusz Felisiak for auditing.
|
|
|
|
Thanks Tim Graham for the review.
|
|
The only known usage is in the unmaintained django-pymssql project.
|
|
|
|
|
|
|
|
timeline.
|
|
Thanks Mariusz Felisiak for the Oracle part and Tim Graham for the
review.
|
|
|
|
|
|
|
|
|
|
|
|
Unused (always True) after 3e43d24ad36d45cace57e6a7efd34638577ae744.
|
|
|
|
|
|
Thanks samuller for the report and initial patch.
|
|
Thanks Akshesh <aksheshdoshi@gmail.com> for help with the PostgreSQL query.
Thanks Tim Graham for the review.
|
|
|
|
|
|
get_constraints().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ForeignKey/OneToOneField
|
|
|
|
|
|
Thanks Thomas Güttler for the report and the initial patch, and
Tim Graham for the review.
|
|
|
|
|
|
|
|
Each TestCase is also now wrapped in a class-wide transaction.
|
|
|
|
|
|
Thanks Collin Anderson for the review.
|
|
because the roles (specifically RESOURCE) are deprecated.
Also added optional support for creating views in tests, and made an
introspection test fail (rather than skip) if a view cannot be created
due to lacking privileges.
Refs #18782
Thanks Tim Graham for review, and Josh Smeaton
|
|
Thanks rodolfo_3 for the report and the initial patch, and
Josh Smeaton, Shai Berger and Tim Graham for the reviews.
|
|
In the MySQL backend, updated the can_introspect_small_integer feature
flag to True. In data_types_reverse, map FIELD_TYPE.SHORT to a
SmallIntegerField. Added test to verify introspecting SmallIntegerFields
and fixed existing tests influenced by this change.
|
|
Also changed test to use assertNotIn.
|
|
Thanks pmartin for the report.
|
|
|
|
Previously this was conflated with another Oracle-specific behavior.
|
|
Thanks Shai for the thorough review.
|