Opened 7 years ago

Last modified 4 years ago

#28458 closed New feature

Factor out ModelMultipleChoiceField.validate_choices — at Initial Version

Reported by: Daniel Hahler Owned by: nobody
Component: Forms Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: yes UI/UX: no

Description

I've done this initially in the context of https://code.djangoproject.com/ticket/27148.

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.

The patch with documentation and tests exists at https://github.com/django/django/pull/7181 already.

Change History (0)

Note: See TracTickets for help on using tickets.
Back to Top