- Language: en
58 results for _meta in version 5.2
-
Django documentation contents
- … meta API Related objects reference Model class reference Model Meta options Model instance reference QuerySet …
-
Using the Django authentication system
- … Meta class, you can also create permissions directly. For example, you can create the can_publish …
-
Model instance reference
- … meta . concrete_fields ): values = list ( values ) values . reverse () values = [ values . pop () if f . attname in field …
-
Managers
- … Meta : abstract = True If you use this directly in a child class, objects will be the default …
-
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 …
-
Django’s cache framework
- … meta . app_label == "django_cache" : return "cache_replica" return None def db_for_write …
-
Django 1.7 release notes
- … Meta class. See considerations regarding model’s error_messages for more details. Internationalization The django.middleware.locale.LocaleMiddleware.response …
-
Tablespaces
- … Meta . This option also affects tables automatically created for ManyToManyField s in the model. You can use the DEFAULT …
-
PostgreSQL specific database constraints
- … Meta : constraints = [ ExclusionConstraint ( name = "exclude_overlapping_reservations" , expressions = [ ( "timespan" , RangeOperators . OVERLAPS …