3 projects
django-admin-edit-mode
Provides a possibility to open objects in django-admin in read-only mode by default, with a special button "Go to edit mode" to open the same change-object page in regular editable mode.
django-admin-search-filter
Allows to create admin list filter as a search box for free-input
django-admin-lazy-load
Allows to speed-up loading of django admin page by loading heavy calculated field in lazy maner - via separate ajax requests.