django-rest-framework/docs/api-guide
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
..
authentication.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
caching.md Update docs imports (#7030) 2019-11-01 10:56:59 -07:00
content-negotiation.md Update mkdocs (#6769) 2019-06-30 19:04:36 -07:00
exceptions.md Update mkdocs (#6769) 2019-06-30 19:04:36 -07:00
fields.md Fix docs typo (#7387) 2020-06-22 14:24:50 -07:00
filtering.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
format-suffixes.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
generic-views.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
metadata.md Fix schema endpoint example (#7178) 2020-05-05 14:04:35 +01:00
pagination.md Fix pagination docs meta information 2019-07-15 20:14:59 +01:00
parsers.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
permissions.md Update an example to not use oppressive language (#7439) 2020-07-29 20:21:13 +01:00
relations.md Punctuation fix (#7488) 2020-08-20 13:23:59 +01:00
renderers.md Add drf_ujson2 reference (#7494) 2020-08-25 15:15:17 -07:00
requests.md Fix docs typos (#7015) 2019-10-24 11:31:12 -07:00
responses.md Fix link to Django docs (#7040) 2019-11-06 09:34:28 -08:00
reverse.md Update mkdocs (#6769) 2019-06-30 19:04:36 -07:00
routers.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
schemas.md Replace all url() calls with path() or re_path() (#7512) 2020-09-08 15:32:27 +01:00
serializers.md Fix docs issue (#7418) 2020-08-05 15:33:30 -07:00
settings.md Update DEFAULT_SCHEMA_CLASSES default value in Settings docs (#7014) 2019-11-06 21:37:13 +01:00
status-codes.md Update mkdocs (#6769) 2019-06-30 19:04:36 -07:00
testing.md Fix broken documentation link (#7305) 2020-04-30 13:14:27 +01:00
throttling.md Update docs to use lists instead of tuples (#6797) 2019-07-12 18:15:36 -07:00
validators.md Remove object inheritance in docs (#7332) 2020-05-13 17:54:46 -07:00
versioning.md Updated url() with re_path() in Versioning docs. (#7043) 2019-11-07 13:20:56 +01:00
views.md Update docs to use lists instead of tuples (#6797) 2019-07-12 18:15:36 -07:00
viewsets.md Updates Ruby on Rails reference link (#7269) 2020-04-13 03:58:51 +01:00