This website requires JavaScript.
Explore
Help
Sign In
Django
/
django
Watch
11
Star
0
Fork
0
You've already forked django
Code
Pull Requests
Projects
Releases
Activity
django
/
tests
/
regressiontests
/
serializers_regress
History
Claude Paroz
4a103086d5
Fixed
#18269
-- Applied unicode_literals for Python 3 compatibility.
...
Thanks Vinay Sajip for the support of his django3 branch and Jannis Leidel for the review.
2012-06-07 18:08:47 +02:00
..
__init__.py
Added unit tests to fully check the performance of the serializer engines.
2007-03-13 01:03:05 +00:00
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
#18269
-- Applied unicode_literals for Python 3 compatibility.
2012-06-07 18:08:47 +02:00