Skip to content
This repository has been archived by the owner on May 4, 2021. It is now read-only.

v0.3.2

Latest
Compare
Choose a tag to compare
@skibblenybbles skibblenybbles released this 08 Jan 16:35
· 6 commits to master since this release
  • Added optional parameters to URL patterns using a :: syntax, e.g. '/articles/::slug/'
  • Added support for query strings in URL patterns, which may also be optional, e.g. '/articles/?ordering=::ordering'