Opened 9 years ago
Closed 9 years ago
#11070 closed (fixed)
Remove JING_PATH from global_settings.py and docs
Reported by: | Sean Legassick | Owned by: | nobody |
---|---|---|---|
Component: | Documentation | Version: | master |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | UI/UX: |
Description
As XMLField doesn't currently do any validation, and thus JING_PATH is never used, it should be removed from global_settings.py and settings reference as per attached patch.
Attachments (1)
Change History (2)
Changed 9 years ago by
Attachment: | 11070-remove-jing-path-from-global-settings.diff added |
---|
comment:1 Changed 9 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [10840]) Fixed #11070 -- Removed JING_PATH setting, which was no longer used. Thanks for the patch, seanl