File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1+ Maintainers
2+ ===========
3+ - Trey Hunner
4+ - Micah Denbraver
5+ - Ross Mechanic
6+
17Authors
28=======
39
Original file line number Diff line number Diff line change 11Changes
22=======
33
4- Unreleased
4+ 1.9.1 (2018-03-30)
55----------
66- Use get_queryset rather than model.objects in history_view. (gh-303)
77- Change ugettext calls in models.py to ugettext_lazy
88- Resolve issue where model references itself (gh-278)
99- Fix issue with tracking an inherited model (abstract class) (gh-269)
1010- Fix history detail view on django-admin for abstract models (gh-308)
11+ - Dropped support for Django<=1.6 and Python 3.3 (gh-292)
1112
12131.9.0 (2017-06-11)
1314------------------
Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.9.1.rc1
2+ current_version = 1.9.1
33commit = True
44tag = True
55tag_name = {new_version}
Original file line number Diff line number Diff line change 11from __future__ import unicode_literals
22
3- __version__ = '1.9.1.rc1 '
3+ __version__ = '1.9.1'
44
55
66def register (
You can’t perform that action at this time.
0 commit comments