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