summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-09-19 00:35:25 +0000
committerGerrit Code Review <review@openstack.org>2014-09-19 00:35:25 +0000
commitbea60a44e4f67062617d5b9bf4716940f22c1581 (patch)
tree390949ab04f319cc98dc4432674d8a5c72dd2a17 /HACKING.rst
parent9439f246af86a203c683cf1821b1ccf2521455be (diff)
parentbb0b7f438fb79c60eb336b81d1879c4d57594017 (diff)
downloadhorizon-bea60a44e4f67062617d5b9bf4716940f22c1581.tar.gz
Merge "Bringing HACKING.rst in correspondence with tox.ini"
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/HACKING.rst b/HACKING.rst
index c959a2f8c..96dbc31fc 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -13,12 +13,14 @@ Horizon Style Commandments
django.core.urlresolvers.reverse,
django.core.urlresolvers.reverse_lazy,
django.template.loader.render_to_string,
+ django.test.utils.override_settings,
django.utils.datastructures.SortedDict,
django.utils.encoding.force_text,
django.utils.html.conditional_escape,
django.utils.html.escape,
django.utils.http.urlencode,
django.utils.safestring.mark_safe,
+ django.utils.translation.npgettext_lazy,
django.utils.translation.pgettext_lazy,
django.utils.translation.ugettext_lazy,
django.utils.translation.ungettext_lazy,