Changes between Initial Version and Version 2 of Ticket #16867
- Timestamp:
- Feb 1, 2013, 8:13:21 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #16867 – Description
initial v2 1 1 See #7800 2 2 3 The `object_id_field` and `content_type_field` options to `GenericForeignKey` aren't validated my model validation, which means that if you make a mistake or typo weird stuff happens. `./manage.py validate` should complain about that.3 The `object_id_field` and `content_type_field` options to `GenericForeignKey` aren't validated by model validation, which means that if you make a mistake or typo weird stuff happens. `./manage.py validate` should complain about that. 4 4 5 5 I think this is probably blocking on the ability to plug into model validation since GFK's are in contrib and shouldn't have code in core.