summaryrefslogtreecommitdiff
path: root/tests/field_deconstruction/tests.py
AgeCommit message (Expand)Author
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-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