| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-12-30 | Fixed #31071 -- Disabled insert optimization for primary keys with defaults ↵ | Simon Charette | |
| when loading fixtures. Model.save_base() is called directly when loading fixtures and assumes existing rows will be updated. Branching of "raw" allows to maintain the optimization introduced in #29260 while supporting this edge case. Regression in 85458e94e38c20e57939947ee515a1a53689659f. Thanks Reupen Shah for the report. | |||
| 2019-11-19 | Fixed #30987 -- Added models.PositiveBigIntegerField. | Caio Ariede | |
| 2018-03-20 | Fixed #29227 -- Allowed BooleanField to be null=True. | Tim Graham | |
| Thanks Lynn Cyrin for contributing to the patch, and Nick Pope for review. | |||
| 2017-09-18 | Revert "Refs #21286 -- Enabled serializer tests with time pk model" | Claude Paroz | |
| This reverts commit 01c6a3e227b645e8dea97e9befecd23d1d3b8581. Unfortunately, the YAML serializer is not yet able to cope with time values. | |||
| 2017-09-17 | Refs #21286 -- Enabled serializer tests with time pk model | Claude Paroz | |
| 2017-06-05 | Refs #21286 -- Enabled serializer tests with date/datetime pk model | Claude Paroz | |
| 2017-01-25 | Refs #23919 -- Replaced super(ClassName, self) with super(). | chillaranand | |
| 2017-01-18 | Refs #23919 -- Removed encoding preambles and future imports | Claude Paroz | |
| 2016-11-30 | Refs #27358 -- Removed invalid/unneeded FileField.upload_to in tests/docs. | Tim Graham | |
| 2016-11-10 | Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings. | za | |
| 2016-04-22 | Fixed #26320 -- Deprecated implicit OneToOnField parent_link. | Tim Graham | |
| 2015-09-26 | Made tests/serializers/models.py a models package | Claude Paroz | |
| Thanks Tim Graham for the patch series review. | |||
