Changes between Initial Version and Version 1 of Ticket #22034, comment 6


Ignore:
Timestamp:
Feb 27, 2014, 3:32:37 PM (10 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #22034, comment 6

    initial v1  
    55Or, have a hook like `Inline._checks = 'django.contrib.contenttypes.checks.GenericInlineModelAdminChecks'`
    66
    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.
     7As 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.
Back to Top