Closed
Bug 1140641
Opened 10 years ago
Closed 10 years ago
django.utils.simplejson is deprecated
Categories
(Webtools Graveyard :: Air Mozilla, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: peterbe, Unassigned)
Details
(Whiteboard: [good first bug])
This is deprecated:
https://github.com/mozilla/airmozilla/blob/34fbdf415d49717c66c7d538be9a701027f96677/airmozilla/main/fields.py#L4
We can simply replace it with regular json.
Reporter | ||
Updated•10 years ago
|
Whiteboard: [good first bug]
Comment 1•10 years ago
|
||
https://github.com/mozilla/airmozilla/pull/225
I think this fixes the above issue. Please have a look and suggest any changes if required.
Comment 2•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/airmozilla
https://github.com/mozilla/airmozilla/commit/cfbc80226ecba99158151bac37872e2b2629b7f5
fixes bug 1140641 - django.utils.simplejson is deprecated
https://github.com/mozilla/airmozilla/commit/82480086fe96f176cba588126b4df2fbd799989e
Merge pull request #228 from aarshvig/patch-5
fixes bug 1140641 - django.utils.simplejson is deprecated
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•