Bringing HACKING.rst in correspondence with tox.ini

Since there is a couple of new import exceptions in tox.ini,
we should add corresponding lines to HACKING.rst list.

Change-Id: Ia45eb9a5dcdc4db5205f235c85cfeab80c62d786
This commit is contained in:
Tatiana Ovchinnikova 2014-09-16 13:02:51 +04:00
parent 92ee627815
commit bb0b7f438f
1 changed files with 2 additions and 0 deletions

View File

@ -11,12 +11,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,