summaryrefslogtreecommitdiff
path: root/tests/inspectdb/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed spelling mistakes in code and comments.james mike dupont2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-3/+0
* Refs #26154 -- Removed deprecated CommaSeparatedIntegerField.Tim Graham2017-01-171-1/+0
* Refs #24928 -- Added introspection support for UUIDFieldClaude Paroz2016-07-201-0/+1
* Fixed #25274 --- Made inspectdb handle renamed fields in unique_together.Jacek Bzdak2015-11-251-1/+8
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-4/+4
* Removed IPAddressField per deprecation timeline; refs #20439.Tim Graham2015-01-191-1/+0
* Fixed #23891 -- Moved deprecation of IPAddressField to system check framework.Tim Graham2015-01-011-6/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-2/+4
* Fixed #23679 -- Fixed null introspection for char/text fieldsClaude Paroz2014-10-201-0/+1
* Fixed #23028: Added unique_togther support to inspectdb.Damien Nozay2014-07-181-0/+8
* Fixed #21079 -- Further normalized table names in inspectdbClaude Paroz2014-07-061-1/+4
* PEP8 cleanupJason Myers2013-11-021-0/+6
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-281-1/+4
* Fixed #20895 -- Made check management command warn if a BooleanField does not...Alasdair Nicol2013-08-151-1/+1
* Fixed #16737 -- Support non-ascii column names in inspectdbClaude Paroz2013-04-011-0/+4
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-261-0/+56