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-02-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
serializers_regress
History
Andriy Sokolovskiy
5c995dcfc2
Fixed
#24320
- Used field.value_to_string() in serialization of foreign key.
...
This fixes serialization of a ForeignKey to a UUIDField as the test indicates.
2015-02-13 12:37:23 -05:00
..
__init__.py
…
models.py
Fixed
#24320
- Used field.value_to_string() in serialization of foreign key.
2015-02-13 12:37:23 -05:00
tests.py
Fixed
#24320
- Used field.value_to_string() in serialization of foreign key.
2015-02-13 12:37:23 -05:00