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
+
1
7
Authors
2
8
=======
3
9
Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
- Unreleased
4
+ 1.9.1 (2018-03-30)
5
5
----------
6
6
- Use get_queryset rather than model.objects in history_view. (gh-303)
7
7
- Change ugettext calls in models.py to ugettext_lazy
8
8
- Resolve issue where model references itself (gh-278)
9
9
- Fix issue with tracking an inherited model (abstract class) (gh-269)
10
10
- 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)
11
12
12
13
1.9.0 (2017-06-11)
13
14
------------------
Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 1.9.1.rc1
2
+ current_version = 1.9.1
3
3
commit = True
4
4
tag = True
5
5
tag_name = {new_version}
Original file line number Diff line number Diff line change 1
1
from __future__ import unicode_literals
2
2
3
- __version__ = '1.9.1.rc1 '
3
+ __version__ = '1.9.1'
4
4
5
5
6
6
def register (
You can’t perform that action at this time.
0 commit comments