shortcuts.get_current_site(request) A function that checks if django.contrib.sites is installed and returns either
AdminSite.password_change_template Path to a custom template that will be used by the admin site password change view.
ModelAdmin.empty_value_display New in Django 1.9. This
class ModelAdmin [source] The ModelAdmin class is the representation of a model
app_label The name of the application the model is part of. This is taken from the app_label attribute of the model
ModelAdmin.get_prepopulated_fields(request, obj=None) The get_prepopulated_fields method is given the HttpRequest
class ContentTypeManager ContentType also has a custom manager, ContentTypeManager, which adds the
ModelAdmin.show_full_result_count Set show_full_result_count to control whether the full count of objects should
InlineModelAdmin.verbose_name An override to the verbose_name found in the model’s inner Meta class
name Required. 80 characters or fewer. Any characters are permitted. Example: 'Awesome Users'.
Page 10 of 27