Changes between Initial Version and Version 2 of Ticket #16867


Ignore:
Timestamp:
Feb 1, 2013, 8:13:21 PM (11 years ago)
Author:
Ramiro Morales
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #16867 – Description

    initial v2  
    11See #7800
    22
    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.
     3The `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.
    44
    55I 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.
Back to Top