summaryrefslogtreecommitdiff
path: root/tests/field_deconstruction
Commit message (Expand)AuthorAgeFilesLines
* Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...Mariusz Felisiak2022-02-161-10/+10
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-61/+148
* Fixed #33366 -- Fixed case handling with swappable setting detection in migra...Simon Charette2021-12-171-0/+20
* Refs #32983 -- Removed unneeded related_name from test model definitions.Nick Touran2021-08-061-2/+0
* Fixed #32676 -- Prevented migrations from rendering related field attributes ...David Wobrock2021-05-281-0/+28
* Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak2021-01-141-7/+0
* Fixed #23916 -- Allowed makemigrations to handle related model name case chan...Adam Johnson2020-03-251-19/+19
* Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede2019-11-191-0/+7
* Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry2017-12-221-0/+4
* Tested field deconstruction with DEFAULT_DB_TABLESPACE and db_tablespace.Simon Charette2017-09-111-0/+21
* Added additional field_construction tests for related fields.Adam Bogdał2017-06-141-0/+77
* Fixed #24195 -- Deconstructed the limit_choices_to option of related fields.Adam Bogdał2017-06-141-0/+26
* Refs #23919 -- Removed six.<various>_types usageClaude Paroz2017-01-181-2/+0
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham2016-09-171-2/+2
* Refs #24590 -- Ensured isolation between autodetector testsMarkus Holtermann2015-08-281-8/+10
* Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann2015-08-271-16/+20
* Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella2015-07-271-14/+14
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen2015-03-251-2/+2
* Refs #24483 -- Added a test for deconstruction of Field.choicesTim Graham2015-03-181-0/+7
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-5/+1
* Revert "Fixed #23455 -- Forced related_name to be a unicode string during dec...Carl Meyer2014-12-121-12/+0
* Fixed #23455 -- Forced related_name to be a unicode string during deconstruct...Markus Holtermann2014-09-251-0/+14
* Fixed #23288: deconstruct() ignoring related_nameAndrew Godwin2014-08-141-0/+12
* Added missing logic to TimeField.deconstruct().Baptiste Mispelon2014-08-031-0/+17
* Fixed #23156 -- Added missing BinaryField.deconstruct() method.Baptiste Mispelon2014-08-031-0/+7
* Fixed #23101 db_table wasn't copied in deconstructAbraham Martin2014-07-261-0/+6
* Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham2014-07-041-1/+1
* Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issuesAndrew Godwin2014-06-231-0/+9
* Appeased flake8.Aymeric Augustin2014-05-081-1/+0
* Fixed #22337: FileSystemStorage marked as deconstructible and tested.Andrew Godwin2014-05-061-0/+2
* Fixed #22564 -- Prevented unneeded bytestrings in migrationsClaude Paroz2014-05-061-3/+6
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.Baptiste Mispelon2014-03-141-0/+10
* 4 flake8 warning fixesAlex Gaynor2014-03-081-1/+0
* Fixed #22183: Through M2Ms now correctly handledAndrew Godwin2014-03-081-0/+6
* Fixed #22199: Bad max_length deconstruction for FileFieldAndrew Godwin2014-03-081-4/+15
* Implement swappable model support for migrationsAndrew Godwin2014-01-191-1/+43
* Fixed #21785: Bad handling of both auto_now and _add on deconstructAndrew Godwin2014-01-171-0/+6
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-0/+0
* Removed unused local variables in tests.Tim Graham2013-10-191-1/+1
* Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn2013-09-281-1/+4
* Ported over Field.deconstruct() from my schema alteration branch.Andrew Godwin2013-06-283-0/+253