db.migrations.operations.SeparateDatabaseAndState
  • References/Python/Django/API/Migration Operations

class SeparateDatabaseAndState(database_operations=None, state_operations=None) [source] A

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

class TypedChoiceField(**kwargs) [source] Just like a ChoiceField, except

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

ModelAdmin.actions_on_bottom Controls where on the page the actions bar appears. By default, the admin changelist displays actions

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

class Coalesce(*expressions, **extra) [source] Accepts a list of at least two field names

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

output_field Defines the type of class returned by the get_lookup() method. It must be a

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

Options.db_table The name of the database table to use for the model:

2025-01-10 15:47:30
db.models.Expression.asc()
  • References/Python/Django/API/Models/Query Expressions

asc() Returns the expression ready to be sorted in ascending order.

2025-01-10 15:47:30
Form and field validation
  • References/Python/Django/API/Forms/Form and field validation

Form validation happens when the data is cleaned. If you want to customize this process, there are various places to make changes, each one serving a different purpose. Three

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

class Feature Feature wraps an OGR feature. You never create a Feature object directly. Instead, you

2025-01-10 15:47:30
core.files.uploadhandler.FileUploadHandler.new_file()
  • References/Python/Django/API/File handling/Uploaded Files and Upload Handlers

FileUploadHandler.new_file(field_name, file_name, content_type, content_length, charset, content_type_extra) [source]

2025-01-10 15:47:30