django-rest-framework/docs/tutorial
Adam Johnson 410575dace
Replace all url() calls with path() or re_path() (#7512)
* url() is deprecated in Django 3.1

* update given feedbacks on url() is deprecated in Django 3.1

* Fix test_urlpatterns.py to continue testing mixed re_path() and path()

* Fix one missed reference

Co-authored-by: sanjusci <sanju.sci9@gmail.com>
2020-09-08 15:32:27 +01:00
..
1-serialization.md Update docs to use lists instead of tuples (#6797) 2019-07-12 18:15:36 -07:00
2-requests-and-responses.md Grammar fix (#6933) 2020-01-03 13:36:43 +00:00
3-class-based-views.md Update tutorial to Django 2.0 routing syntax (#5963) (#5964) 2018-05-08 09:06:14 +01:00
4-authentication-and-permissions.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
5-relationships-and-hyperlinked-apis.md Update docs to use lists instead of tuples (#6797) 2019-07-12 18:15:36 -07:00
6-viewsets-and-routers.md Update docs to use lists instead of tuples (#6797) 2019-07-12 18:15:36 -07:00
quickstart.md Just smalling cleaning up, causing confusion (#7426) 2020-07-23 17:34:34 +02:00