- Language: en
22 results for _meta in version 5.2
-
Model _meta API
- … meta API class Options [source] The model _meta API is at the core of the Django …
-
Model Meta options
- … Meta . Available Meta options abstract Options. abstract If abstract = True , this model will be an abstract …
-
Request and response objects
- … META : if "," in request . META [ field ]: parts = request . META [ field ] . split ( "," ) request …
-
Migration Operations
- … Meta class. bases is an optional list of other classes to have this model inherit …
-
The Django admin site
- … Meta class to satisfy the validation on the ModelForm . ModelAdmin.exclude takes precedence If your ModelForm …
-
QuerySet API reference
- … Meta . You can override this on a per- QuerySet basis by using the order_by method …
-
Model instance reference
- … meta . concrete_fields ): values = list ( values ) values . reverse () values = [ values . pop () if f . attname in field …
-
PostgreSQL specific database constraints
- … Meta : constraints = [ ExclusionConstraint ( name = "exclude_overlapping_reservations" , expressions = [ ( "timespan" , RangeOperators . OVERLAPS …
-
Models
- … meta API Related objects reference Model class reference Model Meta options Model instance reference QuerySet …
-
Uploaded Files and Upload Handlers
- … META , content_length , boundary , encoding ) [source] Allows the handler to completely override the parsing of the raw HTTP …