summaryrefslogtreecommitdiff
path: root/tests/field_deconstruction
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2025-02-06Fixed #36061 -- Added migration support for ManyToManyField.through_fields.brian
2023-08-30 Fixed #31262 -- Added support for mappings on model fields and ChoiceField's...Nick Pope
2023-08-22Added tests for model field's choices iterator/iterable values.Natalia
2022-02-16Fixed #33515 -- Prevented recreation of migration for ManyToManyField to lowe...Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2021-12-17Fixed #33366 -- Fixed case handling with swappable setting detection in migra...Simon Charette
2021-08-06Refs #32983 -- Removed unneeded related_name from test model definitions.Nick Touran
2021-05-28Fixed #32676 -- Prevented migrations from rendering related field attributes ...David Wobrock
2021-01-14Refs #31369 -- Removed models.NullBooleanField per deprecation timeline.Mariusz Felisiak
2020-03-25Fixed #23916 -- Allowed makemigrations to handle related model name case chan...Adam Johnson
2019-11-19Fixed #30987 -- Added models.PositiveBigIntegerField.Caio Ariede
2017-12-22Fixed #28937 -- Allowed BinaryField to be editable=True.Cameron Curry
2017-09-11Tested field deconstruction with DEFAULT_DB_TABLESPACE and db_tablespace.Simon Charette
2017-06-14Added additional field_construction tests for related fields.Adam Bogdał
2017-06-14Fixed #24195 -- Deconstructed the limit_choices_to option of related fields.Adam Bogdał
2017-01-18Refs #23919 -- Removed six.<various>_types usageClaude Paroz
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2016-09-17Refs #27025 -- Fixed "invalid escape sequence" warnings in Python 3.6.Tim Graham
2015-08-28Refs #24590 -- Ensured isolation between autodetector testsMarkus Holtermann
2015-08-27Fixed #24590 -- Cached calls to swappable_setting.Markus Holtermann
2015-07-27Fixed #21127 -- Started deprecation toward requiring on_delete for ForeignKey...Flavio Curella
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-25Renamed Field.rel attribute to remote_fieldAnssi Kääriäinen
2015-03-18Refs #24483 -- Added a test for deconstruction of Field.choicesTim Graham
2014-12-30Applied ignore_warnings to Django testsClaude Paroz
2014-12-12Revert "Fixed #23455 -- Forced related_name to be a unicode string during dec...Carl Meyer
2014-09-25Fixed #23455 -- Forced related_name to be a unicode string during deconstruct...Markus Holtermann
2014-08-14Fixed #23288: deconstruct() ignoring related_nameAndrew Godwin
2014-08-03Added missing logic to TimeField.deconstruct().Baptiste Mispelon
2014-08-03Fixed #23156 -- Added missing BinaryField.deconstruct() method.Baptiste Mispelon
2014-07-26Fixed #23101 db_table wasn't copied in deconstructAbraham Martin
2014-07-04Fixed #20631 -- Increased the default EmailField max_length to 254.Tim Graham
2014-06-23Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issuesAndrew Godwin
2014-05-08Appeased flake8.Aymeric Augustin
2014-05-06Fixed #22337: FileSystemStorage marked as deconstructible and tested.Andrew Godwin
2014-05-06Fixed #22564 -- Prevented unneeded bytestrings in migrationsClaude Paroz
2014-04-26Fix many many typos in comments throughout the codebaseAlex Gaynor
2014-03-14Fixed #22272 -- Fixed regression in DecimalField when using decimal_places=0.Baptiste Mispelon
2014-03-084 flake8 warning fixesAlex Gaynor
2014-03-08Fixed #22183: Through M2Ms now correctly handledAndrew Godwin
2014-03-08Fixed #22199: Bad max_length deconstruction for FileFieldAndrew Godwin
2014-01-19Implement swappable model support for migrationsAndrew Godwin
2014-01-17Fixed #21785: Bad handling of both auto_now and _add on deconstructAndrew Godwin
2013-12-17Removed superfluous models.py files.Aymeric Augustin
2013-10-19Removed unused local variables in tests.Tim Graham
2013-09-28Fixed #20439 -- Started deprecation of IPAddressFieldErik Romijn
2013-06-28Ported over Field.deconstruct() from my schema alteration branch.Andrew Godwin