Closed
Bug 1189032
Opened 10 years ago
Closed 10 years ago
GroupForm needs updating
Categories
(Socorro :: Webapp, task)
Socorro
Webapp
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Assigned: peterbe)
Details
Attachments
(1 file)
Now that we're on Django 1.7 we need to update how we define the GroupForm class. Or else you get this deprecation warning:
/home/travis/build/mozilla/socorro/webapp-django/crashstats/manage/forms.py:127: RemovedInDjango18Warning: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is deprecated - form GroupForm needs updating
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → peterbe
Assignee | ||
Comment 1•10 years ago
|
||
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/5d35d11cf1dd51846d10fe32ed4be384b524a227
fixes bug 1189032 - GroupForm needs updating
https://github.com/mozilla/socorro/commit/3f96e88eb34e9ae556538d67350c7e9b18990b55
Merge pull request #2984 from peterbe/bug-1189032-groupform-needs-updating
fixes bug 1189032 - GroupForm needs updating
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•