Changes between Version 2 and Version 4 of Ticket #32420


Ignore:
Timestamp:
Feb 5, 2021, 1:27:36 AM (3 years ago)
Author:
trybik
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32420

    • Property Has patch set
    • Property Triage Stage UnreviewedAccepted
  • Ticket #32420 – Description

    v2 v4  
    6464        raise NotImplementedError("There is no natural key")
    6565}}}
    66 This rare situation actually can come up in an arguably normal situation, when using django-polymorphic and loading the subclass part of JSON list and the subclass uses a natural key that refers to fields from base class. The natural key will work perfectly fine, just not when loading the subclass part of JSON.
     66This rare situation actually can come up in an arguably normal situation, when using ~~django-polymorphic~~ non-abstract subclasses - when loading the subclass part of JSON list, and when the subclass uses a natural key that refers to fields from base class. The natural key will work perfectly fine, just not when loading the subclass part of JSON.
Back to Top