rest-framework-tutorial icon indicating copy to clipboard operation
rest-framework-tutorial copied to clipboard

The Django REST framework tutorial. 🎓

Results 10 rest-framework-tutorial issues
Sort by recently updated
recently updated
newest added

`url` is deprecated since django 3.1 https://docs.djangoproject.com/en/3.2/ref/urls/#url

As the version of Python specified in runtime.txt is not supported by Heroku 20.

Bumps [django](https://github.com/django/django) from 3.1.8 to 3.1.13. Commits 43873b9 [3.1.x] Bumped version for 3.1.13 release. 0bd57a8 [3.1.x] Fixed CVE-2021-35042 -- Prevented SQL injection in QuerySet.order_by(). 8dc1cc0 [3.1.x] Added stub release notes...

dependencies

Fix: add AutoSchema config on settings.py This PR is the fixed code of the issue #71

when I tried to access '/docs', the error I wrote on the title came out.

just little change, upgraded django to the latest version

read only field should not have a queryset

The link below is not accessible. It show "Application error". refer to below quote: There is a live example API for testing purposes, [available here](https://restframework.herokuapp.com/).

In the first tutorial here : https://www.django-rest-framework.org/tutorial/1-serialization/ . The completed online implementation as a sandbox version is not working , the link is https://restframework.herokuapp.com , it gives application error ,...