#18839: Field.__init__() should call super() at end.
----------------------------+------------------------------------
     Reporter:  applegrew   |                    Owner:  mpessas
         Type:  Bug         |                   Status:  assigned
    Component:  Forms       |                  Version:  1.4
     Severity:  Normal      |               Resolution:
     Keywords:  sprint2013  |             Triage Stage:  Accepted
    Has patch:  1           |      Needs documentation:  0
  Needs tests:  0           |  Patch needs improvement:  0
Easy pickings:  1           |                    UI/UX:  0
----------------------------+------------------------------------
Changes (by mpessas):

 * owner:  joeri => mpessas
 * status:  new => assigned
 * has_patch:  0 => 1


Comment:

 Added pull request: https://github.com/django/django/pull/842

 The code does not forward any arguments to super, since all of them are
 consumed by the `Field` class and are available as instance variables.

 No tests were added, since this is a simple one-liner.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/18839#comment:5>
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 unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to