Changes between Version 1 and Version 2 of Ticket #32742, comment 1


Ignore:
Timestamp:
May 12, 2021, 4:05:26 AM (3 years ago)
Author:
greemo

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32742, comment 1

    v1 v2  
    1 Hmm, looks like this has to do with the use of django polymorphic.
     1Hmm, looks like the normal foreign key relationships may be getting updated, and this has to do with the use of django polymorphic.
    22
    3 Somehow the foreign keys here are not getting updated.
     3It seems somehow all the hidden foreign keys here are not getting updated.
    44{{{
    55class JuntagricoBasePoly(PolymorphicModel):
Back to Top