- Language: en
14 results for _meta in version 1.8
-
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 . Note If your ModelForm and ModelAdmin …
-
QuerySet API reference
- … Meta . You can override this on a per- QuerySet basis by using the order_by method …
-
django.core.urlresolvers utility functions
- … meta-data about the resolved URL. If the URL does not resolve, the function raises …
-
Models
- … meta API Related objects reference Model class reference Model Meta options Model instance reference QuerySet …
-
Databases
- … Meta : db_table = '"name_left_in_lowercase"' class ForeignModel ( models . Model …
-
Uploaded Files and Upload Handlers
- … META , content_length , boundary , encoding ) [source] Allows the handler to completely override the parsing of the raw HTTP …