検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 20 for member (0.037 sec.)
Organization of the Django Project — Django 4.0.6 ドキュメント 15583
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... een approved by: another Merger, a technical board member, a member of the triage & review team , or a membe ... mplementation milestones and is intended to merge. Membership ¶ The technical board selects Mergers as neces ... erger: A person must not simultaneously serve as a member of the technical board. If a Merger is elected to ... ll cease to be a Merger immediately upon taking up membership in the technical board. A person may serve in ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Django のローカライズ — Django 4.0.6 ドキュメント 9210
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hen, click the "Join this Team" button to become a member of this team. Every team has at least one coordina ... tor who is responsible to review your membership request. You can also contact the team coordin ... dle the actual translation process. Once you are a member of a team choose the translation resource you want ...
https://man.plustar.jp/django/internals/contributing/localizing.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 8955
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tandard library, but with some modifications: Enum member values are a tuple of arguments to use when constr ... lazy translatable string. Thus, in most cases, the member value will be a (value, label) two-tuple. See belo ... ing, the label is automatically generated from the member name. A .label property is added on values, to ret ... ition. 警告 These property names cannot be used as member names as they would conflict. The use of enum.uniq ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
バグレポートと機能のリクエスト — Django 4.0.6 ドキュメント 8683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is tracked by developers and interested community members; we see them as they are filed. 以前に作成されたt ... rried if: There are at least three "+1" votes from members of the technical board. There is no "-1" vote fro ... m any member of the technical board. Votes should be submitted ... eek. Since this process allows any technical board member to veto a proposal, a "-1" vote should be accompan ...
https://man.plustar.jp/django/internals/contributing/bugs-and-features.html - [similar]
データベースアクセスの最適化 — Django 4.0.6 ドキュメント 8683
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... relation to User , the following code is optimal: members = group . members . all () if display_group_membe ... rs : if members : if current_user in members : print ( "You and" ... , len ( members ) - 1 , "other users are members of this group." ... ) else : print ( "There are" , len ( members ), "members in this group." ) for member in membe ...
https://man.plustar.jp/django/topics/db/optimization.html - [similar]
セッションの使いかた — Django 4.0.6 ドキュメント 8547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... !' ) 次の次の簡単なビューでは、サイトの「メンバー (member)」にログインする手続きを行います。 def login ( req ... uest ): m = Member . objects . get ( username = request . POST [ 'use ... quest . POST [ 'password' ]): request . session [ 'member_id' ] = m . id return HttpResponse ( "You're logge ... logout ( request ): try : del request . session [ 'member_id' ] except KeyError : pass return HttpResponse ( ...
https://man.plustar.jp/django/topics/http/sessions.html - [similar]
Triaging tickets — Django 4.0.6 ドキュメント 8428
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nity so that they can become valuable contributing members. Similarly, while we aim for Trac to be a perfect ... Ready For Checkin ¶ The ticket was reviewed by any member of the community other than the person who supplie ... he triage process is primarily driven by community members. Really, ANYONE can help. To get involved, start ... , we do ask the following of all general community members working in the ticket database: Please don't prom ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 8292
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... functionality to restrict a particular location to members of a group. In this case, the Apache configuratio ... ts for /secret/ will now also require user to be a member of the "secret-agents" group. 目次 How to authenti ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 8156
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ): name = models . CharField ( max_length = 128 ) members = models . ManyToManyField ( Person , related_nam ... lationship: from django.contrib import admin class MembershipInline ( admin . TabularInline ): model = Group ... . members . through class PersonAdmin ( admin . ModelAdmin ... ): inlines = [ MembershipInline , ] class GroupAdmin ( admin . ModelAdmi ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 8021
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gets committed into Django. If you're a community member who wants to contribute code to Django, look at Wo ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
PREV 1 2 NEXT