This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
django
Watch
1
Star
0
Fork
You've already forked django
0
mirror of
https://github.com/django/django.git
synced
2025-08-03 18:38:50 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
1
4f8cbf08be
django
/
tests
/
serializers_regress
History
Download ZIP
Download TAR.GZ
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
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
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