We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9439f24 + bb0b7f4 commit bea60a4Copy full SHA for bea60a4
HACKING.rst
@@ -13,12 +13,14 @@ Horizon Style Commandments
13
django.core.urlresolvers.reverse,
14
django.core.urlresolvers.reverse_lazy,
15
django.template.loader.render_to_string,
16
+ django.test.utils.override_settings,
17
django.utils.datastructures.SortedDict,
18
django.utils.encoding.force_text,
19
django.utils.html.conditional_escape,
20
django.utils.html.escape,
21
django.utils.http.urlencode,
22
django.utils.safestring.mark_safe,
23
+ django.utils.translation.npgettext_lazy,
24
django.utils.translation.pgettext_lazy,
25
django.utils.translation.ugettext_lazy,
26
django.utils.translation.ungettext_lazy,
0 commit comments