Skip to content

Releases: phpdude/django-macros-url

Version 0.3.0

10 Nov 23:24
Compare
Choose a tag to compare

Added support for Django 1.10 version.

v0.2.3

10 Jul 19:42
Compare
Choose a tag to compare

Development Status changed to "Development Status :: 5 - Production/Stable".

0.2.0 Added auto-calling as_view() on CBV objects.

11 Jul 09:59
Compare
Choose a tag to compare

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.

29 Jun 18:10
Compare
Choose a tag to compare
v0.1.4 documentation fixes

Fixed few misspells. Example of usage. Version bumped.

v0.1.3 Fixed django import

14 Jun 15:07
Compare
Choose a tag to compare
Merge remote-tracking branch 'origin/master'

v0.1.2

07 Jun 06:56
Compare
Choose a tag to compare
v0.1.2 version bump.

Added macros pk (type: id) to defaults. Added tests.

Django Macros Url v0.1.1

03 Jun 13:51
Compare
Choose a tag to compare
added support for include('path.to.urls') and end_dollar appending in…

… normalized urls. added tests.

version bumped.