- Language: en
114 results for _meta in version 4.2
-
django.db.models.query
- … meta . all_parents : if parent . _meta . concrete_model is not self . model . _meta . concrete_model …
-
Creating forms from models
- … Meta ( ArticleForm . Meta ): ... exclude = [ "body" ] ... This adds the extra method from the EnhancedArticleForm …
-
django.db.migrations.operations.models
- … meta . label_lower if hasattr ( base , "_meta" ) else base . lower () if isinstance ( base …
-
django.contrib.contenttypes.fields
- … meta . pk . name ] return [ ( self . remote_field . model . _meta . get_field ( self . object_id_field …
-
django.contrib.admin.options
- … meta . parents . values () and field is not model . _meta . auto_field and ( model . _meta . auto …
-
django.db.models.constraints
- … meta . pk else : field = model . _meta . get_field ( field_name ) if not field . is_relation …
-
django.db.models.deletion
- … meta . concrete_model ] . add ( dependency . _meta . concrete_model ) self . data . setdefault ( dependency , self . data . default …
-
django.db.models.fields.related_descriptors
- … meta . object_name , self . field . name , self . field . remote_field . model . _meta . object_name , ) ) elif …
-
django.http.request
- … META : port = self . META [ "HTTP_X_FORWARDED_PORT" ] else : port = self . META [ "SERVER …
-
django.db.models.fields
- … meta . app_label , self . model . _meta . model_name ) < ( other . model . _meta . app_label , other …