middleware.gzip.GZipMiddleware
  • References/Python/Django/API/Middleware

class GZipMiddleware [source] Warning

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

HttpRequest.path A string representing the full path to the requested page, not including the scheme or domain.

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

GEOSGeometry.difference(other) Returns a GEOSGeometry representing the points making up this geometry that do not

2025-01-10 15:47:30
gis.geoip.GeoIP.lat_lon()
  • References/Python/Django/API/Geolocation with GeoIP

GeoIP.lat_lon(query) Returns a coordinate tuple of (latitude, longitude),

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

GEOSGeometry.clone() This method returns a GEOSGeometry that is a clone of the original.

2025-01-10 15:47:30
admin.ModelAdmin.response_change()
  • References/Python/Django/API/contrib packages/The Django admin site

ModelAdmin.response_change(request, obj) [source] Determines the

2025-01-10 15:47:30
Testing GeoDjango apps
  • References/Python/Django/API/Testing GeoDjango apps

Included in this documentation are some additional notes and settings for PostGIS users. PostGIS

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

HttpResponse.setdefault(header, value) Sets a header unless it has already been set.

2025-01-10 15:47:30
views.generic.dates.YearArchiveView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class YearArchiveView [source] A yearly archive page showing all available months in a given

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

get_date_list(queryset, date_type=None, ordering='ASC') [source] Returns the list of dates

2025-01-10 15:47:30