db.transaction.atomic()
  • References/Python/Django/Guides

atomic(using=None, savepoint=True) [source] Atomicity is the defining property of database

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

Field.null If True, Django will store empty values as NULL in the database. Default is False

2025-01-10 15:47:30
db.models.Options.select_on_save
  • References/Python/Django/API/Models/Model Meta options

Options.select_on_save Determines if Django will use the pre-1.6

2025-01-10 15:47:30
postgres.fields.django.postgres.forms.BaseRangeField.range_type
  • References/Python/Django/API/PostgreSQL specific model fields

range_type The psycopg2 range type to use.

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

LabelCommand.handle_label(label, **options) Perform the command’s actions for label, which will be the string as

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
auth.password_validation.NumericPasswordValidator
  • References/Python/Django/Guides

class NumericPasswordValidator [source] Validates whether the password is not entirely numeric

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

class SplitDateTimeWidget [source] Wrapper (using MultiWidget) around two widgets:

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

allow_files Optional. Either True or False. Default is True. Specifies whether files

2025-01-10 15:47:30
gis.utils.mapping()
  • References/Python/Django/API/OGR Inspection

mapping(data_source, geom_name='geom', layer_key=0, multi_geom=False)

2025-01-10 15:47:30