Results of 31 - 40 of about 78 for expression (0.121 sec.)
- Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6487
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ts オプションを用いてモデルに追加されます。 Filter expressions ¶ Expressions that output BooleanField may now be ...
d together with RangeField . The new RangeBoundary expression represents the range boundaries. The new AddIndexC ...
database. alias=None is added to the signature of Expression.get_group_by_cols() . RegexPattern , used by re_pa ...
the context argument of Field.from_db_value() and Expression.convert_value() is removed. The field_name keyword ...
-
https://man.plustar.jp/django/releases/3.0.html
- [similar]
- Django 4.0 release notes — Django 4.0.6 ドキュメント 6487
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ate path. Functional unique constraints ¶ The new *expressions positional argument of UniqueConstraint() enables ...
creating functional unique constraints on expressions and database functions. For example: from django. ...
intNotValid on PostgreSQL. The new ArraySubquery() expression allows using subqueries to construct lists of valu ...
TrigramWordDistance() and TrigramWordSimilarity() expressions allow using trigram word similarity. django.contr ...
-
https://man.plustar.jp/django/releases/4.0.html
- [similar]
- How to manage error reporting — Django 4.0.6 ドキュメント 6446
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
S setting. It should be a list of compiled regular expression objects. For example: import re IGNORABLE_404_URLS ...
'^/robots\.txt$' ), ] (Note that these are regular expressions, so we put a backslash in front of periods to esc ...
********** ). hidden_settings ¶ A compiled regular expression object used to match settings and request.META val ...
-
https://man.plustar.jp/django/howto/error-reporting.html
- [similar]
- Coding style — Django 4.0.6 ドキュメント 6446
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
() and assertWarnsRegex() only if you need regular expression matching. Use assertIs(…, True/False) for testing ...
he actual boolean value, not the truthiness of the expression. In test docstrings, state the expected behavior t ...
-
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h...
- [similar]
- Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 6446
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
uery strings which -- with repeated use of regular-expression lookups supported by the Django database API -- ex ...
-
https://man.plustar.jp/django/releases/1.1.3.html
- [similar]
- Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 6446
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ation message crashes if Meta.ordering contains an expression ( #30463 ). Fixed a regression in Django 2.2.1 whe ...
-
https://man.plustar.jp/django/releases/2.2.2.html
- [similar]
- Django Deprecation Timeline — Django 4.0.6 ドキュメント 6405
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
l be required in the signature of django.db.models.Expression.get_group_by_cols() subclasses. django.utils.text. ...
the context argument of Field.from_db_value() and Expression.convert_value() will be removed. The field_name ke ...
oved. url() 's support for inline flags in regular expression groups ( (?i) , (?L) , (?m) , (?s) , and (?u) ) wi ...
-
https://man.plustar.jp/django/internals/deprecation.html
- [similar]
- Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 6405
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
tastrophic backtracking vulnerability in a regular expression. The chars() and words() methods are used to imple ...
e filters, which were thus vulnerable. The regular expressions used by Truncator have been simplified in order t ...
-
https://man.plustar.jp/django/releases/1.11.23.html
- [similar]
- Django 1.2.4 release notes — Django 4.0.6 ドキュメント 6405
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
uery strings which -- with repeated use of regular-expression lookups supported by the Django database API -- ex ...
-
https://man.plustar.jp/django/releases/1.2.4.html
- [similar]
- Django 1.4.21 release notes — Django 4.0.6 ドキュメント 6405
- " + 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 ...
-
https://man.plustar.jp/django/releases/1.4.21.html
- [similar]