This repository has been archived by the owner on May 4, 2021. It is now read-only.
- 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'