You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The way CRUDEvent is currently designed prevents generic inlines from functioning. Currently, object_id is a CharField. I'd propose that this be changed to a GenericForeignKey so built-in Django functionality works as expected.
The way
CRUDEvent
is currently designed prevents generic inlines from functioning. Currently,object_id
is aCharField
. I'd propose that this be changed to aGenericForeignKey
so built-in Django functionality works as expected.Expected to work:
Error:
The text was updated successfully, but these errors were encountered: