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
db.models.options.Options
  • References/Python/Django/API/Models/Model _meta API

class Options [source] The model _meta API is at the core of the Django ORM

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

ForeignKey.related_query_name The name to use for the reverse filter name from the target model. It defaults to the value of

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

Field.help_text Extra “help” text to be displayed with the form widget. It’s useful for documentation even if your field isn’t

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

count() Returns an integer representing the number of objects in the database matching the QuerySet. The count()

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

Options.label_lower New in Django 1.9. Representation

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

ImageField.width_field Name of a model field which will be auto-populated with the width of the image each time the model instance

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

Field.editable If False, the field will not be displayed in the admin or any other

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

class FieldFile [source] When you access a FileField on a model, you are given

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

GenericIPAddressField.unpack_ipv4 Unpacks IPv4 mapped addresses like ::ffff:192.0.2.1. If this option is enabled

2025-01-10 15:47:30