mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 08:14:13 +03:00
Update djangorestframework from 3.14.0 to 3.15.0
This commit is contained in:
parent
2e9a9b0288
commit
7b1d5f1598
|
@ -40,7 +40,7 @@ django-compressor==4.4 # https://github.com/django-compressor/django-compressor
|
||||||
django-redis==5.4.0 # https://github.com/jazzband/django-redis
|
django-redis==5.4.0 # https://github.com/jazzband/django-redis
|
||||||
{%- if cookiecutter.use_drf == 'y' %}
|
{%- if cookiecutter.use_drf == 'y' %}
|
||||||
# Django REST Framework
|
# Django REST Framework
|
||||||
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
|
djangorestframework==3.15.0 # https://github.com/encode/django-rest-framework
|
||||||
django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers
|
django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers
|
||||||
# DRF-spectacular for api documentation
|
# DRF-spectacular for api documentation
|
||||||
drf-spectacular==0.27.1 # https://github.com/tfranzel/drf-spectacular
|
drf-spectacular==0.27.1 # https://github.com/tfranzel/drf-spectacular
|
||||||
|
|
Loading…
Reference in New Issue
Block a user