summaryrefslogtreecommitdiff
path: root/tests/field_deconstruction
AgeCommit message (Expand)Author
2014-08-14[1.7.x] Fixed #23288: deconstruct() ignoring related_nameAndrew 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-26Fixed #23101 db_table wasn't copied in deconstructAbraham Martin
2014-06-23[1.7.x] Fixed #22889: Unneeded to_field in fk.deconstruct causing swap issuesAndrew 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 migrationsClaude Paroz
2014-04-26[1.7.x] Fix 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