mirror of
https://github.com/jazzband/django-configurations.git
synced 2026-05-16 03:23:12 +00:00
This avoids breaking the normal MRO for attributes, which searches the class hierarchy for attribute definitions. If attributes are copied onto every class in the hierarchy, the C3 MRO algorithm finds the attribute in a child class even though that class didn't actually define it, which results in surprising attribute values when classes in the hierarchy set the same attribute to different values. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| __main__.py | ||
| asgi.py | ||
| base.py | ||
| decorators.py | ||
| fastcgi.py | ||
| importer.py | ||
| management.py | ||
| sphinx.py | ||
| utils.py | ||
| values.py | ||
| version.py | ||
| wsgi.py | ||