summaryrefslogtreecommitdiff
path: root/tests/introspection/tests.py
AgeCommit message (Expand)Author
2014-06-14[1.7.x] Fixed #22816 -- Corrected Oracle feature flag and fixed introspection...Shai Berger
2014-06-05[1.7.x] Added a flag for the ability to introspect nullable fields.Aymeric Augustin
2014-05-10[1.7.x] Adjusted refactoring of vendor checks.Aymeric Augustin
2014-05-08[1.7.x] Added feature flags for introspection capabilities.Aymeric Augustin
2014-02-02Ensure cursors are closed when no longer needed.Michael Manfre
2013-09-14Fixed #21097 - Added DatabaseFeature.can_introspect_autofieldMichael Manfre
2013-07-29Removed most of absolute_import importsClaude Paroz
2013-07-01Stopped using django.utils.unittest in the test suite.Aymeric Augustin
2013-03-02Add introspection support for BinaryFieldClaude Paroz
2013-02-26Merged regressiontests and modeltests into the test root.Florian Apolloner