Changes between Initial Version and Version 1 of Ticket #28458
- Timestamp:
- Aug 1, 2017, 1:01:11 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28458
- Property Triage Stage Unreviewed → Accepted
- Property Summary Factor out ModelMultipleChoiceField.validate_choices → Add ModelMultipleChoiceField.validate_choices()
-
Ticket #28458 – Description
initial v1 1 I've done this initially in the context of https://code.djangoproject.com/ticket/27148.1 I've done this initially in the context of #27148. 2 2 3 3 While it is not required to work around this anymore, it still is useful for customization and was ACKed in https://github.com/django/django/pull/7181#issuecomment-261079604. 4 4 5 The patch with documentation and tests exists at https://github.com/django/django/pull/7181 already. 5 [https://github.com/django/django/pull/7181 PR]