{{{
class CreatePersonView(CreateView):
model = Person
success_url = "/"
success_message = "%(name)s was created successfully"
error_message = "%(name)s was NOT created successfully"
warning_message = ""
info_message = ""
debug_message = ""
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/21647>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* needs_better_patch: => 0
* needs_tests: => 0
* needs_docs: => 0
Comment:
When exactly would these be used? This seems to me to be a definite
example of project specific code.
--
Ticket URL: <https://code.djangoproject.com/ticket/21647#comment:1>
* status: new => closed
* resolution: => needsinfo
Comment:
It's also unclear to me how this would work.
--
Ticket URL: <https://code.djangoproject.com/ticket/21647#comment:2>