Closed
Bug 1179248
Opened 11 years ago
Closed 11 years ago
Fix django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited; form JobForm needs updating.
Categories
(Testing Graveyard :: Sisyphus, defect)
Testing Graveyard
Sisyphus
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1180749
People
(Reporter: cbook, Assigned: cbook)
Details
Attachments
(1 file)
|
10.28 KB,
patch
|
Details | Diff | Splinter Review |
for new django installations/version we would run into:
django.core.exceptions.ImproperlyConfigured: Creating a ModelForm without either the 'fields' attribute or the 'exclude' attribute is prohibited; form JobForm needs updating.
with bughunter when starting the crashworker as example. We need to fix this to use newer django versions, see http://stackoverflow.com/questions/26103005/django-core-exceptions-improperlyconfigured
Attachment #8628266 -
Flags: review?(bob)
Comment 1•11 years ago
|
||
Comment on attachment 8628266 [details] [diff] [review]
patch
Review of attachment 8628266 [details] [diff] [review]:
-----------------------------------------------------------------
We'll handle this in a unified manner in bug 1180749
Attachment #8628266 -
Flags: review?(bob)
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•