index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
regressiontests
/
inspectdb
Age
Commit message (
Expand
)
Author
2012-10-27
[1.5.x] Fixed Oracle failure for "%" in table name
Anssi Kääriäinen
2012-08-23
Fixed #18843 -- Replaced more special chars in column names (inspectdb)
Claude Paroz
2012-08-23
Fixed #12460 -- Improved inspectdb handling of special field names
Claude Paroz
2012-08-08
[py3] Used compatible imports of StringIO.
Aymeric Augustin
2012-06-01
Removed debugging code added in last commit.
Ramiro Morales
2012-06-01
Made inspectdb tests deal with a smaller generated models.py file.
Ramiro Morales
2012-04-27
Fixed #15076 -- Quoted ForeignKey target class names in inspectdb when class ...
Claude Paroz
2012-02-11
Fixed #17676 -- Fixed introspection of column names that start with digit(s).
Ramiro Morales
2012-02-05
Fixed #8317 -- Corrected the inspectdb management command to properly set `pr...
Julien Phalip
2011-02-01
Fixed #15170 -- Skip the inspectdb test under MySQL/MyISAM, because it can't ...
Russell Keith-Magee
2011-01-24
Simplify the tests for [15296].
Alex Gaynor
2011-01-24
Fixed 14796 -- Modified order of operations performed on field names by the i...
Ramiro Morales