Opened 19 years ago

Closed 19 years ago

#568 closed enhancement (fixed)

the JING setting and the EMAIL_IDENT setting

Reported by: slashzero Owned by: Adrian Holovaty
Component: Core (Other) Version:
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

This is a patch for two new settings: JING is the path to the jing executible for the XMLTextField
and EMAIL_IDENT which is the sting that prefixes the adimn and manager emails.

Attachments (1)

config_mod.diff (3.4 KB ) - added by anonymous 19 years ago.
patch for configuration

Download all attachments as: .zip

Change History (4)

by anonymous, 19 years ago

Attachment: config_mod.diff added

patch for configuration

comment:1 by Adrian Holovaty, 19 years ago

Status: newassigned

comment:2 by Jacob, 19 years ago

(In [710]) Added EMAIL_SUBJECT_PREFIX setting so you can customize the "[Django]" prefix
on emails send with mail_admins/mail_managers. Refs #568.

comment:3 by Jacob, 19 years ago

Resolution: fixed
Status: assignedclosed

(In [712]) Moved JING from django.core.validators into settings where it belongs. Fixes #568.

Note: See TracTickets for help on using tickets.
Back to Top