db.models.Options.verbose_name
  • References/Python/Django/API/Models/Model Meta options

Options.verbose_name A human-readable name for the object, singular:

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

class Aggregate(expression, output_field=None, **extra) [source]

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

class Now [source] New in Django 1.9.

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.functions.Length
  • References/Python/Django/API/Models/Database Functions

class Length(expression, **extra) [source] Accepts a single text field or expression and

2025-01-10 15:47:30
db.models.fields.files.FieldFile.close()
  • References/Python/Django/API/Models/Model field reference

FieldFile.close() [source] Behaves like the standard Python file.close() method

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

class SlugField(max_length=50, **options) [source] Slug

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

output_field Defines the class this transformation outputs. It must be a

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

Options.required_db_features New in Django 1.9. List

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

ManyToManyField.swappable Controls the migration framework’s reaction if this ManyToManyField is pointing at a

2025-01-10 15:47:30