#31165: Overhaul settings. ------------------------------+-------------------------------------- Reporter: orlnub123 | Owner: nobody Type: Bug | Status: closed Component: Core (Other) | Version: master Severity: Normal | Resolution: invalid Keywords: settings | Triage Stage: Unreviewed Has patch: 1 | Needs documentation: 0 Needs tests: 0 | Patch needs improvement: 0 Easy pickings: 0 | UI/UX: 0 ------------------------------+--------------------------------------
Comment (by orlnub123): Some packages alter settings after configuration but before runtime, such as `django-appconf`. I'd even argue that this reduces settings "altered" at runtime, as all user configured settings are evaluated immediately, so you can't have properties that would change their output after the fact. In reality, these fixes probably help more with the tests than user code, as they're the [https://code.djangoproject.com/ticket/18824 reason] UserSettingsHolder even has a `__setattr__` and `__delattr__`. This can be seen in my PR as I've had to fix a test that relied on broken behavior. -- Ticket URL: <https://code.djangoproject.com/ticket/31165#comment:2> Django <https://code.djangoproject.com/> The Web framework for perfectionists with deadlines. -- You received this message because you are subscribed to the Google Groups "Django updates" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-updates+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/django-updates/067.3b3947cdc702820af74a9543d1d58f77%40djangoproject.com.