auth.models.Group
  • References/Python/Django/API/contrib packages/django.contrib.auth

class models.Group

2025-01-10 15:47:30
redirects.models.Redirect
  • References/Python/Django/API/contrib packages/The redirects app

class models.Redirect Redirects are represented by a standard Django model, which lives in

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

GEOSGeometry.point_on_surface Computes and returns a Point guaranteed to be on the interior of this geometry.

2025-01-10 15:47:30
apps.AppConfig.verbose_name
  • References/Python/Django/API/Applications

AppConfig.verbose_name Human-readable name for the application, e.g. “Administration”. This

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

HttpResponse.write(content) [source] This method makes an HttpResponse instance

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

password_reset_done(request, template_name='registration/password_reset_done.html', current_app=None, extra_context=None) The

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

class MultiPolygon(*args, **kwargs) MultiPolygon objects may be instantiated by passing Polygon objects

2025-01-10 15:47:30
gis.gdal.SpatialReference.srid
  • References/Python/Django/API/GDAL API

srid Returns the SRID of top-level authority, or None if undefined.

2025-01-10 15:47:30
auth.mixins.AccessMixin.login_url
  • References/Python/Django/Guides

login_url Default return value for get_login_url(). Defaults to None in which case get_login_url()

2025-01-10 15:47:30
auth.models.PermissionsMixin.get_all_permissions()
  • References/Python/Django/Guides

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