Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 954 Bytes

CHANGELOG.markdown

File metadata and controls

60 lines (37 loc) · 954 Bytes

v0.2.3

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

v0.2.2

Reverting tests back.

v0.2.1

Added django.setup() for tests, because looks like now it is required. README.markdown fixes.

v0.2.0

Added auto-calling as_view on CBVs objects. Now you can omit as_view() in your views by default. Have your code more clean then before ;-)

v0.1.7

setup.py fixes in requires.

v0.1.6

Tests updated to support Django1.8. Travis configuration updated too. Small cleanups.

v0.1.5

Add uuid version to uuid regex

v0.1.4

Readme fixes.

v0.1.3

macrosurl.init django import fix to allow install macros-url when django is not installed yet.

v0.1.2

added pk macros

v0.1.1

Support for include('path.to.url') view added. Urls normalization by adding dollar at end fixed to support include. Tests added.

v0.1.0

Basic functionality done.