File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,7 @@ Authors
38
38
- Lucas Wiman
39
39
- Michael England
40
40
- Gregory Bataille
41
+ - Jesse Shapiro
41
42
42
43
Background
43
44
==========
Original file line number Diff line number Diff line change 1
1
Changes
2
2
=======
3
3
4
+ Unreleased
5
+ ----------
6
+ - Change ugettext calls in models.py to ugettext_lazy
7
+
4
8
1.9.0 (2017-06-11)
5
9
------------------
6
10
- Add --batchsize option to the populate_history management command. (gh-231)
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