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-10-26 23:26:08 +00:00
Code
Issues
32
Releases
Wiki
Activity
Files
4f83bfa9e5ef10c6c9711ad529630d09a06ef413
django
/
django
/
core
/
serializers
History
Tim Graham
ca13fb021f
[1.8.x] Fixed import order in django/core/serializers/json.py
2015-07-22 07:01:03 -04:00
..
__init__.py
Fixed
#23660
-- Moved sort_dependencies to core.
2014-10-16 03:04:13 +07:00
base.py
Fixed
#21188
-- Introduced subclasses for to-be-removed-in-django-XX warnings
2014-03-08 09:57:40 +01:00
json.py
[1.8.x] Fixed import order in django/core/serializers/json.py
2015-07-22 07:01:03 -04:00
python.py
[1.8.x]
Fixed
#24320
- Used field.value_to_string() in serialization of foreign key.
2015-02-13 12:45:35 -05:00
pyyaml.py
[1.8.x] Sorted imports with isort; refs
#23860
.
2015-02-09 14:24:06 -05:00
xml_serializer.py
[1.8.x] Sorted imports with isort; refs
#23860
.
2015-02-09 14:24:06 -05:00