検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 134 for INCLUDE (0.096 sec.)
ページネーション — Django 4.0.6 ドキュメント 5438
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... : page_obj }) In the template list.html , you can include navigation between pages in the same way as in the ...
https://man.plustar.jp/django/topics/pagination.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 5354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... able from branch ticket_xxxxx of your GitHub repo. Include a link to your branch. Note that the above branch ... word the commit message for the commit now that it includes both your steps. You can also use the "edit" opti ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 5354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ons merged to the Django Git repository . This may include, but is not restricted to: Participation in discus ...
https://man.plustar.jp/django/internals/organization.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 5354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 無用でブロックします。 Django provides a few ways to include this header in responses from your site: A middlew ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trib.messages.middleware.MessageMiddleware must be included. Hook the admin's URLs into your URLconf . After ... 's displayed in the admin interface. This lets you include HTML if you so desire. Alternatively you can use p ... to sort by values on related models. This example includes an "author first name" column in the list display ... _view ( self , request ): # ... context = dict ( # Include common variables for rendering the admin template. ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 5354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... session cookie. Subclasses of SuspiciousOperation include: DisallowedHost DisallowedModelAdminLookup Disallo ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]
フォーム API — Django 4.0.6 ドキュメント 5354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , with each <li> containing one field. It does not include the <ul> or </ul> , so that you can specify any HT ... bind your form. So if we extend our ContactForm to include an ImageField called mugshot , we need to bind the ... s a custom Form class, the resulting subclass will include all fields of the parent class(es), followed by th ... InstrumentForm (in that order), and its field list includes the fields from the parent classes: >>> from djan ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 5354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sult set. The expressions positional arguments can include expressions, transforms of the model field, or the ... e') . The value argument describes the value to be included in the expression, such as 1 , True , or None . D ... ple, you could modify the previous example to also include the best and worst rating in each movie's group (s ... the partition. The end point is always explicitly included in the SQL generated by the ORM and is by default ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... {% and %} . A similar issue exists if you want to include these sequences in template filter or tag argument ... will be raised for the following expressions: { % include "template.html" tvar = "Some string literal with % ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 1.0 リリースノート — Django 4.0.6 ドキュメント 5354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ric relations in forms and admin ¶ Classes are now included in django.contrib.contenttypes which can be used ... .0 release, are no longer present in Django. These include imports of the form library from django.newforms ( ...
https://man.plustar.jp/django/releases/1.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT