We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d189be0 commit 94292f1Copy full SHA for 94292f1
{{cookiecutter.project_slug}}/requirements/base.txt
@@ -41,7 +41,7 @@ django-compressor==4.1 # https://github.com/django-compressor/django-compressor
41
django-redis==5.2.0 # https://github.com/jazzband/django-redis
42
{%- if cookiecutter.use_drf == 'y' %}
43
# Django REST Framework
44
-djangorestframework==3.13.1 # https://github.com/encode/django-rest-framework
+djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
45
django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
46
# DRF-spectacular for api documentation
47
drf-spectacular==0.24.1 # https://github.com/tfranzel/drf-spectacular
0 commit comments