summaryrefslogtreecommitdiff
path: root/tests/inspectdb/models.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #14094 -- Added support for unlimited CharField on PostgreSQL.Adrian Torres2022-12-281-0/+7
* Fixed #18468 -- Added support for comments on columns and tables.kimsoungryoul2022-12-281-0/+8
* Fixed #33823 -- Made inspectdb generate unique related_name when reverse acce...Vladimir Kochetkov2022-07-061-0/+1
* Fixed #33643 -- Fixed inspectdb crash on functional unique constraints on Ora...Scott2022-04-161-0/+14
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-23/+25
* Fixed #33187 -- Made inspectdb handle ForeignKey.to_field attribute.jordan.bae2021-11-021-0/+6
* Fixed #31777 -- Added support for database collations to Char/TextFields.Tom Carrick2020-09-211-1/+18
* Fixed #12990, Refs #27694 -- Added JSONField model field.sage2020-05-081-0/+11
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-0/+1
* Fixed #27533 -- Fixed inspectdb crash if a unique constraint uses an unsuppor...Michael Sinov2018-03-211-0/+1
* Fixed #29227 -- Allowed BooleanField to be null=True.Tim Graham2018-03-201-1/+1
* 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