- Language: en
21 results for _meta in version 4.1
-
Model _meta API
- … meta API class Options 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 …
-
QuerySet API reference
- … Meta . You can override this on a per- QuerySet basis by using the order_by method …
-
The Django admin site
- … Meta class to satisfy the validation on the ModelForm . Note If your ModelForm and ModelAdmin …
-
Model instance reference
- … meta . concrete_fields ): values = list ( values ) values . reverse () values = [ values . pop () if f . attname in field …
-
Uploaded Files and Upload Handlers
- … META , content_length , boundary , encoding ) [source] Allows the handler to completely override the parsing of the raw HTTP …
-
Databases
- … Meta : db_table = '"name_left_in_lowercase"' class ForeignModel ( models . Model …
-
PostgreSQL specific database constraints
- … Meta : constraints = [ ExclusionConstraint ( name = 'exclude_overlapping_reservations' , expressions = [ ( 'timespan' , RangeOperators . OVERLAPS …