Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/introspection/models.py
Commit message (Collapse)AuthorAgeFilesLines
* Fixed #21127 -- Started deprecation toward requiring ↵Flavio Curella2015-07-281-2/+2
| | | | on_delete for ForeignKey/OneToOneField
* Fixed #17785 -- Preferred column names in get_relations ↵Claude Paroz2015-01-121-0/+1
| | | | | | | introspection Thanks Thomas Güttler for the report and the initial patch, and Tim Graham for the review.
* Fixed #23357 -- Added small int introspection support to ↵Jon Dufresne2014-08-271-0/+1
| | | | | | | | | MySQL backend. In the MySQL backend, updated the can_introspect_small_integer feature flag to True. In data_types_reverse, map FIELD_TYPE.SHORT to a SmallIntegerField. Added test to verify introspecting SmallIntegerFields and fixed existing tests influenced by this change.
* Add introspection support for BinaryFieldClaude Paroz2013-03-021-0/+1
|
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+35