検索

phrase: max: clip:
target: order:
Results of 91 - 100 of about 144 for type (0.165 sec.)
Triaging tickets — Django 4.0.6 ドキュメント 5249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sy, patches. 型 ¶ Tickets should be categorized by type between: New Feature For adding something new. Bug ... are small and relatively straightforward. Set the type of tickets that are still uncategorized. Checking ...
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , we're using the queryset's update method . Other types of actions might need to deal with each object in ... st , queryset ): response = HttpResponse ( content_type = "application/json" ) serializers . serialize ( " ... our custom export view: from django.contrib.contenttypes.models import ContentType from django.http import ... t . values_list ( 'pk' , flat = True ) ct = ContentType . objects . get_for_model ( queryset . model ) ret ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
contrib packages — Django 4.0.6 ドキュメント 5249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django の admin サイト django.contrib.auth contenttypes フレームワーク The flatpages app GeoDjango django ... admin documentation . Requires the auth and contenttypes contrib packages to be installed. auth ¶ Django's ... on framework. See Django でのユーザー認証 . contenttypes ¶ A light framework for hooking into "types" of c ... each installed Django model is a separate content type. See the contenttypes documentation . flatpages ¶ ...
https://man.plustar.jp/django/ref/contrib/index.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 5249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... side from strings and bytestrings, there's a third type of string-like object you may encounter when using ... ng converted to a string (they keep their original types). The errors parameter takes any of the values th ... Web frameworks have to deal with URLs (which are a type of IRI). One requirement of URLs is that they are ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 5249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... f a request data dictionary for structured content type suffixes ( #29662 ). Made the admin change view re ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 5249
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d questions. Don't filter away any results in this type of manager subclass ¶ This manager is used to acce ... bject access Don't filter away any results in this type of manager subclass カスタマイズした``QuerySet``の ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 5214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... parser . add_argument ( 'poll_ids' , nargs = '+' , type = int ) def handle ( self , * args , ** options ): ... parser . add_argument ( 'poll_ids' , nargs = '+' , type = int ) # Named (optional) arguments parser . add_ ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... emplate.Library. inclusion_tag () ¶ Another common type of template tag is the type that displays some dat ... ateSyntaxError if they receive the wrong number or type of arguments. Ultimately, this decoupling of compi ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 5214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ょう。 The response will automatically set the MIME type application/pdf based on the filename extension. T ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ly for generic relations and internationalization, type:   $ ./runtests.py --settings = path.to.settings ... e, to run the TranslationTests of the i18n module, type:   $ ./runtests.py --settings = path.to.settings ... ile (e.g. ~/.bashrc for Bash) to avoid having to retype them. Tests that only fail in combination ¶ In cas ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT