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
/
introspection
/
tests.py
Age
Commit message (
Expand
)
Author
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-10-11
Fixed #12991 -- Added unittest2 support. Thanks to PaulM for the draft patch,...
Russell Keith-Magee
2010-04-21
Fixed #13396 -- Modified the SQLite introspection code to avoid a problem wit...
Russell Keith-Magee
2009-12-22
Fixed #1142 -- Added multiple database support.
Russell Keith-Magee
2009-12-17
Fixed #399: Added big integer field. Thanks to Tomáš Kopeček for persisten...
Karen Tracey
2009-08-21
Fixed #11049: introspection on Oracle now identifies IntegerFields correctly.
Matt Boersma
2009-04-16
Fixed introspection test case which caused "ORA-00972: identifier is too long...
Matt Boersma
2009-04-04
Fixed up the introspection code and tests added for #9779 to run under Python...
Karen Tracey
2009-04-03
Fixed #9991: correctly introspect PostgreSQL 'real' types.
Jacob Kaplan-Moss
2009-04-02
Added tests for database introspection. Refs #9779.
Jacob Kaplan-Moss