niwinz / django-jinja

Simple and nonobstructive jinja2 integration with Django.
http://niwinz.github.io/django-jinja/latest/
BSD 3-Clause "New" or "Revised" License
363 stars 102 forks source link

Some settings are undocumented #141

Closed akheron closed 8 years ago

akheron commented 9 years ago

JINJA2_ENVIRONMENT_OPTIONS seems totally undocumented.

In addition, the following are undocumented in Django <=1.7 user guide, though briefly documented in the Django >=1.8 user guide.

My question is that should these be documented or is it intentional that they have been left undocumented?

niwinz commented 9 years ago

Hi @akheron

Yes, would be awesome have them documented. PR are very welcome! :D

niwinz commented 8 years ago

Now them are only for the 1.x branch and I do not expect have them documented. The development is focused on 2.x branch that is only targets to django >= 1.8 and it does not uses that settings.