http.HttpRequest.read()
  • References/Python/Django/API/Request and response objects

HttpRequest.read(size=None) [source]

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

class storage.cookie.CookieStorage This class stores the message data in a cookie (signed with a secret hash to prevent manipulation)

2025-01-10 15:47:30
auth.backends.ModelBackend.get_all_permissions()
  • References/Python/Django/API/contrib packages/django.contrib.auth

get_all_permissions(user_obj, obj=None) Returns the set of permission strings the user_obj has, including both

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

AdminSite.site_header The text to put at the top of each admin page, as an <h1> (a string). By default, this

2025-01-10 15:47:30
template.response.SimpleTemplateResponse.add_post_render_callback()
  • References/Python/Django/API/Templates/TemplateResponse and SimpleTemplateResponse

SimpleTemplateResponse.add_post_render_callback() [source] Add a callback that will be invoked

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

LogEntry.content_type The

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

class CheckboxInput [source] Checkbox: <input type='checkbox' ...>

2025-01-10 15:47:30
gis.geos.GEOSGeometry.extent
  • References/Python/Django/API/GEOS API

GEOSGeometry.extent This property returns the extent of this geometry as a 4-tuple, consisting of (xmin, ymin, xmax, ymax)

2025-01-10 15:47:30
views.generic.dates.DayMixin.get_previous_day()
  • References/Python/Django/API/Date-based mixins

get_previous_day(date) [source] Returns a date object containing the previous valid day.

2025-01-10 15:47:30
utils.feedgenerator.SyndicationFeed.num_items()
  • References/Python/Django/API/Django Utils

num_items() [source]

2025-01-10 15:47:30