Releases: jerivas/django-file-router
Releases · jerivas/django-file-router
0.4.0
New features:
- add exclude arg to file_patterns (
0d8f2fc
)
v0.3.0
New features:
- drop support for Python 3.6 (
7514576
)
Bugs fixed:
- reverse-sort files to force variable urls to the bottom (
919c76f
)
- handle empty urls when
append_slash=True
(61bce55
)
- use underscores in urlnames and handle init.py (
911a8cd
)
v0.2.0
New features:
- allow views to manually specify their url pattern and name (
d5edf7a
)
- add auto-generated url names (
a5611d3
)
v0.1.0
Initial release. Includes automatic URL pattern generation from folder structure and render_str
helper function.