mirror of
https://github.com/django/django.git
synced 2025-08-04 10:59:45 +00:00
Fixed #11070 -- Removed JING_PATH setting, which was no longer used. Thanks for the patch, seanl
git-svn-id: http://code.djangoproject.com/svn/django/trunk@10840 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
9848f888ba
commit
a251e0ab7e
2 changed files with 0 additions and 14 deletions
|
@ -594,17 +594,6 @@ A tuple of IP addresses, as strings, that:
|
|||
* Receive X headers if the ``XViewMiddleware`` is installed (see
|
||||
:ref:`topics-http-middleware`)
|
||||
|
||||
.. setting:: JING_PATH
|
||||
|
||||
JING_PATH
|
||||
---------
|
||||
|
||||
Default: ``'/usr/bin/jing'``
|
||||
|
||||
Path to the "Jing" executable. Jing is a RELAX NG validator, and Django uses it
|
||||
to validate each ``XMLField`` in your models.
|
||||
See http://www.thaiopensource.com/relaxng/jing.html .
|
||||
|
||||
.. setting:: LANGUAGE_CODE
|
||||
|
||||
LANGUAGE_CODE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue