django.contrib.admin.helpers AdminForm Example Code

AdminForm is a class within the django.contrib.admin.helpers module of the Django project. AdminForm is not usually used directly by developers but can be used by libraries that want to extend the forms within the Django Admin.

Example 1 from django-cms

django-cms (project website) is a Python-based content management system (CMS) library for use with Django web apps that is open sourced under the BSD 3-Clause "New" license.

django-cms / cms / admin / placeholderadmin.py