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
/
serializers
/
models
Age
Commit message (
Expand
)
Author
2021-02-05
[3.2.x] Fixed #32420 -- Fixed detecting primary key values in deserialization...
Mikolaj Rybinski
2020-05-04
Changed `'%s' % value` pattern to `str(value)`.
Nick Pope
2020-04-07
Enforced uniqueness of natural keys used in tests.
Mariusz Felisiak
2019-12-30
Fixed #31071 -- Disabled insert optimization for primary keys with defaults w...
Simon Charette
2019-11-19
Fixed #30987 -- Added models.PositiveBigIntegerField.
Caio Ariede
2019-06-27
Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model.
Nadège Michel
2018-12-27
Followed style guide for model attribute ordering.
Matt Wiens
2018-11-27
Fixed #28385 -- Fixed deserializing natural keys when primary key has a defau...
dmytryi.striletskyi
2018-07-13
Fixed #26291 -- Allowed loaddata to handle forward references in natural_key ...
Peter Inglesby
2018-03-20
Fixed #29227 -- Allowed BooleanField to be null=True.
Tim Graham
2018-02-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
Denys Duchier
2017-09-18
Revert "Refs #21286 -- Enabled serializer tests with time pk model"
Claude Paroz
2017-09-17
Refs #21286 -- Enabled serializer tests with time pk model
Claude Paroz
2017-07-20
Fixed #28370 -- Deprecated the context arg of Field.from_db_value() and Expre...
Tim Graham
2017-06-05
Refs #21286 -- Enabled serializer tests with date/datetime pk model
Claude Paroz
2017-02-11
Fixed #27742 -- Reverted "Fixed #24607 -- Serialized natural keys in multi-ta...
Tim Graham
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed six.<various>_types usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed python_2_unicode_compatible decorator usage
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Removed Manager.use_for_related_fields and Meta.manager_inheritance_from_future.
Tim Graham
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-10-12
Fixed #24607 -- Serialized natural keys in multi-table inheritance models.
João Sampaio
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