検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 135 for Returns (0.083 sec.)
マネージャ — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er ( models . Manager ): def with_counts ( self ): return self . annotate ( num_responses = Coalesce ( models ... す QuerySet を修正する ¶ A Manager 's base QuerySet returns all objects in the system. For example, using this ... r ( models . Manager ): def get_queryset ( self ): return super () . get_queryset () . filter ( author = 'Roa ... の書いた本だけを返しま す。 Because get_queryset() returns a QuerySet object, you can use filter() , exclude( ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 5644
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onary. Details on valid hints are provided below . Returns None if there is no suggestion. db_for_write ( mod ... onary. Details on valid hints are provided below . Returns None if there is no suggestion. allow_relation ( o ... grations for model changes, but if allow_migrate() returns False , any migration operations for the model_nam ... ( 'new_users' ) . create_user ( ... ) db_manager() returns a copy of the manager bound to the database you sp ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 5608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... $secret" signing.loads(s) checks the signature and returns the deserialized object. If the signature fails, a ... encoded = BASE62_ALPHABET [ remainder ] + encoded return sign + encoded def b62_decode ( s ): if s == "0" : ... = decoded * 62 + BASE62_ALPHABET . index ( digit ) return sign * decoded def b64_encode ( s ): return base64 ... s . SECRET_KEY ) # SECRET_KEY may be str or bytes. return Signer ( b "django.http.cookies" + key , salt = sal ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
Django 1.11.7 リリースノート — Django 4.0.6 ドキュメント 5608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng None if the default argument is a callable that returns None ( #28601 ). Fixed the Basque DATE_FORMAT stri ...
https://man.plustar.jp/django/releases/1.11.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5608
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rmined by Pillow. You can now pass a callable that returns an iterable of choices when instantiating a Choice ... o the source of the relationship. Now, this method returns the relationship as django.db.models.fields.relate ... h to pathless URLs. The length template filter now returns 0 for an undefined variable, rather than an empty ... o 1.8. django.utils.translation.get_language() now returns None instead of LANGUAGE_CODE when translations ar ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django への初めてのパッチを書く — Django 4.0.6 ドキュメント 5572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = .. function:: make_toast() .. versionadded:: 2.2 Returns ``'toast'``. この新機能は将来のリリースとともに、D ... e new :func:`django.shortcuts.make_toast` function returns ``'toast'``. ドキュメントの書き方についてもっと知り ... e new :func:`django.shortcuts.make_toast` function returns ``'toast'``. + :mod:`django.contrib.admin` ~~~~~~~ ... unction:: make_toast() + +.. versionadded:: 2.2 + +Returns ``'toast'``. diff --git a/tests/shortcuts/test_mak ...
https://man.plustar.jp/django/intro/contributing.html - [similar]
ウィジェット — Django 4.0.6 ドキュメント 5572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... なりません。 get_context ( name , value , attrs ) ¶ Returns a dictionary of values to use when rendering the w ... ibute とともにこのメソッドを使います。 By default, returns False for hidden widgets and True otherwise. Speci ... is set, and CheckboxSelectMultiple , which always returns False because browser validation would require all ... he default implementation of value_from_datadict() returns a list of values corresponding to each Widget . Th ...
https://man.plustar.jp/django/ref/forms/widgets.html - [similar]
Signals — Django 4.0.6 ドキュメント 5572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... are as described in Signal.connect() . The method returns True if a receiver was disconnected and False if n ... erence to <app label>.<model> , this method always returns None . The receiver argument indicates the registe ...
https://man.plustar.jp/django/topics/signals.html - [similar]
暗号署名 — Django 4.0.6 ドキュメント 5572
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ':' , salt = None , algorithm = None ) [ソース] ¶ Returns a signer which uses key to generate signatures and ... r = JSONSerializer , compress = False ) [ソース] ¶ Returns URL-safe, signed base64 compressed JSON string. Se ...
https://man.plustar.jp/django/topics/signing.html - [similar]
はじめての Django アプリ作成、その 5 — Django 4.0.6 ドキュメント 5536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... re_question ( self ): """ was_published_recently() returns False for questions whose pub_date is in the futur ... ld_question ( self ): """ was_published_recently() returns False for questions whose pub_date is older than 1 ... nt_question ( self ): """ was_published_recently() returns True for questions whose pub_date is within the la ... l view of a question with a pub_date in the future returns a 404 not found. """ future_question = create_ques ...
https://man.plustar.jp/django/intro/tutorial05.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT