Opened 16 years ago
Closed 16 years ago
#11070 closed (fixed)
Remove JING_PATH from global_settings.py and docs
| Reported by: | Sean Legassick | Owned by: | nobody |
|---|---|---|---|
| Component: | Documentation | Version: | dev |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
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)
by , 16 years ago
| Attachment: | 11070-remove-jing-path-from-global-settings.diff added |
|---|
comment:1 by , 16 years ago
| 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