mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
Currently the `extra_context` kwarg is not used in `changelist_view`, it is completely ignored. However, using it is a common idiom in a `ModelAdmin` view method as a way to provide extra context variables to an overridden template. This is useful if one wants extra context variables in an overridden `admin/constance/change_list.html` template. |
||
|---|---|---|
| .. | ||
| backends | ||
| locale | ||
| management | ||
| migrations | ||
| static/admin | ||
| templates/admin/constance | ||
| test | ||
| __init__.py | ||
| admin.py | ||
| apps.py | ||
| base.py | ||
| checks.py | ||
| codecs.py | ||
| context_processors.py | ||
| forms.py | ||
| models.py | ||
| settings.py | ||
| signals.py | ||
| utils.py | ||