mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-26 19:43:59 +03:00
265 B
265 B
- Writable nested serializers.
- List/detail routes.
- 1.3 Support dropped, install six for <=1.4.?.
allow_none
for char fieldstrailing_slash = True
-->[^/]
,trailing_slash = False
-->[^/.]
, becomes simply[^/]
andlookup_value_regex
is added.