検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 95 for valid (0.010 sec.)
Django 3.2.3 release notes — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... leOperation even when a custom upload_to returns a valid file path ( #32718 ). 目次 Django 3.2.3 release no ...
https://man.plustar.jp/django/releases/3.2.3.html - [similar]
テストツール — Django 4.0.6 ドキュメント 6674
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the object needs a name attribute that passes the validate_image_file_extension validator. For example: >> ... rs by default. As a result, user accounts that are valid on your production site will not work under test c ... with self . assertRaisesMessage ( ValueError , 'invalid literal for int()' ): int ( 'a' ) SimpleTestCase. ... . SimpleTestCase. assertFieldOutput ( fieldclass , valid , invalid , field_args = None , field_kwargs = Non ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 6556
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... provided as additional keys in the CACHES setting. Valid arguments are as follows: TIMEOUT : The default ti ... should be passed to the cache backend. The list of valid options will vary with each backend, and cache bac ... ssed to the tag. This function can be useful for invalidating or overwriting a cached item, for example: >> ... ar' , [ username ]) >>> cache . delete ( key ) # invalidates cached template fragment True The low-level ca ...
https://man.plustar.jp/django/topics/cache.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cement for django.forms , the old form/manipulator/validation framework. Both APIs are available in 0.96, b ... ote that both syntaxes (strings and callables) are valid, and will continue to be valid for the foreseeable ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n page, regardless of whether the URL is otherwise valid. This protects against a potential model enumerati ... リティ ¶ The SECRET_KEY setting is now checked for a valid value upon first access, rather than when settings ... e of this, calling configure() without providing a valid SECRET_KEY , and then going on to access settings. ... jacent time units to return. バリデータ ¶ Built-in validators now include the provided value in the params ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6451
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... settings for more details. The new AddConstraintNotValid operation allows creating check constraints on Pos ... existing rows satisfy the new constraint. The new ValidateConstraint operation allows validating check con ... straints which were created using AddConstraintNotValid on PostgreSQL. The new ArraySubquery() expression ... provided value in the params argument of a raised ValidationError for the invalid_choice error message. Th ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 6332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... intersect themselves, by definition. GEOSGeometry. valid ¶ Returns a boolean indicating whether the geometr ... y is valid. GEOSGeometry. valid_reason ¶ Returns a string des ... cribing the reason why a geometry is invalid. GEOSGeometry. srid ¶ Property that may be used to ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Djangoにおけるパスワード管理 — Django 4.0.6 ドキュメント 6332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s module provides a set of functions to create and validate hashed passwords. You can use them independentl ... ate this problem, Django offers pluggable password validation. You can configure multiple password validato ... rs at the same time. A few validators are included in Django, but you can write you ... 挙動を微調整するオプション設定を持つこともできます。 Validation is controlled by the AUTH_PASSWORD_VALIDATORS ...
https://man.plustar.jp/django/topics/auth/passwords.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 6332
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ion to this rule is the makemigrations command. It validates the migration history in the databases to catc ... ll be provided in the hints dictionary. Details on valid hints are provided below . Returns None if there i ... ll be provided in the hints dictionary. Details on valid hints are provided below . Returns None if there i ... one if the router has no opinion. This is purely a validation operation, used by foreign key and many to ma ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 6214
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... # Return string return out @keep_lazy_text def get_valid_filename ( name ): """ Return the given string con ... an alphanumeric, dash, underscore, or dot. >>> get_valid_filename("john's portrait in 2004.jpg") 'johns_por ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT