This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-01-18 14:24:39 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
serializers
History
Nick Pope
8f10ceaa90
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00
..
models
Changed
'%s' % value
pattern to
str(value)
.
2020-05-04 08:27:18 +02:00
__init__.py
…
test_data.py
Fixed
#31071
-- Disabled insert optimization for primary keys with defaults when loading fixtures.
2019-12-30 07:49:10 +01:00
test_deserializedobject.py
…
test_json.py
Fixed
#26743
-- Fixed UnboundLocalError crash when deserializing m2m fields and value isn't iterable.
2019-12-13 11:38:09 +01:00
test_natural.py
…
test_xml.py
Fixed
#29249
-- Made JSON and YAML serializers use Unicode by default.
2020-04-28 11:11:39 +02:00
test_yaml.py
Refs
#11929
-- Fixed ordering of test YAML dumps.
2019-05-03 10:48:18 +02:00
tests.py
Fixed
#29249
-- Made JSON and YAML serializers use Unicode by default.
2020-04-28 11:11:39 +02:00