検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 174 for argument (0.027 sec.)
Related objects reference — Django 4.0.6 ドキュメント 10811
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts to already be saved. You can use the bulk=False argument to instead have the related manager perform the up ... owever, will not call any save() methods (the bulk argument doesn't exist), but rather create the relationship ... field values, normally primary keys, as the *objs argument. Use the through_defaults argument to specify valu ... ) Note that there's no need to specify the keyword argument of the model that defines the relationship. In the ...
https://man.plustar.jp/django/ref/models/relations.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 10296
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lowed to include a subquery as a geographic lookup argument, for example City.objects.filter(point__within=Cou ... le_name() and Storage.save() now take a max_length argument to implement storage-level maximum filename length ... constraints. Filenames exceeding this argument will get truncated. This prevents a database error ... torage. See the deprecation note about adding this argument to your custom storage classes. フォーム ¶ Form wi ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 9601
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ll change from 'http' to 'https' . The extra_tests argument for DiscoverRunner.build_suite() and DiscoverRunne ... ort for pytz timezones will be removed. The is_dst argument will be removed from: QuerySet.datetimes() django. ... checks won't support boolean values. The whitelist argument and domain_whitelist attribute of django.core.vali ... SHA-1 algorithm) will be removed. The get_response argument for django.utils.deprecation.MiddlewareMixin.__ini ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 8907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dex entry. PostgreSQL's default is 80. The columns argument takes a tuple or list of up to 32 values that are ... from 1 to 4095. Changed in Django 3.2: Positional argument *expressions was added in order to support functio ... to be performed by autovacuum. The pages_per_range argument takes a positive integer. Changed in Django 3.2: P ... ositional argument *expressions was added in order to support functio ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 8907
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ique constraints ¶ The new *expressions positional argument of UniqueConstraint() enables creating functional ... set_kwargs() method allows customizing the keyword arguments passed to the constructor of a formset. The navig ... heir hashed counterparts. The new manifest_storage argument of ManifestFilesMixin and ManifestStaticFilesStora ... ield now includes the provided value in the params argument of a raised ValidationError for the invalid_choice ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Form fields — Django 4.0.6 ドキュメント 8839
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nstance has a clean() method, which takes a single argument and either raises a django.core.exceptions.Validat ... sages ¶ Field. error_messages ¶ The error_messages argument lets you override the default messages that the fi ... quired , max_length , min_length Has four optional arguments for validation: max_length ¶ min_length ¶ If prov ... ided, these arguments ensure that the string is at most or at least the ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 8716
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... blog/' , include ( 'blog.urls' )), ... ] The route argument should be a string or gettext_lazy() (see URL パタ ... o capture part of the URL and send it as a keyword argument to the view. The angle brackets may include a conv ... Django のリクエスト処理 for more details. The view argument is a view function or the result of as_view() for ... can also be an django.urls.include() . The kwargs argument allows you to pass additional arguments to the vie ...
https://man.plustar.jp/django/ref/urls.html - [similar]
django.core.management.base — Django 4.0.6 ドキュメント 8268
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... os import sys import warnings from argparse import ArgumentParser , HelpFormatter from io import TextIOBase im ... recoverable errors. """ pass class CommandParser ( ArgumentParser ): """ Customized ArgumentParser class to im ... args = None , namespace = None ): # Catch missing argument for a better error message if self . missing_args_ ... """ Customized formatter so that command-specific arguments appear in the --help output before arguments comm ...
https://man.plustar.jp/django/_modules/django/core/management/base.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 8010
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... pplied migrations are detected. The new returncode argument for CommandError allows customizing the exit statu ... s for management commands. The new dbshell -- ARGUMENTS option allows passing extra arguments to the comm ... d by Django. The new RESTRICT option for on_delete argument of ForeignKey and OneToOneField emulates the behav ... accept callables as values in the through_defaults argument. The new is_dst parameter of the QuerySet.datetime ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 7887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nctional indexes ¶ The new *expressions positional argument of Index() enables creating functional indexes on ... django.contrib.contenttypes ¶ The new absolute_max argument for generic_inlineformset_factory() allows customi ... d forms for more details. The new can_delete_extra argument for generic_inlineformset_factory() allows removal ... terrupted uploads. フォーム ¶ The new absolute_max argument for formset_factory() , inlineformset_factory() , ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT