Changes between Version 1 and Version 2 of Ticket #32742, comment 1
- Timestamp:
- May 12, 2021, 4:05:26 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32742, comment 1
v1 v2 1 Hmm, looks like th is has to do with the use of django polymorphic.1 Hmm, looks like the normal foreign key relationships may be getting updated, and this has to do with the use of django polymorphic. 2 2 3 Somehow theforeign keys here are not getting updated.3 It seems somehow all the hidden foreign keys here are not getting updated. 4 4 {{{ 5 5 class JuntagricoBasePoly(PolymorphicModel):