Results of 41 - 50 of about 78 for expression (0.070 sec.)
- Django 1.7.9 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.7.9.html
- [similar]
- Django 1.7 release notes — Django 4.0.6 ドキュメント 6405
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
its related_name to '+' or ending it with '+' . F expressions support the power operator ( ** ). The remove() a ...
ValidationError should be raised when the regular expression pattern matches ( True ) or does not match ( False ...
ibute sets the flags used when compiling a regular expression string. URLValidator now accepts an optional schem ...
ange if you were previously using a custom regular expression to validate schemes. Any scheme not listed in sche ...
-
https://man.plustar.jp/django/releases/1.7.html
- [similar]
- Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 6405
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
d in Django 1.8 ( #24635 ). Fixed queries where an expression was referenced in order_by() , but wasn't part of ...
-
https://man.plustar.jp/django/releases/1.8.1.html
- [similar]
- Django 1.8.2 リリースノート — Django 4.0.6 ドキュメント 6405
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
uery ( #24752 ). Corrected join promotion for Case expressions. For example, annotating a query with a Case expr ...
out results ( #24766 ). Fixed negated Q objects in expressions. Cases like Case(When(~Q(friends__age__lte=30))) ...
-
https://man.plustar.jp/django/releases/1.8.2.html
- [similar]
- Django 2.1.11 リリースノート — 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/2.1.11.html
- [similar]
- Django 2.1 リリースノート — Django 4.0.6 ドキュメント 6405
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ents in ModelAdmin.list_display may now be a query expression. The new ModelAdmin.get_deleted_objects() method a ...
d and DateTimeField to the Monday of a week. Query expressions can now be negated using a minus sign. QuerySet.o ...
oved. url() 's support for inline flags in regular expression groups ( (?i) , (?L) , (?m) , (?s) , and (?u) ) is ...
-
https://man.plustar.jp/django/releases/2.1.html
- [similar]
- Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 6405
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ment in ArrayAgg and StringAgg when it contains an expression with params ( #30332 ). Fixed a regression in Djan ...
-
https://man.plustar.jp/django/releases/2.2.1.html
- [similar]
- Django 2.2.8 リリースノート — Django 4.0.6 ドキュメント 6405
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ew when a custom formset's prefix contains regular expression special characters, e.g. '$' ( #31031 ). Fixed a r ...
-
https://man.plustar.jp/django/releases/2.2.8.html
- [similar]
- django.core.validators — Django 4.0.6 ドキュメント 6363
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
r ( "If the flags are set, regex must be a regular expression string." ) self . regex = _lazy_re_compile ( self ...
if inverse_match is True) a match for the regular expression. """ regex_matches = self . regex . search ( str ( ...
-
https://man.plustar.jp/django/_modules/django/core/validators.html
- [similar]
- Constraints reference — Django 4.0.6 ドキュメント 6322
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
ondition (i.e. non-partial unique constraints) and expressions (i.e. non-functional unique constraints) are diff ...
k ¶ CheckConstraint. check ¶ A Q object or boolean Expression that specifies the check you want the constraint t ...
int. UniqueConstraint ¶ class UniqueConstraint ( * expressions , fields = () , name = None , condition = None , ...
) ) ¶ Creates a unique constraint in the database. expressions ¶ UniqueConstraint. expressions ¶ New in Django 4 ...
-
https://man.plustar.jp/django/ref/models/constraints.html
- [similar]