Results of 21 - 30 of about 117 for while (0.067 sec.)
- Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 6875
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
makes them vulnerable to a DNS rebinding attack . While Django doesn't ship a module that allows remote co ...
-
https://man.plustar.jp/django/releases/1.9.11.html
- [similar]
- Django 2.1.2 リリースノート — Django 4.0.6 ドキュメント 6875
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
to the user model were displayed the entire hash. While it's typically infeasible to reverse a strong pass ...
-
https://man.plustar.jp/django/releases/2.1.2.html
- [similar]
- Django 3.2.4 release notes — Django 4.0.6 ドキュメント 6875
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
hen running mod_wsgi with the recommended settings while the Windows colorama library was installed ( #3274 ...
-
https://man.plustar.jp/django/releases/3.2.4.html
- [similar]
- データベースのトランザクション — Django 4.0.6 ドキュメント 6875
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
be successfully committed. If you call on_commit() while there isn't an active transaction, the callback wi ...
. Database-specific notes ¶ Savepoints in SQLite ¶ While SQLite supports savepoints, a flaw in the design o ...
, queries ignored until end of transaction block". While the basic use of save() is unlikely to raise an ex ...
-
https://man.plustar.jp/django/topics/db/transactions.html
- [similar]
- django.utils.html — Django 4.0.6 ドキュメント 6612
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
f executions of _strip_once. value = str ( value ) while "<" in value and ">" in value : new_value = _strip ...
middle remains unchanged. trimmed_something = True while trimmed_something : trimmed_something = False # Tr ...
-
https://man.plustar.jp/django/_modules/django/utils/html.html
- [similar]
- django.utils.text — Django 4.0.6 ドキュメント 6612
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
swith ( " \n " ) and width + 1 or width ), width ) while len ( line ) > max_width : space = line [: max_wid ...
_tags = [] regex = re_words if words else re_chars while current_len <= length : m = regex . search ( text ...
-
https://man.plustar.jp/django/_modules/django/utils/text.html
- [similar]
- How to create custom model fields — Django 4.0.6 ドキュメント 6612
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
your field from the serialized version for quite a while (possibly years), depending how long your migratio ...
me column type in PostgreSQL is called timestamp , while the same column in MySQL is called datetime . You ...
is a fairly standard way to set up some defaults # while letting the caller override them. defaults = { 'fo ...
-
https://man.plustar.jp/django/howto/custom-model-fields.html
- [similar]
- How to deploy with ASGI — Django 4.0.6 ドキュメント 6612
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
s will look like myproject.asgi:application . 警告 While Django's default ASGI handler will run all your co ...
-
https://man.plustar.jp/django/howto/deployment/asgi/index.html
- [similar]
- Triaging tickets — Django 4.0.6 ドキュメント 6612
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
n become valuable contributing members. Similarly, while we aim for Trac to be a perfect representation of ...
d. There are a lot of pull requests. It can take a while for your patch to get reviewed. See the contributi ...
-
https://man.plustar.jp/django/internals/contributing/triaging-tickets.html
- [similar]
- Django 1.10.3 release notes — Django 4.0.6 ドキュメント 6612
- " + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va
...
makes them vulnerable to a DNS rebinding attack . While Django doesn't ship a module that allows remote co ...
-
https://man.plustar.jp/django/releases/1.10.3.html
- [similar]