class django.views.generic.edit.ModelFormMixin A form mixin that works on ModelForms, rather than a standalone
ModelAdmin.get_ordering(request) The get_ordering method takes a request as parameter and is expected
gzip_page() This decorator compresses content if the browser allows gzip compression. It sets the Vary header accordingly
Field.blank If True, the field is allowed to be blank. Default is False. Note
ModelAdmin.get_form(request, obj=None, **kwargs) [source] Returns a
non_atomic_requests(using=None) [source] This decorator will negate the effect of
get_context_data(**kwargs) Returns context data for displaying the list of objects.
class EmailField(**kwargs) [source] Default widget:
initial A dictionary containing initial data for the form.
__setitem__(key, value) Example: request.session['fav_color'] = 'blue'
Page 85 of 100