summaryrefslogtreecommitdiff
path: root/tests/inspectdb
AgeCommit message (Collapse)Author
2014-06-06Replaced an explicit vendor check by a feature flag.Aymeric Augustin
2014-06-06Checked can_introspect_null feature in a test.Aymeric Augustin
2014-05-28[1.7.x] Set straight the sense of 'uppercases_column_names' feature flagShai Berger
2014-05-10[1.7.x] Adjusted refactoring of vendor checks.Aymeric Augustin
Thanks Shai for the thorough review. Backport of fb90b7c from master
2014-05-08[1.7.x] Added feature flags for introspection capabilities.Aymeric Augustin
Backport of 99d9fa32 from master
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
Thanks Piotr Kasprzyk for help with the patch.
2014-01-30Made Oracle introspect FloatFields correctlyShai Berger
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.
2014-01-17Adjusted inspectdb management command to yield PEP 8-compliant output ↵JustinTArthur
barring Django Coding Style exceptions.
2013-11-02PEP8 cleanupJason Myers
Signed-off-by: Jason Myers <jason@jasonamyers.com>
2013-10-26Fix all violators of E231Alex Gaynor
2013-10-24Start attacking E231 violationsAlex Gaynor
2013-10-23Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-09-14Fixed #21097 - Added DatabaseFeature.can_introspect_autofieldMichael Manfre
2013-09-11Fixed #21090 -- Allowed backends to provide dotted field path to inspectdb.Michael Manfre
2013-09-09Removed unneeded imports in tests's __init__.py and unified them.Florian Apolloner
2013-08-15Fixed #20895 -- Made check management command warn if a BooleanField does ↵Alasdair Nicol
not have a default value Thanks to Collin Anderson for the suggestion and Tim Graham for reviewing the patch.
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
Refs #20680.
2013-04-01Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz
Thanks moof at metamoof.net for the report.
2013-04-01Fixed #5014 -- Guessed max_digits and decimal_places for SQLiteClaude Paroz
Decimal is treated as float on SQLite, hence inspectdb can only guess max_digits and decimal_places arguments.
2013-04-01Fixed getting max_digits for MySQL decimal fieldsClaude Paroz
Refs #5014.
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner