mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-11-03 17:37:57 +03:00
BREAKING CHANGE When trailing_slash is set to True, the router no longer will adjust the lookup regex to allow it to include periods. To simulate the old behavior, the programmer should specify `lookup_regex = '[^/]+'` on the viewset. https://github.com/tomchristie/django-rest-framework/pull/1328#issuecomment-31517099 |
||
|---|---|---|
| .. | ||
| api-guide | ||
| css | ||
| img | ||
| js | ||
| topics | ||
| tutorial | ||
| 404.html | ||
| index.md | ||
| requirements.txt | ||
| template.html | ||