- Language: en
89 results for _meta in version 3.2
-
django.contrib.admin.options
- … meta . app_label , self . model . _meta . model_name return [ path ( '' , wrap ( self . changelist …
-
django.db.migrations.operations.models
- … meta . get_field ( old_model . _meta . model_name ), new_m2m_model . _meta . get_field ( new_model …
-
Creating forms from models
- … Meta ( ArticleForm . Meta ): ... exclude = ( 'body' ,) This adds the extra method from the EnhancedArticleForm …
-
django.db.models.query
- … meta . get_parent_list (): if parent . _meta . concrete_model is not self . model . _meta . concrete …
-
django.db.models.deletion
- … meta . concrete_model ] . add ( dependency . _meta . concrete_model ) self . data . setdefault ( dependency , self . data . default …
-
django.db.models.fields
- … meta . app_label , self . model . _meta . model_name ) < ( other . model . _meta . app_label , other …
-
django.http.request
- … META : port = self . META [ 'HTTP_X_FORWARDED_PORT' ] else : port = self . META [ 'SERVER …
-
django.contrib.admin.sites
- … meta . app_label , model . _meta . model_name ), include ( model_admin . urls )), ] if model . _meta . app_label …
-
django.middleware.csrf
- … META : csrf_secret = _get_new_csrf_string () request . META [ "CSRF_COOKIE" ] = _mask_cipher …
-
django.db.migrations.operations.fields
- … meta . get_field ( self . name ) to_field = to_model . _meta . get_field ( self . name ) if not self …