Skip to content

Releases: jerivas/django-file-router

0.4.0

28 Feb 16:53
Compare
Choose a tag to compare

New features:

  • add exclude arg to file_patterns (0d8f2fc)

v0.3.0

23 Feb 15:58
Compare
Choose a tag to compare

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

23 Feb 04:51
Compare
Choose a tag to compare

New features:

  • allow views to manually specify their url pattern and name (d5edf7a)
  • add auto-generated url names (a5611d3)

v0.1.0

01 Feb 06:39
Compare
Choose a tag to compare

Initial release. Includes automatic URL pattern generation from folder structure and render_str helper function.