views.generic.edit.DeleteView
  • References/Python/Django/API/Built-in class-based views API/Generic editing views

class django.views.generic.edit.DeleteView A view that displays a confirmation page and deletes an existing object. The given

2025-01-10 15:47:30
views.generic.base.View.dispatch()
  • References/Python/Django/API/Built-in class-based views API/Base views

dispatch(request, *args, **kwargs) The view part of the view – the method that accepts a request argument

2025-01-10 15:47:30
contenttypes.fields.GenericForeignKey.for_concrete_model
  • References/Python/Django/API/contrib packages/The contenttypes framework

for_concrete_model If False, the field will be able to reference proxy models. Default is True. This

2025-01-10 15:47:30
admin.AdminSite.logout_template
  • References/Python/Django/API/contrib packages/The Django admin site

AdminSite.logout_template Path to a custom template that will be used by the admin site logout view.

2025-01-10 15:47:30
messages.storage.session.SessionStorage
  • References/Python/Django/API/contrib packages/The messages framework

class storage.session.SessionStorage This class stores all messages inside of the request’s session. Therefore it requires Django’s

2025-01-10 15:47:30
views.generic.edit.FormMixin.get_form()
  • References/Python/Django/API/Editing mixins

get_form(form_class=None) Instantiate an instance of form_class using get_form_kwargs(). If form_class

2025-01-10 15:47:30
views.generic.edit.FormMixin.success_url
  • References/Python/Django/API/Editing mixins

success_url The URL to redirect to when the form is successfully processed.

2025-01-10 15:47:30
forms.CharField
  • References/Python/Django/API/Forms/Form fields

class CharField(**kwargs) [source] Default widget:

2025-01-10 15:47:30
forms.SplitHiddenDateTimeWidget
  • References/Python/Django/API/Forms/Widgets

class SplitHiddenDateTimeWidget [source] Similar to SplitDateTimeWidget, but

2025-01-10 15:47:30
gis.feeds.GeoAtom1Feed
  • References/Python/Django/API/Geographic Feeds

class GeoAtom1Feed [source]

2025-01-10 15:47:30