Opened 20 years ago

Closed 20 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.

Change History (4)

by anonymous, 20 years ago

Attachment: config_mod.diff added

patch for configuration

comment:1 by Adrian Holovaty, 20 years ago

Status: newassigned

comment:2 by Jacob, 20 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, 20 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