Closed
Bug 1211866
Opened 9 years ago
Closed 9 years ago
Update Django related Python packages
Categories
(Tree Management :: Treeherder, defect, P2)
Tree Management
Treeherder
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: emorley, Assigned: emorley)
Details
Attachments
(1 file)
From https://requires.io/github/mozilla/treeherder/requirements/?branch=master :
Django ==1.8.4 1.8.5 outdated
django-environ ==0.3.0 0.4.0 outdated
django-rest-swagger ==0.3.2 0.3.4 outdated
djangorestframework ==3.1.3 3.2.4 outdated
drf-extensions ==0.2.7 0.2.8 outdated
django-extensions ==1.5.5 1.5.7 outdated
Assignee | ||
Comment 1•9 years ago
|
||
Attachment #8670238 -
Flags: review?(mdoglio)
Updated•9 years ago
|
Attachment #8670238 -
Flags: review?(mdoglio) → review+
Comment 2•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/treeherder
https://github.com/mozilla/treeherder/commit/55c86687db50ec00ba60ae86e59418d4e2673688
Bug 1211866 - Update Django to v1.8.5
https://docs.djangoproject.com/en/1.8/releases/1.8.5/
https://github.com/django/django/compare/1.8.4...1.8.5
https://github.com/mozilla/treeherder/commit/718ce7ed5730cce96390f65aa9cbfdd28b1ec7fd
Bug 1211866 - Use non-deprecated DRF 'request' properties
In django-rest-framework v3.2+ request.DATA and request.QUERY_PARAMS
have been removed in favour of request.DATA and request.query_params
respectively (they've been deprecated since DRF v3.0+):
http://www.django-rest-framework.org/topics/3.2-announcement/#deprecations
https://github.com/mozilla/treeherder/commit/f9ee70006da9c75d85d4371b3874cde11a9d5a09
Bug 1211866 - Update djangorestframework to v3.2.4
http://www.django-rest-framework.org/topics/3.2-announcement/
http://www.django-rest-framework.org/topics/release-notes/#32x-series
https://github.com/tomchristie/django-rest-framework/compare/3.1.3...3.2.4
https://github.com/mozilla/treeherder/commit/ad4df5a2ffed74053f0816ed504a5bf4870cf4ad
Bug 1211866 - Update drf-extensions to v0.2.8
http://chibisov.github.io/drf-extensions/docs/#0-2-8
https://github.com/chibisov/drf-extensions/compare/0.2.7...0.2.8
https://github.com/mozilla/treeherder/commit/3e47f58a0d353e650525c7c243d5bb7ef81543be
Bug 1211866 - Update django-rest-swagger to v0.3.4
https://github.com/marcgibbons/django-rest-swagger/blob/master/CHANGELOG.md#v034-august-19-2015
https://github.com/marcgibbons/django-rest-swagger/compare/0.3.2...0.3.4
https://github.com/mozilla/treeherder/commit/745df9550543c0a43109ed3ec339ea2810b4846b
Bug 1211866 - Update django-environ to v0.4.0
https://github.com/joke2k/django-environ#040---23-september-2015
https://github.com/joke2k/django-environ/compare/v0.3...v0.4
https://github.com/mozilla/treeherder/commit/0164b8f72f8bfb4619fd879aacb6d3447a0340a8
Bug 1211866 - Update django-extensions to v1.5.7
https://github.com/django-extensions/django-extensions/blob/master/CHANGELOG.md#157
https://github.com/django-extensions/django-extensions/compare/1.5.5...1.5.7
Assignee | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•