検索

phrase: max: clip:
target: order:
Results of 221 - 230 of about 438 for For (0.053 sec.)
How to create CSV output — Django 4.0.6 ドキュメント 3831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ike object, and HttpResponse objects fit the bill. For each row in your CSV file, call writer.writerow , ... an iterable . The CSV module takes care of quoting for you, so you don't have to worry about escaping str ... spreadsheet # applications. rows = ([ "Row {} " . format ( idx ), str ( idx )] for idx in range ( 65536 ... treamingHttpResponse ( ( writer . writerow ( row ) for row in rows ), content_type = "text/csv" , headers ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
Django 1.8.16 リリースノート — Django 4.0.6 ドキュメント 3831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ection). A randomly generated password is now used for each test run. DNS rebinding vulnerability when DE ... development or connect to some production services for which there's no development instance, for example ... LOWED_HOSTS is now validated regardless of DEBUG . For convenience, if ALLOWED_HOSTS is empty and DEBUG=T ...
https://man.plustar.jp/django/releases/1.8.16.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 3831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... した。 CVE-2020-13254: Potential data leakage via malformed memcached keys ¶ In cases where a memcached bac ... kend does not perform key validation, passing malformed cache keys coul ... e backends. CVE-2020-13596: Possible XSS via admin ForeignKeyRawIdWidget ¶ Query parameters for the admin ... ForeignKeyRawIdWidget were not properly URL encoded, p ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 3831
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ueries issued by your code, Django provides a hook for installing wrapper functions around the execution ... of database queries. For example, wrappers can count queries, measure query ... tabase. params -- a list/tuple of parameter values for the SQL command, or a list/tuple of lists/tuples i ... ption ( "Access to database ' {} ' blocked here" . format ( alias )) For a more complete example, a query ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 3807
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .files.images のソースコード """ Utility functions for handling images. Requires Pillow as you might imag ... ドキュメント] class ImageFile ( File ): """ A mixin for use alongside django.core.files.base.File, which p ... rovides additional features for dealing with images. """ @property def width ( sel ... g. "RuntimeError: could not create decoder object" for # WebP files. A different chunk_size may work. pas ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
LICENSE.txt 3807
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... GPL friendly. You can use it for commercial projects, open source projects, or real ... m from files, especially code. They're a great way for folks to learn about Font Awesome. # Brand Icons A ... e, nor vice versa. **Please do not use brand logos for any purpose except to represent the company, produ ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
ロギング — Django 4.0.6 ドキュメント 3807
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lt, Django uses Python's logging.config.dictConfig format . Default logging conditions ¶ The full set of ... ()' : 'django.utils.log.RequireDebugTrue' , }, }, 'formatters' : { 'django.server' : { '()' : 'django.uti ... ls.log.ServerFormatter' , 'format' : '[ {server_time} ] {message} ' ... l' : 'INFO' , 'class' : 'logging.StreamHandler' , 'formatter' : 'django.server' , }, 'mail_admins' : { 'l ...
https://man.plustar.jp/django/ref/logging.html - [similar]
Django 1.0.2 リリースノート — Django 4.0.6 ドキュメント 3807
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 1.0 series, improving the stability and performance of the Django 1.0 codebase. As such, Django 1 ... mprovements. Django 1.0.2 is a recommended upgrade for any development or deployment currently using or t ... -released Django 1.0.1; the packaging scripts used for Django 1.0.1 omitted some directories from the fin ... m Django 1.0.1; see the Django 1.0.1 release notes for details. Additionally, in the period since Django ...
https://man.plustar.jp/django/releases/1.0.2.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 3807
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ection). A randomly generated password is now used for each test run. DNS rebinding vulnerability when DE ... development or connect to some production services for which there's no development instance, for example ... LOWED_HOSTS is now validated regardless of DEBUG . For convenience, if ALLOWED_HOSTS is empty and DEBUG=T ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 3807
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Transifex are incorporated, with a special mention for Bulgarian (fully translated). CVE-2022-22818: Poss ... his vulnerability, {% debug %} no longer outputs information when the DEBUG setting is False , and it ens ... file uploads ¶ Passing certain inputs to multipart forms could result in an infinite loop when parsing fi ... p_text was HTML-escaped in automatically-generated forms ( #33419 ). Fixed a regression in Django 4.0 tha ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]