index
:
chango.git
devmain
fix-31295
initial-branch
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
2014-08-14
[1.7.x] Fixed #23288: deconstruct() ignoring related_name
Andrew Godwin
2014-08-03
[1.7.x] Fixed #23156 -- Added missing BinaryField.deconstruct() method.
Baptiste Mispelon
2014-08-03
[1.7.x] Added missing logic to TimeField.deconstruct().
Baptiste Mispelon
2014-07-26
Fixed #23101 db_table wasn't copied in deconstruct
Abraham Martin
2014-06-23
[1.7.x] Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issues
Andrew Godwin
2014-05-08
[1.7.x] Appeased flake8.
Aymeric Augustin
2014-05-06
[1.7.x] Fixed #22337: FileSystemStorage marked as deconstructible and tested.
Andrew Godwin
2014-05-06
[1.7.x] Fixed #22564 -- Prevented unneeded bytestrings in migrations
Claude Paroz
2014-04-26
[1.7.x] 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