Opened 18 years ago

Closed 18 years ago

#2921 closed defect (fixed)

[patch] json deserialization for Null foreign keys broken

Reported by: mir@… Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no
Pull Requests:How to create a pull request

Description

if a foreign key has a NULL value, this is not treated correctly during deserialization. It tries to construct a Model with a primary key NULL. This is easily solved, see patch.

Change History (2)

by mir@…, 18 years ago

Attachment: deserialize_null.diff added

promised patch

comment:1 by Jacob, 18 years ago

Resolution: fixed
Status: newclosed

(In [4043]) Fixed #2921: deserialization no longer failes on NULL primary keys. Thanks, mir@….

Note: See TracTickets for help on using tickets.
Back to Top