Page MenuHomeSolus

Update python-django to 2.1.3
ClosedPublic

Authored by maverick1 on Nov 4 2018, 2:51 PM.
Tags
None
Referenced Files
F11004165: D4251.id10604.diff
Mon, Jul 31, 11:25 PM
F11004164: D4251.id10448.diff
Mon, Jul 31, 11:25 PM
F11004163: D4251.id.diff
Mon, Jul 31, 11:25 PM
F11003357: D4251.diff
Mon, Jul 31, 1:51 PM
F10891716: D4251.id10604.diff
Jun 29 2023, 8:57 AM
F10889693: D4251.id10450.diff
Jun 28 2023, 2:24 AM
F10889629: D4251.id10448.diff
Jun 28 2023, 1:25 AM
F10886864: D4251.diff
Jun 26 2023, 4:16 AM

Details

Summary

Update django to latest version. Release notes available here.

Test Plan

Created django project, created tables, added data to the database and read from it.

Diff Detail

Repository
R2575 python-django
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

kyrios123 added inline comments.
package.yml
10–11

None of the builddeps are required for building the package. You can remove the whole section.

13–14

python-setuptools is for python2. It shouldn't be required as this package is built against python3 only

Removed unnecessary dependencies.

DataDrake added a subscriber: DataDrake.

LGTM. Thanks!

This revision is now accepted and ready to land.Nov 5 2018, 5:25 PM
This revision was automatically updated to reflect the committed changes.