django.contrib.admin helpers Example Code

helpers is a module within the Django project code base. It contains classes related to extending the functionality of the Django Admin, such as ActionForm and AdminForm.

Example 1 from django-filer

django-filer (project documentation) is a file management library for uploading and organizing files and images in Django's admin interface. The project's code is available under the BSD 3-Clause "New" or "Revised" open source license.

django-filer / filer / admin / folderadmin.py