#14598 closed (fixed)
Use example.com for example domains.
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | Core (Other) | Version: | 1.2 |
Severity: | Keywords: | nitpicking easy-pickings | |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
The comment for the ADMINS setting in settings.py and the sample value in global_settings.py use "user@…" as an example. Per RFC 2606, "user@…" should be used.
http://www.rfc-editor.org/rfc/rfc2606.txt.
Also, domain.com is a real company with an active site.
Attachments (1)
Change History (3)
by , 14 years ago
Attachment: | example_domain.diff added |
---|
comment:1 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 14 years ago
I'm terrible, I totally forgot to thank you in the commit message :/ Thanks very much for the report and patch, Alex Brinsmead.
Note:
See TracTickets
for help on using tickets.
(In [14440]) Fixed #14598 -- Changed some 'domain.com' uses to 'example.com'