検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 28 for groups (0.029 sec.)
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 15698
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tion, your custom user must have a relation named 'groups', referring to a related object that has a 'name' ... lication, please refer to the Defining Application Groups section of the mod_wsgi docs for more information ... entication. Authorization with mod_wsgi and Django groups ¶ mod_wsgi also provides functionality to restrict ... rScript /path/to/mysite.com/mysite/wsgi.py WSGIAuthGroupScript /path/to/mysite.com/mysite/wsgi.py Require gr ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
Model _meta API — Django 4.0.6 ドキュメント 9995
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... <django.db.models.fields.related.ManyToManyField: groups>, <django.db.models.fields.related.ManyToManyField ... include_hidden = True ) (<ManyToOneRel: auth.user_groups>, <ManyToOneRel: auth.user_user_permissions>, <Man ... <django.db.models.fields.related.ManyToManyField: groups>, <django.db.models.fields.related.ManyToManyField ...
https://man.plustar.jp/django/ref/models/meta.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 9553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cipients of security notifications fall into three groups: Operating-system vendors and other distributors o ... ugh private security trackers or security-response groups are strongly preferred. On a case-by-case basis, i ... are authorized to represent, fall into one of the groups listed above, you can ask to be added to Django's ...
https://man.plustar.jp/django/internals/security.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 9274
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ンス。 If the matched URL pattern contained no named groups, then the matches from the regular expression are ... pressions, the syntax for named regular expression groups is (?P<name>pattern) , where name is the name of t ... adapt your views. Using unnamed regular expression groups ¶ As well as the named group syntax, e.g. (?P<year ... commended. When both styles are mixed, any unnamed groups are ignored and only named groups are passed to th ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 8979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 詳しくは password documentation を参照してください。 groups ¶ Group への多対多のリレーションシップです。 user_ ... が常に False です。 is_active が常に False です。 groups と user_permissions が常に空です。 set_password() ... rings the user_obj has from the permissions of the groups they belong. Returns an empty set if is_anonymous ... m custom setup actions, such as setting the user's groups based on attributes in an LDAP directory. Returns ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 8832
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... another backslash. When a match is made, captured groups from the regular expression are passed to the view ... -- as named arguments if the groups are named, and as positional arguments otherwise. ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 8684
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a way to assign permissions to specific users and groups of users. これは、Djangoのadminサイトでも使われてい ... pe. User オブジェクトは 2 つの多対多のフィールド、 groups および user_permissions を持っています。他の Djang ... を持っているオブジェクトにアクセスできます: myuser . groups . set ([ group_list ]) myuser . groups . add ( gro ... up , group , ... ) myuser . groups . remove ( group , group , ... ) myuser . groups . ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
Mailing lists — Django 4.0.6 ドキュメント 8389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango has several official mailing lists on Google Groups that are open to anyone. django-users ¶ This is th ...
https://man.plustar.jp/django/internals/mailing-lists.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 8389
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s to be passed to the view when all optional named groups were missing ( #31061 ). Reallowed, following a re ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 7668
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tinue closing_tag , tagname , self_closing = tag . groups () # Element names are always case-insensitive tag ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
PREV 1 2 3 NEXT