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-05-03 21:54:37 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
regressiontests
/
serializers_regress
History
Carl Meyer
1c60d07ba2
[1.4.x] Restrict the XML deserializer to prevent network and entity-expansion DoS attacks.
...
This is a security fix. Disclosure and advisory coming shortly.
2013-02-19 10:37:54 -07: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
[1.4.x] Restrict the XML deserializer to prevent network and entity-expansion DoS attacks.
2013-02-19 10:37:54 -07:00