1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
|
Changelog
=========
v0.6
----
- Update supported Django and Python versions.
- Fix multiple bugs in urlconfs.
- Update test and build tooling to use GitHub Actions as a Trusted Publisher
for PyPI
v0.5
----
- Drop support for unsupported Django versions.
- Test on 1.8 and 1.9.
- Remove deprecated patterns() call.
v0.4
----
- Update supported Django versions.
- Support registering class-based views.
- Allow callables for `visible`.
v0.3
----
- Prioritize custom views over generic patterns.
- Fix a Django>=1.5 template bug.
v0.2.1
------
- Fix Django 1.6 support.
|