検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 14 for sequences (0.022 sec.)
Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 12113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y slow to evaluate certain inputs containing large sequences of nested incomplete HTML entities. The strip_tags ... rsion when re-percent-encoding invalid UTF-8 octet sequences. uri_to_iri() now avoids recursion when re-percent ... -encoding invalid UTF-8 octet sequences. 目次 Django 1.11.23 リリースノート CVE-2019-14232 ... s , utils , lookups , service , were , Truncator , sequences , encoding , memory , inputs クイック検索 Last upd ...
https://man.plustar.jp/django/releases/1.11.23.html - [similar]
Django 2.1.11 リリースノート — Django 4.0.6 ドキュメント 12113
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y slow to evaluate certain inputs containing large sequences of nested incomplete HTML entities. The strip_tags ... rsion when re-percent-encoding invalid UTF-8 octet sequences. uri_to_iri() now avoids recursion when re-percent ... -encoding invalid UTF-8 octet sequences. 目次 Django 2.1.11 リリースノート CVE-2019-14232: ... s , utils , lookups , service , were , Truncator , sequences , encoding , memory , inputs クイック検索 Last upd ...
https://man.plustar.jp/django/releases/2.1.11.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 10327
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... y slow to evaluate certain inputs containing large sequences of nested incomplete HTML entities. The strip_tags ... rsion when re-percent-encoding invalid UTF-8 octet sequences. uri_to_iri() now avoids recursion when re-percent ... -encoding invalid UTF-8 octet sequences. Bugfixes ¶ Fixed a regression in Django 2.2 when ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 10327
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ush and sqlflush commands now include SQL to reset sequences on SQLite. モデル ¶ The new ExtractIsoWeekDay func ... tatements for tables which don't require resetting sequences. SQLite functions are now marked as deterministic ... side effect the latter doesn't automatically reset sequences on teardown anymore. Enable TransactionTestCase.re ... set_sequences if your tests require this feature. URL ¶ Path con ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 9050
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e after each test run instead. No more implicit DB sequences reset ¶ TransactionTestCase tests used to reset pr ... imary key sequences automatically together with the database flushing ... tions described above. This has been changed so no sequences are implicitly reset. This can cause TransactionTe ... d-coded primary key values to break. The new reset_sequences attribute can be used to force the old behavior fo ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 9050
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango's own test suite. TransactionTestCase. reset_sequences ¶ Setting reset_sequences = True on a TransactionT ... estCase will make sure sequences are always reset before the test run: class TestsT ... hatDependsOnPrimaryKeySequences ( TransactionTestCase ): reset_sequences = True de ... hard code primary key values in tests. Using reset_sequences = True will slow down the test, since the primary ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 7912
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ag tag is required if you need to output character sequences like {% and %} . A similar issue exists if you wan ... t to include these sequences in template filter or tag arguments. For example, ... lt : "}}" }} If you need to use strings with these sequences, store them in template variables or use a custom ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 7754
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ected to be a sequence of values, or a sequence of sequences of values). context -- a dictionary with further d ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7597
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bel ...] ¶ Prints the SQL statements for resetting sequences for the given app name(s). Sequences are indexes u ... cmd.exe native console doesn't support ANSI escape sequences so by default there is no color output. In this ca ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 7597
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raw string syntax ( r'' ) so that they can contain sequences like \d without the need to escape the backslash w ...
https://man.plustar.jp/django/ref/urls.html - [similar]
PREV 1 2 NEXT