gis.gdal.OGRGeometry.boundary()
  • References/Python/Django/API/GDAL API

boundary() The boundary of this geometry, as a new OGRGeometry object.

2025-01-10 15:47:30
forms.SelectDateWidget
  • References/Python/Django/API/Forms/Widgets

class SelectDateWidget [source] Wrapper around three Select widgets: one each

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

Model.delete(using=DEFAULT_DB_ALIAS, keep_parents=False) [source] Issues an SQL DELETE

2025-01-10 15:47:30
core.management.BaseCommand.execute()
  • References/Python/Django/Guides: How-tos

BaseCommand.execute(*args, **options) [source] Tries to execute this command, performing

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

AdminSite.index_title The text to put at the top of the admin index page (a string). By default, this is “Site administration”

2025-01-10 15:47:30
postgres.search.SearchVector
  • References/Python/Django/API/Full text search

class SearchVector(*expressions, config=None, weight=None) [source] Searching against a single

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

class ModelBackend This is the default authentication backend used by Django. It authenticates using credentials consisting

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

class base_session.BaseSessionManager New in Django 1.9.

2025-01-10 15:47:30
core.mail.send_mail()
  • References/Python/Django/Guides

send_mail(subject, message, from_email, recipient_list, fail_silently=False, auth_user=None, auth_password=None, connection=None, html_message=None)

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

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

2025-01-10 15:47:30