The Vulnerability History Project
Vulnerabilities
Insights
Curate
Tags
All
Projects
CWEs
Languages
Lessons
Severities
Subsystems
More
News
Projects We Study
How to Contribute
By the Numbers
About Us
Toggle Theme
Warning: Our website does not support Internet Explorer, please use Edge instead.
Added a JSON serializer, a few more tests, and a couple more lines of docs.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
by
Kristine the Pool Frog 2006-06-29 16:42:49 UTC
commit c9032ab07f3694f3ae7da9b0017b764248ce28c9
Django
VCC
CVE-2013-1664
VCC
CVE-2013-1665
django/core/serializers/__init__.py
+1
-3
django/core/serializers/base.py
+1
-3
django/core/serializers/json.py
-51
django/core/serializers/python.py
-101
django/core/serializers/xml_serializer.py
+7
-6
docs/serialization.txt
+3
-20
tests/modeltests/serializers/models.py
-27
expand_less