mirror of
https://github.com/jazzband/django-constance.git
synced 2026-03-16 22:40:24 +00:00
typo
This commit is contained in:
parent
49656c055c
commit
cb3df533c8
1 changed files with 1 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ settings the way you like.
|
|||
admin.site.register([Config], ConfigAdmin)
|
||||
|
||||
You can also override the ``get_changelist_form`` method which is called in
|
||||
``get_changelist_view`` to get the actual form used to change the settings. This
|
||||
``changelist_view`` to get the actual form used to change the settings. This
|
||||
allows you to pick a different form according to the user that makes the
|
||||
request. For example:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue