django1/django
Andriy Sokolovskiy 136edac897 [1.8.x] 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.

Backport of 5c995dcfc2 from master
2015-02-13 12:45:35 -05:00
..
apps [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
bin [1.8.x] Removed django-2to3.py 2015-02-06 08:56:01 -05:00
conf [1.8.x] Fixed #17716 -- Prevented include('...', app_name='...') without a namespace. 2015-02-12 08:19:10 -05:00
contrib [1.8.x] Fixed #24315 -- Fixed auth.views.password_reset_confirm() with a UUID user. 2015-02-13 09:57:44 -05:00
core [1.8.x] Fixed #24320 - Used field.value_to_string() in serialization of foreign key. 2015-02-13 12:45:35 -05:00
db [1.8.x] Fixed #24184 -- Prevented automatic soft-apply of migrations 2015-02-13 15:21:10 +01:00
dispatch [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
forms [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
http [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
middleware [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
template [1.8.x] Split DTL context creation into its own function. 2015-02-10 14:35:05 +01:00
templatetags [1.8.x] Subclassed template.Node instead of Node for consistency. 2015-02-12 08:05:04 -05:00
test [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00
utils [1.8.x] Fixed #24321 -- Improved `utils.http.same_origin` compliance with RFC6454 2015-02-12 09:01:59 +01:00
views [1.8.x] Fixed a crash of the debug page. 2015-02-10 19:07:07 -05:00
__init__.py Bumped version to 1.8 alpha 1. 2015-01-16 17:06:32 -05:00
shortcuts.py [1.8.x] Sorted imports with isort; refs #23860. 2015-02-09 14:24:06 -05:00