summaryrefslogtreecommitdiff
path: root/tests/inspectdb
AgeCommit message (Expand)Author
2015-01-01Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-10-20Fixed #23679 -- Fixed null introspection for char/text fieldsClaude Paroz
2014-09-27Fixed #22738 -- made finer distinctions for when Boolean is not detected on O...Shai Berger
2014-09-26Fixed #22738 -- Abstracted boolean field type introspectionClaude Paroz
2014-07-18Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay
2014-07-06Fixed #21079 -- Further normalized table names in inspectdbClaude Paroz
2014-07-04Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham
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-28Set straight the sense of 'uppercases_column_names' feature flagShai Berger
2014-05-10Adjusted refactoring of vendor checks.Aymeric Augustin
2014-05-08Added feature flags for introspection capabilities.Aymeric Augustin
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-30Made Oracle introspect FloatFields correctlyShai Berger
2014-01-17Adjusted inspectdb management command to yield PEP 8-compliant output barring...JustinTArthur
2013-11-02PEP8 cleanupJason Myers
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 not...Alasdair Nicol
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-04-01Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz
2013-04-01Fixed #5014 -- Guessed max_digits and decimal_places for SQLiteClaude Paroz
2013-04-01Fixed getting max_digits for MySQL decimal fieldsClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner