drf-tutorial icon indicating copy to clipboard operation
drf-tutorial copied to clipboard

Django Rest Framework Tutorial

Results 3 drf-tutorial issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 1.10.1 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...

dependencies

Bumps [djangorestframework](https://github.com/encode/django-rest-framework) from 3.4.7 to 3.11.2. Release notes Sourced from djangorestframework's releases. Version 3.9.3 This is the last Django REST Framework release that will support Python 2. Be sure to...

dependencies

I found with the pinned versions, I'd get a StopIteration exception when running the tests under Python 3.7. Updated the requirements, and now all tests are green.