summaryrefslogtreecommitdiff
path: root/tests/regressiontests/inspectdb
AgeCommit message (Expand)Author
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner
2013-02-23Marked a test as expected failure. Refs #19884Anssi Kääriäinen
2013-02-02Fixed #14305 -- Switched inspectdb to create unmanaged models.Ramiro Morales
2013-02-01Renamed inspectdb field names for claritySimon Charette
2013-01-31Fixed #19341 -- Detected NullBooleanField when introspecting modelsClaude Paroz
2013-01-31Fixed #19709 -- Fixed TimeField introspection on MySQLClaude Paroz
2013-01-31Added introspection tests for most of Django model fieldsClaude Paroz
2013-01-28Fixed #19676 -- Supported 'self' foreign keys in inspectdb.Aymeric Augustin
2012-10-27Fixed Oracle failure for "%" in table nameAnssi Kääriäinen
2012-08-23Fixed #18843 -- Replaced more special chars in column names (inspectdb)Claude Paroz
2012-08-23Fixed #12460 -- Improved inspectdb handling of special field namesClaude Paroz
2012-08-08[py3] Used compatible imports of StringIO.Aymeric Augustin
2012-06-01Removed debugging code added in last commit.Ramiro Morales
2012-06-01Made inspectdb tests deal with a smaller generated models.py file.Ramiro Morales
2012-04-27Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class ...Claude Paroz
2012-02-11Fixed #17676 -- Fixed introspection of column names that start with digit(s).Ramiro Morales
2012-02-05Fixed #8317 -- Corrected the inspectdb management command to properly set `pr...Julien Phalip
2011-02-01Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...Russell Keith-Magee
2011-01-24Simplify the tests for [15296].Alex Gaynor
2011-01-24Fixed 14796 -- Modified order of operations performed on field names by the i...Ramiro Morales