views.generic.dates.MonthArchiveView
  • References/Python/Django/API/Built-in class-based views API/Generic date views

class MonthArchiveView [source] A monthly archive page showing all objects in a given month

2025-01-10 15:47:30
staticfiles.storage.StaticFilesStorage.post_process()
  • References/Python/Django/API/contrib packages/The staticfiles app

storage.StaticFilesStorage.post_process(paths, **options) This method is called by the collectstatic management

2025-01-10 15:47:30
gis.db.models.functions.MakeValid
  • References/Python/Django/API/Geographic Database Functions

class MakeValid(expr) New in Django 1.10.

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

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

2025-01-10 15:47:30
gis.gdal.Layer.get_geoms()
  • References/Python/Django/API/GDAL API

get_geoms(geos=False) A method that returns a list containing the geometry of each feature in the layer. If the optional argument

2025-01-10 15:47:30
gis.db.models.functions.Transform
  • References/Python/Django/API/Geographic Database Functions

class Transform(expression, srid, **extra) Availability: PostGIS, Oracle, SpatiaLite Accepts

2025-01-10 15:47:30
db.models.Transform.output_field
  • References/Python/Django/API/Models/Lookup API reference

output_field Defines the class this transformation outputs. It must be a

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

y Returns a list of Y coordinates in this line: >>>

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

HttpResponse.set_signed_cookie(key, value, salt='', max_age=None, expires=None, path='/', domain=None, secure=None, httponly=True) Like

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

class Polygon shell Returns the shell or exterior

2025-01-10 15:47:30