Opened 18 years ago

Closed 17 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

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.

Attachments (1)

deserialize_null.diff (645 bytes ) - added by mir@… 18 years ago.
promised patch

Download all attachments as: .zip

Change History (2)

by mir@…, 18 years ago

Attachment: deserialize_null.diff added

promised patch

comment:1 by Jacob, 17 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