ModelAdmin.radio_fields By default, Django’s admin uses a select-box interface (<select>) for fields that are ForeignKey
class middleware.RedirectFallbackMiddleware You can change the
last_login A datetime of the user’s last login.
create_superuser(username, email, password, **extra_fields) Same as create_user(), but sets is_staff
class storage.fallback.FallbackStorage This class first uses CookieStorage, and falls back to using SessionStorage
class StackedInline [source] The admin interface has the ability to edit models on the same
ModelAdmin.get_paginator(request, queryset, per_page, orphans=0, allow_empty_first_page=True) [source]
ContentType.get_object_for_this_type(**kwargs) Takes a set of valid lookup arguments for the
name A human-readable “verbose” name for the website.
generic_inlineformset_factory(model, form=ModelForm, formset=BaseGenericInlineFormSet, ct_field="content_type", fk_field="object_id", fields=None, exclude=None, extra=3
Page 17 of 27