Skip to content

Update versions in requirements.txt and remove deprecated feature - #61

Open
tofu-rocketry wants to merge 6 commits into
devfrom
django-req-update
Open

Update versions in requirements.txt and remove deprecated feature#61
tofu-rocketry wants to merge 6 commits into
devfrom
django-req-update

Conversation

@tofu-rocketry

@tofu-rocketrytofu-rocketry commented May 21, 2019

Copy link
Copy Markdown
Member

Update Django and rest framework versions in requirements.txt as current versions listed have security vulnerabilities. Also remote patterns() as that is deprecated in this later version.

@gregcorbett

Copy link
Copy Markdown
Member

related issue #57

@tofu-rocketry

Copy link
Copy Markdown
MemberAuthor

I couldn't figure out why the unit tests are failing.

@gregcorbett

Copy link
Copy Markdown
Member

I believe the immediate issue is that in between Django 1.6 and 1.11, patterns has been deprecated and removed.

@tofu-rocketry

Copy link
Copy Markdown
MemberAuthor

@tofu-rocketrytofu-rocketry changed the title Update Django version in requirements.txtUpdate versions in requirements.txt and remove deprecated featureMay 30, 2019
@tofu-rocketry

Copy link
Copy Markdown
MemberAuthor

@tofu-rocketry

Copy link
Copy Markdown
MemberAuthor

The pagination looks fiddly to fix, so I'm stopping here for the moment. Good news is that the Python 3 build is now failing on the same PaginationSerializer import error!

Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Development

Successfully merging this pull request may close these issues.

2 participants

@tofu-rocketry@gregcorbett