class storage.base.BaseStorage To write your own storage class, subclass the BaseStorage class in django
class storage.CachedStaticFilesStorage CachedStaticFilesStorage is a similar class like the ManifestStat
ModelAdmin.formfield_for_manytomany(db_field, request, **kwargs) Like the formfield_for_foreignkey method, the
InlineModelAdmin.raw_id_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are
ModelAdmin.object_history_template Path to a custom template, used by
AdminSite.login_form Subclass of
ModelAdmin.change_list_template Path to a custom template, used by
register(*models, site=django.admin.sites.site) [source] There is also a decorator for registering
clear_cache() Clears an internal cache used by ContentType to keep track of models for which it has created
ModelAdmin.get_readonly_fields(request, obj=None) The get_readonly_fields method is given the HttpRequest
Page 16 of 27