Changes between Version 2 and Version 4 of Ticket #32420
- Timestamp:
- Feb 5, 2021, 1:27:36 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32420
- Property Has patch set
- Property Triage Stage Unreviewed → Accepted
-
Ticket #32420 – Description
v2 v4 64 64 raise NotImplementedError("There is no natural key") 65 65 }}} 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 andthe 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.66 This 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.