db.models.Expression.relabeled_clone()
  • References/Python/Django/API/Models/Query Expressions

relabeled_clone(change_map) Returns a clone (copy) of self, with any column aliases relabeled. Column aliases are

2025-01-10 15:47:30
template.loaders.base.Loader.get_template_sources()
  • References/Python/Django/API/Templates/The Django template language: for Python programmers

get_template_sources(template_name) [source] A method that takes a template_name

2025-01-10 15:47:30
sessions.serializers.JSONSerializer
  • References/Python/Django/Guides

class serializers.JSONSerializer A wrapper around the JSON serializer from django.core.signing. Can only serialize

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

prefetch_related_objects(model_instances, *related_lookups) [source]

2025-01-10 15:47:30
db.models.CASCADE
  • References/Python/Django/API/Models/Model field reference

CASCADE [source] Cascade deletes. Django emulates the behavior of the SQL constraint ON DELETE

2025-01-10 15:47:30
utils.log.AdminEmailHandler.send_mail()
  • References/Python/Django/Guides

send_mail(subject, message, *args, **kwargs) [source] Sends emails to admin users. To customize

2025-01-10 15:47:30
core.paginator.Paginator.count
  • References/Python/Django/Guides

Paginator.count The total number of objects, across all pages.

2025-01-10 15:47:30
gis.db.models.MultiPolygonField
  • References/Python/Django/API/GeoDjango Model API

class MultiPolygonField

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

GEOSGeometry.touches(other) Returns True if the DE-9IM intersection matrix for the two geometries is FT*******

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

ModelAdmin.ordering Set ordering to specify how lists of objects should be ordered in the Django admin views. This

2025-01-10 15:47:30