検索

phrase: max: clip:
target: order:
Results of 511 - 520 of about 572 for up (0.118 sec.)
設定 — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » 設定 ¶ コアの設定 Auth メッセージ セッショ ... response cycle. Each item in the list should be a tuple of (Full name, email address). Example: [( 'John ... kies or can have the indexes to the cookie jar corrupted on disk, thereby causing CSRF protection checks ... rver is normalized by converting all characters to uppercase, replacing any hyphens with underscores, an ...
https://man.plustar.jp/django/ref/settings.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » The Django template language: for Python ... templates from a particular source. Optionally, a tuple can be used instead of a string. The first item ... in the tuple should be the Loader class name, subsequent item ... context ) "My name is Dolores." Variables and lookups ¶ Variable names must consist of any letter (A-Z) ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » The Django Template Language ¶ このドキュ ... story.get_absolute_url }} " > {{ story.headline | upper }} </ a > </ h2 > < p > {{ story.tease | trunca ... ect. length is an exception. block and extends Set up template inheritance (see below), a powerful way o ... ックのコンテンツを取得する必要がある場合、 {{ block.super }} が利用できます。親のブロックを完全にオーバーラ ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 2.1 リリースノート ¶ 2018年8月1日 ... compatible changes you'll want to be aware of when upgrading from Django 2.0 or earlier. We've dropped s ... 既存のプロジェクトをアップデートするときは、 How to upgrade Django to a newer version ガイドに従ってくださ ... "change" permission to edit objects. There are a couple of backwards incompatible considerations . マイナ ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » マネージャ ¶ class Manager ¶ マネージャ ( ... ls . Manager ): def get_queryset ( self ): return super () . get_queryset () . filter ( author = 'Roald ... ls . Manager ): def get_queryset ( self ): return super () . get_queryset () . filter ( role = 'A' ) cla ... ls . Manager ): def get_queryset ( self ): return super () . get_queryset () . filter ( role = 'E' ) cla ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
タイムゾーン — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » タイムゾーン ¶ 概要 ¶ タイムゾーンのサポー ... e only when interacting with end users. Time zone support is disabled by default. To enable it, set USE_ ... your settings file. 注釈 In Django 5.0, time zone support will be enabled by default. Time zone support ... you are using Python 3.8. Changed in Django 3.2: Support for non- pytz timezone implementations was add ...
https://man.plustar.jp/django/topics/i18n/timezones.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ュメント Home | Table of contents | Index | Modules up django.core.validators のソースコード import ipadd ... f __init__ ( self , schemes = None , ** kwargs ): super () . __init__ ( ** kwargs ) if schemes is not No ... { "value" : value }) # Then check full URL try : super () . __call__ ( value ) except ValidationError a ... t (( scheme , netloc , path , query , fragment )) super () . __call__ ( url ) else : raise else : # Now ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
FAQ: 一般的な質問 — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » FAQ: 一般的な質問 ¶ Django というプロジェ ... that lets you build websites. 例えば、 Django を Drupal のようなシステムと比較するのは無意味です。という ... のも、 Django はまさに Drupal のようなシステムを 作る ためのものだからで す。 ... ェクト , テンプレート , ライブラリ クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/faq/general.html - [similar]
How to write custom lookups — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » How to write custom lookups ¶ Django には ... contains などの) フィルタリングを行う built-in lookups が数多くあります。このドキュメントでは、カスタムル ... ます。ルックアップの API リファレンスについては Lookup API reference を参照してください。 ルックアップの例 ... る必要があります。 from django.db.models import Lookup class NotEqual ( Lookup ): lookup_name = 'ne' def ...
https://man.plustar.jp/django/howto/custom-lookups.html - [similar]
How to create custom django-admin commands — Django 4.0.6 ドキュメント 2835
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » How to create custom django-admin command ... 。 BaseCommand. requires_system_checks ¶ A list or tuple of tags, e.g. [Tags.staticfiles, Tags.models] . ... bute expects a boolean value instead of a list or tuple of tags. BaseCommand. style ¶ stdout や stderr を ... カラー分けされていない出力を行います。 BaseCommand. suppressed_base_arguments ¶ New in Django 4.0. The def ...
https://man.plustar.jp/django/howto/custom-management-commands.html - [similar]