検索

phrase: max: clip:
target: order:
Results of 101 - 110 of about 257 for which (0.090 sec.)
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 4910
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to serialize data directly to a file-like object (which includes an HttpResponse ): with open ( "file.xml" ... upports a number of serialization formats, some of which require you to install third-party Python modules: ... rialized is represented by a <django-objects> -tag which contains multiple <object> -elements. Each such ob ... migrate was executed. This is true for all models which automatically generate objects, notably including ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
How to deploy with ASGI — Django 4.0.6 ドキュメント 4850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mand sets up a default ASGI configuration for you, which you can tweak as needed for your project, and dire ... WSGI, ASGI has you supply an application callable which the application server uses to communicate with yo ...
https://man.plustar.jp/django/howto/deployment/asgi/index.html - [similar]
Django 1.11.23 リリースノート — Django 4.0.6 ドキュメント 4850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hars_html and truncatewords_html template filters, which were thus vulnerable. The regular expressions used ... ement the corresponding striptags template filter, which was thus also vulnerable. strip_tags() now avoids ...
https://man.plustar.jp/django/releases/1.11.23.html - [similar]
Django 2.0.3 リリースノート — Django 4.0.6 ドキュメント 4850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ement the urlize and urlizetrunc template filters, which were thus vulnerable. The problematic regular expr ... hars_html and truncatewords_html template filters, which were thus vulnerable. The backtracking problem in ...
https://man.plustar.jp/django/releases/2.0.3.html - [similar]
Django 2.1.11 リリースノート — Django 4.0.6 ドキュメント 4850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hars_html and truncatewords_html template filters, which were thus vulnerable. The regular expressions used ... ement the corresponding striptags template filter, which was thus also vulnerable. strip_tags() now avoids ...
https://man.plustar.jp/django/releases/2.1.11.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 4850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... upport the distinct argument. Added SmallAutoField which acts much like an AutoField except that it only al ... lta instances (e.g. timezone(timedelta(hours=5)) , which would output 'UTC+05:00' ). Third-party backends s ... d() is replaced by fetch_returned_insert_columns() which returns a list of values returned by the INSERT … ... n_insert_columns() that accepts a fields argument, which is an iterable of fields to be returned after inse ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 4850
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... dmin/base.html template now has a new block header which contains the admin site header. The new ModelAdmin ... ick filter toolbar. The new context variable model which contains the model class for each model is added t ... aint operation allows validating check constraints which were created using AddConstraintNotValid on Postgr ... of django.test.utils.setup_databases() determines which DATABASES aliases test databases should have their ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
django.core.mail.message — Django 4.0.6 ドキュメント 4801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = None , ): """ Initialize a single email message (which can be sent to multiple recipients). """ if to : i ... rmatdate() uses stdlib methods to format the date, which use # the stdlib/OS concept of a timezone, however ... nvironment variable based on the TIME_ZONE setting which # will get picked up by formatdate(). msg [ "Date" ... = None , ): """ Initialize a single email message (which can be sent to multiple recipients). """ super () ...
https://man.plustar.jp/django/_modules/django/core/mail/message.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 4801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... str object and, rather than try to catch them all, which would be very difficult, Django repairs the damage ... moving a > from the input might turn <a> into <a , which would need to be escaped on output to avoid causin ... oving a semicolon ( ; ) can turn &amp; into &amp , which is no longer a valid entity and thus needs further ... ults would have always been automatically escaped, which may not be the desired behavior if the template ta ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
TemplateResponse and SimpleTemplateResponse — Django 4.0.6 ドキュメント 4801
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... する HTTP のステータスコード charset The charset in which the response will be encoded. If not given it will ... する HTTP のステータスコード charset The charset in which the response will be encoded. If not given it will ... to the client. There are three circumstances under which a TemplateResponse will be rendered: When the Temp ...
https://man.plustar.jp/django/ref/template-response.html - [similar]
PREV 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 NEXT