http.HttpResponsePermanentRedirect
  • References/Python/Django/API/Request and response objects

class HttpResponsePermanentRedirect [source] Like HttpResponseRedirect, but

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

get_dated_items() [source] Returns a 3-tuple containing (date_list, object_list

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.gdal.SpatialReference.import_proj()
  • References/Python/Django/API/GDAL API

import_proj(proj) Import spatial reference from PROJ.4 string.

2025-01-10 15:47:30
utils.translation.to_locale()
  • References/Python/Django/API/Django Utils

to_locale(language) [source] Turns a language name (en-us) into a locale name (en_US).

2025-01-10 15:47:30
db.models.Sum
  • References/Python/Django/API/Models/QuerySet API reference

class Sum(expression, output_field=None, **extra) [source] Computes the sum of all values

2025-01-10 15:47:30
auth.decorators.login_required()
  • References/Python/Django/Guides

login_required(redirect_field_name='next', login_url=None) [source] As a shortcut, you can

2025-01-10 15:47:30
postgres.forms.HStoreField
  • References/Python/Django/API/PostgreSQL specific form fields and widgets

class HStoreField [source] A field which accepts JSON encoded data for an

2025-01-10 15:47:30
http.HttpResponse.
  • References/Python/Django/API/Request and response objects

HttpResponse.__init__(content='', content_type=None, status=200, reason=None, charset=None) [source]

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

get_all_permissions(obj=None) Returns a set of permission strings that the user has, both through group and user permissions

2025-01-10 15:47:30