username_validator New in Django 1.10. Points
class requests.RequestSite A class that shares the primary interface of Site (i.e., it has domain
AdminSite.index_template Path to a custom template that will be used by the admin site main index view.
ModelAdmin.save_on_top Set save_on_top to add save buttons across the top of your admin change forms.
name Required. 80 characters or fewer. Any characters are permitted. Example: 'Awesome Users'.
InlineModelAdmin.get_max_num(request, obj=None, **kwargs) Returns the maximum number of extra inline forms to use. By default
set_password(raw_password) Sets the user’s password to the given raw string, taking care of the password hashing. Doesn’t save
get_messages(request) [source] In your template, use something like:
staff_member_required(redirect_field_name='next', login_url='admin:login') [source] This
InlineModelAdmin.get_extra(request, obj=None, **kwargs) Returns the number of extra inline forms to use. By default, returns
Page 15 of 27