検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 219 for list (0.132 sec.)
How to authenticate against Django's user database from Apache — Django 4.0.6 ... 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mport the groups_for_user function which returns a list groups the given user belongs to. from django.cont ...
https://man.plustar.jp/django/howto/deployment/wsgi/apache-auth.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ns. # See the ReportLab documentation for the full list of functionality. p . drawString ( 100 , 100 , "He ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
The Django admin documentation generator — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cription of what the view does. The context , or a list of variables available in the view's template. The ...
https://man.plustar.jp/django/ref/contrib/admin/admindocs.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n put RedirectFallbackMiddleware at the end of the list, because it's a last resort. For more on middlewar ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou wish to submit your site to the browser preload list , set the SECURE_HSTS_PRELOAD setting to True . Th ... le over HTTP, and not redirected to HTTPS, you can list regular expressions to match those URLs in the SEC ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... without imports ( #23560 ). Fixed deepcopy on ErrorList ( #23594 ). Made the admindocs view to browse view ... ( #23609 ). Fixed generic relations in ModelAdmin.list_filter ( #23616 ). Restored RFC compliance for the ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Djangoの認証システムを使用する — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... トにアクセスできます: myuser . groups . set ([ group_list ]) myuser . groups . add ( group , group , ... ) m ... r () myuser . user_permissions . set ([ permission_list ]) myuser . user_permissions . add ( permission , ... () デフォルトの権限 ¶ When django.contrib.auth is listed in your INSTALLED_APPS setting, it will ensure t ... emented, you cannot stack them in your inheritance list. The following does NOT work: class TestMixin1 ( U ...
https://man.plustar.jp/django/topics/auth/default.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on WHERE last_name = %s ' , [ lname ]) params is a list or dictionary of parameters. You'll use %s placeho ... lders in the query string for a list, or %(key)s placeholders for a dictionary (where k ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
フォームを使う — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Using {{ form.name_of_field.errors }} displays a list of form errors, rendered as an unordered list. Thi ... s might look like: < ul class = "errorlist" > < li > Sender is required. </ li > </ ul > The ... list has a CSS class of errorlist to allow you to style its appearance. If you wish ... ield_errors }} would look like: < ul class = "errorlist nonfield" > < li > Generic validation error </ li ...
https://man.plustar.jp/django/topics/forms/index.html - [similar]
View decorators — Django 4.0.6 ドキュメント 4547
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are not met. require_http_methods ( request_method_list ) ¶ Decorator to require that a view only accepts ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]