Changes between Initial Version and Version 1 of Ticket #22034, comment 6
- Timestamp:
- Feb 27, 2014, 3:32:37 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #22034, comment 6
initial v1 5 5 Or, have a hook like `Inline._checks = 'django.contrib.contenttypes.checks.GenericInlineModelAdminChecks'` 6 6 7 As a side note, I like to do hacky things with my inlines (like store data in json on the original model) and sometimes that means it doesn't make sense to have an actual foreign key. 7 As a side note, I like to do hacky things with my inlines (like store data in json on the original model) and sometimes that means it doesn't make sense to have an actual foreign key. And it would be nice to have a way to override the error.