#16502: CreateView useless error message when template_name is not specified
-------------------------------------+-------------------------------------
     Reporter:  silverghost3@…       |                    Owner:  aaugustin
         Type:  Bug                  |                   Status:  new
    Component:  Generic views        |                  Version:  master
     Severity:  Normal               |               Resolution:
     Keywords:  CreateView "generic  |             Triage Stage:  Accepted
  view"                              |      Needs documentation:  0
    Has patch:  1                    |  Patch needs improvement:  1
  Needs tests:  0                    |                    UI/UX:  0
Easy pickings:  1                    |
-------------------------------------+-------------------------------------
Changes (by andrewgodwin):

 * needs_better_patch:  0 => 1


Comment:

 I don't like the way this patch/pull request works with ModelForms - it
 magically extracts a model from a ModelForm, which already needs
 discussion as it's new behaviour, but even worse it then passes that model
 out and then makes a brand new ModelForm out of it - that shouldn't
 happen.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/16502#comment:16>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com.
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to