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-06-03 02:29:13 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
django
/
core
/
serializers
History
konarkmodi
bc4111ba68
Fixed
#18003
-- Preserved tracebacks when re-raising errors.
...
Thanks jrothenbuhler for draft patch, Konark Modi for updates.
2013-03-19 15:42:39 -07:00
..
__init__.py
Fixed
#15363
-- Renamed and normalized to
get_queryset
the methods that return a QuerySet.
2013-03-08 10:11:45 -05:00
base.py
Fixed
#18963
-- Used a subclass-friendly pattern
2012-11-03 22:07:35 +01:00
json.py
Fixed
#18003
-- Preserved tracebacks when re-raising errors.
2013-03-19 15:42:39 -07:00
python.py
Fixed
#19746
-- Allow deserialization of pk-less data
2013-02-12 17:10:42 +08:00
pyyaml.py
Fixed
#18003
-- Preserved tracebacks when re-raising errors.
2013-03-19 15:42:39 -07:00
xml_serializer.py
Restrict the XML deserializer to prevent network and entity-expansion DoS attacks.
2013-02-19 11:23:30 -07:00