--
Ticket URL: <https://code.djangoproject.com/ticket/21119>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
--
Ticket URL: <https://code.djangoproject.com/ticket/21119#comment:1>
* status: new => closed
* resolution: => invalid
Comment:
It sounds like you want to add custom validation logic in the admin. One
way to do this is to use
[https://docs.djangoproject.com/en/dev/ref/contrib/admin/#django.contrib.admin.ModelAdmin.form
ModelAdmin.form].
If you need additional help, please use
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
SupportChannels] rather than this ticket tracker. Thanks!
--
Ticket URL: <https://code.djangoproject.com/ticket/21119#comment:2>