ModelAdmin.prepopulated_fields Set prepopulated_fields to a dictionary mapping field names to the fields it should
ModelAdmin.view_on_site Set view_on_site to control whether or not to display the “View on site” link. This link
class storage.base.Message When you loop over the list of messages in a template, what you get are instances of the Message
ModelAdmin.message_user(request, message, level=messages.INFO, extra_tags='', fail_silently=False) [source]
class models.Group
get_all_permissions(obj=None) Returns a set of permission strings that the user has, both through group and user permissions
InlineModelAdmin.can_delete Specifies whether or not inline objects can be deleted in the inline. Defaults to True
class storage.cookie.CookieStorage This class stores the message data in a cookie (signed with a secret hash to prevent manipulation)
get_all_permissions(user_obj, obj=None) Returns the set of permission strings the user_obj has, including both
shortcuts.get_current_site(request) A function that checks if django.contrib.sites is installed and returns either
Page 6 of 27