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-02-08 00:16:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
serializers_regress
History
Claude Paroz
26cb227cfe
Fixed
#15197
-- Fixed yaml serialization into HttpResponse
...
Thanks fourga38 for the report and hirokiky at gmail.com for the initial patch.
2012-06-28 16:29:29 +02:00
..
__init__.py
…
models.py
Fix
#17879
: Corrected regression in python (inherited by yaml and json) serializer that prevented serializing model instances with null FK ref to a model when serializing with natural keys. Thanks danfairs and tmitchell.
2012-03-12 19:41:31 +00:00
tests.py
Fixed
#15197
-- Fixed yaml serialization into HttpResponse
2012-06-28 16:29:29 +02:00