検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 135 for returns (0.056 sec.)
条件付きビュー — Django 4.0.6 ドキュメント 5391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _id ): ... デコレータの順番に注意 When condition() returns a conditional response, any decorators below it wi ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssion. int - Matches zero or any positive integer. Returns an int . slug - Matches any slug string consisting ... or example, 075194d3-6885-417e-a8a8-6c931e272f00 . Returns a UUID instance. path - Matches any non-empty stri ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
表示形式のローカル化 — Django 4.0.6 ドキュメント 5391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るには、 localize テンプレートタグを使ってください。 Returns a string representation for unlocalized numbers ( ...
https://man.plustar.jp/django/topics/i18n/formatting.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5391
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _DB_ALIAS , execute = False ) ¶ New in Django 3.2. Returns a context manager that captures transaction.on_com ... () callbacks for the given database connection. It returns a list that contains, on exit of the context, the ... ception and expected_message parameters are given, returns a context manager so that the code being tested ca ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o_field ( self ): from django.conf import settings return settings . DEFAULT_AUTO_FIELD @property def _is_def ... ault_auto_field_overridden ( self ): return self . __class__ . default_auto_field is not AppCon ... entry in INSTALLED_APPS. """ # create() eventually returns app_config_class(app_name, app_module). app_config ... () else : self . apps . check_apps_ready () try : return self . models [ model_name . lower ()] except KeyEr ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... scape. 'args_generator' should be an iterator that returns the sequence of 'args' that will be passed to form ... s = MLStripper () s . feed ( value ) s . close () return s . get_data () [ドキュメント] @keep_lazy_text def ... templates to detect classes whose __str__ methods return SafeString. """ if "__html__" in klass . __dict__ : ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ueue Ell" and not "sequel". Thus in a phrase like "Returns an SQL expression", "SQL" should be preceded by "a ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
Base views — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat accepts a request argument plus arguments, and returns an HTTP response. デフォルトの処理は、HTTP メソッド ... pk = kwargs [ 'pk' ]) article . update_counter () return super () . get_redirect_url ( * args , ** kwargs ) ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , choices = STATUS_CHOICES ) def __str__ ( self ): return self . title A common task we might perform with a ... sis) by overriding ModelAdmin.get_actions() . This returns a dictionary of actions allowed. The keys are acti ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
ロギング — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng of that record will not proceed if the callback returns False. For instance, to filter out UnreadablePostE ...
https://man.plustar.jp/django/ref/logging.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT