Changes between Initial Version and Version 1 of Ticket #29324, comment 5
- Timestamp:
- May 21, 2018, 7:02:10 AM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29324, comment 5
initial v1 1 1 This causes a regression when using `settings.configure()`. `UserSettingsHolder` does not handle the missing `SECRET_KEY` attribute, and raises an `AttributeError` instead of `ImproperlyConfigured`. 2 3 (Discovered by bukensik in #django)