Opened 18 years ago
Closed 18 years ago
#5095 closed (fixed)
newforms doesn't import settings safely enough
Description ¶
django.conf
raises an EnvironmentError
if things aren't right. newforms.fields
just tries to catch ImportError
Change History (3)
by , 18 years ago
Attachment: | newforms_settings.patch added |
---|
comment:1 by , 18 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 18 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [5861]) Fixed #5095 -- newforms now checks for EnvironmentError when importing settings. Thanks, SmileyChris