File: CHANGELOG

package info (click to toggle)
python-django-adminplus 0.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 164 kB
  • sloc: python: 209; sh: 43; makefile: 4
file content (35 lines) | stat: -rw-r--r-- 579 bytes parent folder | download
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.