検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 78 for expression (0.041 sec.)
Django 2.0.7 リリースノート — Django 4.0.6 ドキュメント 7465
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ¶ Fixed admin changelist crash when using a query expression without asc() or desc() in the page's ordering ( # ... 9428 ). Fixed admin check crash when using a query expression in ModelAdmin.ordering ( #29428 ). Fixed __regex a ... 関連キーワード Fixed , crash , using , ordering , expression , query , when , admin , Bugfixes , next クイック検 ...
https://man.plustar.jp/django/releases/2.0.7.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 7190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onstraint ¶ class ExclusionConstraint ( * , name , expressions , index_type = None , condition = None , deferrab ... sionConstraint. name ¶ The name of the constraint. expressions ¶ ExclusionConstraint. expressions ¶ An iterable ... of 2-tuples. The first element is an expression or string. The second element is an SQL operator r ... hich maps the operators with strings. For example: expressions = [ ( 'timespan' , RangeOperators . ADJACENT_TO ) ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
バリデータ — Django 4.0.6 ドキュメント 7190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or searches the provided value for a given regular expression with re.search() . By default, raises a Validation ... raised when a match is found. regex ¶ The regular expression pattern to search for within the provided value , ... ) . This may be a string or a pre-compiled regular expression created with re.compile() . Defaults to the empty ... ¶ The regex flags used when compiling the regular expression string regex . If regex is a pre-compiled regular ...
https://man.plustar.jp/django/ref/validators.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 6942
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .indexes module. BloomIndex ¶ class BloomIndex ( * expressions , length = None , columns = () , ** options ) ¶ C ... 4095. Changed in Django 3.2: Positional argument *expressions was added in order to support functional indexes. ... BrinIndex ¶ class BrinIndex ( * expressions , autosummarize = None , pages_per_range = None , ... teger. Changed in Django 3.2: Positional argument *expressions was added in order to support functional indexes. ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
索引 — Django 4.0.6 ドキュメント 6901
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lookup type ArraySubquery (django.contrib.postgres.expressions のクラス) as_data() (Form.errors のメソッド) as_d ... メソッド) as_widget() (BoundField のメソッド) asc() (Expression のメソッド) AsGeoJSON (django.contrib.gis.db.model ... jango.db.models モジュール) Case (django.db.models.expressions のクラス) Cast (django.db.models.functions のクラ ... (PreparedGeometry のメソッド) contains_aggregate (Expression の属性) contains_over_clause (Expression の属性) c ...
https://man.plustar.jp/django/genindex.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 6901
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... no named groups, then the matches from the regular expression are provided as positional arguments. The keyword ... are made up of any named parts matched by the path expression that are provided, overridden by any arguments spe ... s the default if a converter isn't included in the expression. int - Matches zero or any positive integer. Retur ... r>/' , views . year_archive ), ... ] Using regular expressions ¶ If the paths and converters syntax isn't suffic ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Django 1.11.11 リリースノート — Django 4.0.6 ドキュメント 6859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rophic backtracking vulnerabilities in two regular expressions. The urlize() function is used to implement the u ... hich were thus vulnerable. The problematic regular expressions are replaced with parsing logic that behaves simi ... tastrophic backtracking vulnerability in a regular expression. The chars() and words() methods are used to imple ... ulnerable. The backtracking problem in the regular expression is fixed. 目次 Django 1.11.11 リリースノート CVE-2 ...
https://man.plustar.jp/django/releases/1.11.11.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 6859
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... due to the usage of $ instead of \Z in the regular expressions). If you use values with newlines in HTTP respons ... on is now stricter as it validates using a regular expression instead of simply casting the value using int() an ... n URL validation ¶ URLValidator included a regular expression that was extremely slow to evaluate against certai ... n invalid inputs. This regular expression has been simplified and optimized. Bugfixes ¶ Fixe ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 6818
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e URL パターンを翻訳する ) that contains a regular expression compatible with Python's re module. Strings typica ... a match is made, captured groups from the regular expression are passed to the view -- as named arguments if th ... atching against path_info , must match the regular expression pattern ( re.fullmatch() is used). The view , kwar ...
https://man.plustar.jp/django/ref/urls.html - [similar]
PostgreSQL specific lookups — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... PostgreSQL extension. A trigram lookup is given an expression and returns results that have a similarity measure ... ng of the field. A trigram word lookup is given an expression and returns results that have a word similarity me ...
https://man.plustar.jp/django/ref/contrib/postgres/lookups.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT