tickets: 3337
This data as json
id | created | changetime | last_pulled_from_trac | stage | status | component | type | severity | version | resolution | summary | description | owner | reporter | keywords | easy | has_patch | needs_better_patch | needs_tests | needs_docs | ui_ux |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
3337 | 2007-01-20 13:36:43 | 2007-01-20 17:26:00 | 2022-03-06 03:28:26.851143 | Accepted | closed | Forms | dev | fixed | [patch] newforms-fields better calls super(CLASS,self) instead class-method Field | I looked into django.newforms.fields and saw that in the __init__() and the clean() method always calls to the Field.__init__() and Field.clean() method are made. In an more object oriented way those calls should be better super(CLASSNAME, self).__init__() and super(CLASSNAME, self).clean() | adrian | Dirk Datzert <dummy@habmalnefrage.de> | super | 0 | 1 | 0 | 0 | 0 | 0 |