tickets: 8030
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 |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
8030 | 2008-07-29 18:54:32 | 2008-08-01 14:44:38 | 2022-03-06 03:41:12.498379 | Unreviewed | closed | Uncategorized | dev | fixed | BaseModelForm does not use super() | As seen in: http://code.djangoproject.com/browser/django/trunk/django/forms/models.py#L262 This somewhat restricts what can be done with multiple inheritance on form objects, which imo would be the most effective way of adding custom form display methods and such to forms. This can be worked around by simply ensuring that the mixin class comes before the form classes, however there isn't really any reason that this cannot be fixed. | nobody | glenjamin@gmail.com | 0 | 0 | 0 | 0 | 0 | 0 |