Releases: phpdude/django-macros-url
Releases · phpdude/django-macros-url
Version 0.3.0
v0.2.3
0.2.0 Added auto-calling as_view() on CBV objects.
Since 0.2.0 library check type of passed view and if view type is object with defined 'as_view' function, call this. This allow you omit ".as_view()" calls in your urls.py files. But you can call this manual with params if you need.
This feature help you to keep your urls.py files must clean as possible. I hope you like this feature!
v0.1.4 Readme fixes.
v0.1.4 documentation fixes Fixed few misspells. Example of usage. Version bumped.
v0.1.3 Fixed django import
Merge remote-tracking branch 'origin/master'
v0.1.2
Django Macros Url v0.1.1
added support for include('path.to.urls') and end_dollar appending in…