検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 20 for member (0.042 sec.)
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 8021
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... email, you should receive an acknowledgment from a member of the security team within 48 hours, and dependin ... made aware of a pending security issue. Typically, membership in this group will consist of some of the larg ...
https://man.plustar.jp/django/internals/security.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 8021
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... except it includes all values, as a list, for each member of the dictionary. For example: >>> q = QueryDict ... '3'] QueryDict. popitem () ¶ Removes an arbitrary member of the dictionary (since there's no concept of ord ... ent for added key strength, but you will need to remember to pass it to the corresponding HttpRequest.get_si ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 7885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e people with the full exception information. Each member of the list should be a tuple of (Full name, email ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 7766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e GeoJSON format, the SRID is set based on the crs member. If crs isn't provided, the SRID defaults to 4326. ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
テストツール — Django 4.0.6 ドキュメント 7766
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n() は True を返します。 Finally, you'll need to remember to create user accounts before you can use this me ... ng the Django model API) or with a test fixture. Remember that if you want your test user to have a password ... d to a list produced by applying transform to each member of qs . By default, the comparison is also orderin ... ared to a list produced by applying repr() to each member of qs . This behavior is deprecated and will be re ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7630
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... long-time contributor to Django, a model community member, a brilliant mind, and a friend. His contributions ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 7630
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ue @property def is_staff ( self ): "Is the user a member of staff?" # Simplest possible answer: All admins ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
索引 — Django 4.0.6 ドキュメント 7494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tackedInline (django.contrib.admin のクラス) staff_member_required() (django.contrib.admin.views.decorators ...
https://man.plustar.jp/django/genindex.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 7494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 場合は、 django.contrib.admin.views.decorators.staff_member_required() デコレータが login_required() の代替とし ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
モデル — Django 4.0.6 ドキュメント 7494
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): name = models . CharField ( max_length = 128 ) members = models . ManyToManyField ( Person , through = ' ... ' ) def __str__ ( self ): return self . name class Membership ( models . Model ): person = models . ForeignK ... r ManyToManyField to use your intermediary model ( Membership , in this case), you're ready to start creatin ... objects . create ( name = "The Beatles" ) >>> m1 = Membership ( person = ringo , group = beatles , ... date_ ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
PREV 1 2 NEXT