| Age | Commit message (Collapse) | Author |
|
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.
|
|
Signed-off-by: Jason Myers <jason@jasonamyers.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
not have a default value
Thanks to Collin Anderson for the suggestion and Tim Graham for
reviewing the patch.
|
|
Refs #20680.
|
|
Thanks moof at metamoof.net for the report.
|
|
Decimal is treated as float on SQLite, hence inspectdb can only
guess max_digits and decimal_places arguments.
|