File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ Authors
39
39
- Lucas Wiman
40
40
- Michael England
41
41
- Gregory Bataille
42
+ - Jesse Shapiro
42
43
43
44
Background
44
45
==========
Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ Unreleased
5
+ ----------
4
6
- Use get_queryset rather than model.objects in history_view. (gh-303)
7
+ - Change ugettext calls in models.py to ugettext_lazy
5
8
6
9
1.9.0 (2017-06-11)
7
10
------------------
Original file line number Diff line number Diff line change 11
11
from django .utils import six
12
12
from django .utils .encoding import python_2_unicode_compatible , smart_text
13
13
from django .utils .timezone import now
14
- from django .utils .translation import string_concat , ugettext as _
14
+ from django .utils .translation import string_concat , ugettext_lazy as _
15
15
16
16
from . import exceptions
17
17
from .manager import HistoryDescriptor
You can’t perform that action at this time.
0 commit comments