aboutsummaryrefslogtreecommitdiffstats
path: root/docs/topics/2.4-accouncement.md
blob: cdc99bd5e4860c837ebe48722fbeb94a70a36992 (plain)
1
2
3
4
* List/detail routes.
* 1.3 Support dropped, install six for <=1.4.?.
* `allow_none` for char fields
* `trailing_slash = True` --> `[^/]`, `trailing_slash = False` --> `[^/.]`, becomes simply `[^/]` and `lookup_value_regex` is added.