core.paginator.Page.has_other_pages()
  • References/Python/Django/Guides

Page.has_other_pages() [source] Returns True if there’s a next or previous

2025-01-10 15:47:30
auth.forms.UserChangeForm
  • References/Python/Django/Guides

class UserChangeForm A form used in the admin interface to change a user’s information and permissions.

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

as_string() Returns the value of the field as a string:

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

order_by(*fields) By default, results returned by a QuerySet are ordered by the ordering tuple given by the ordering

2025-01-10 15:47:30
gis.measure.A
  • References/Python/Django/API/Measurement Objects

class A Alias for Area class.

2025-01-10 15:47:30
Writing your first Django app, part 7
  • References/Python/Django/Guides: Intro

This tutorial begins where Tutorial 6 left off. We’re continuing the Web-poll application and will focus on customizing Django’s automatically-generated

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

is_authenticated Read-only attribute which is always True (as opposed to AnonymousUser.is_authenticated

2025-01-10 15:47:30
core.files.File.write()
  • References/Python/Django/API/File handling/The File object

write(content) Writes the specified content string to the file. Depending on the storage system behind the scenes, this content

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

class models.User User objects have the following fields:

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