Nick Pope 8f10ceaa90 Changed `'%s' % value` pattern to `str(value)`. 4 years ago
..
__init__.py cb7860cced Fixed #24607 -- Serialized natural keys in multi-table inheritance models. 7 years ago
base.py 8f10ceaa90 Changed `'%s' % value` pattern to `str(value)`. 4 years ago
data.py 5779cc938a Fixed #31071 -- Disabled insert optimization for primary keys with defaults when loading fixtures. 5 years ago
multi_table.py 895b15771e Fixed #28725 -- Prevented serializing inherited ManyToManyFields in child model. 5 years ago
natural.py cf21fc9bf0 Enforced uniqueness of natural keys used in tests. 5 years ago