検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 198 for file (0.058 sec.)
GeoDjango Forms API — Django 4.0.6 ドキュメント 5369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... enLayersWidget and OSMWidget use the openlayers.js file hosted on the cdnjs.cloudflare.com content-deliver ... r to specify your own version of the OpenLayers.js file in the js property of the inner Media class (see 定 ... is 12 . The OpenLayersWidget note about JavaScript file hosting above also applies here. See also this FAQ ...
https://man.plustar.jp/django/ref/contrib/gis/forms-api.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 5369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s a way to map the contents of vector spatial data files (e.g. shapefiles) into GeoDjango models. This uti ... ng requires GDAL. 警告 GIS data sources, like shapefiles, may be very large. If you find that LayerMapping ... You need a GDAL-supported data source, like a shapefile (here we're using a simple polygon shapefile, test ... ing transformed the three geometries from the shapefile in their original spatial reference system (WGS84) ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 5369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo, the django.views.static.serve() view read the files it served one line at a time. Therefore, a big fi ... d result in memory usage equal to the size of that file. An attacker could exploit this and launch a denia ... ice attack by simultaneously requesting many large files. This view now reads the file in chunks to preven ... e a good time to audit your project and serve your files in production using a real front-end web server i ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 5369
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo, the django.views.static.serve() view read the files it served one line at a time. Therefore, a big fi ... d result in memory usage equal to the size of that file. An attacker could exploit this and launch a denia ... ice attack by simultaneously requesting many large files. This view now reads the file in chunks to preven ... e a good time to audit your project and serve your files in production using a real front-end web server i ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Unit tests — Django 4.0.6 ドキュメント 5336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... runs the test suite with the bundled test settings file for SQLite, black , flake8 , isort , and the docum ... ince Django's test suite doesn't bundle a settings file for database backends other than SQLite, however, ... database, you'll need to define your own settings file. Some tests, such as those for contrib.postgres , ... ou can find these dependencies in pip requirements files inside the tests/requirements directory of the Dj ...
https://man.plustar.jp/django/internals/contributing/writing-code/unit-tests.htm... - [similar]
Unicode data — Django 4.0.6 ドキュメント 5336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... But the common case is to read templates from the filesystem. If your template files are not stored with ... setting. The built-in django backend provides the 'file_charset' option to change the encoding used to rea ... d files from disk. The DEFAULT_CHARSET setting controls t ... easier to work solely with strings at that point. Files ¶ If you intend to allow users to upload files, y ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 5336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngo, the django.views.static.serve() view read the files it served one line at a time. Therefore, a big fi ... d result in memory usage equal to the size of that file. An attacker could exploit this and launch a denia ... ice attack by simultaneously requesting many large files. This view now reads the file in chunks to preven ... e a good time to audit your project and serve your files in production using a real front-end web server i ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
Django 2.2.27 release notes — Django 4.0.6 ドキュメント 5336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CVE-2022-23833: Denial-of-service possibility in file uploads ¶ Passing certain inputs to multipart form ... s could result in an infinite loop when parsing files. 目次 Django 2.2.27 release notes CVE-2022-22818: ... g CVE-2022-23833: Denial-of-service possibility in file uploads 前のトピックへ Django 2.2.28 release notes ...
https://man.plustar.jp/django/releases/2.2.27.html - [similar]
Django 3.2.12 release notes — Django 4.0.6 ドキュメント 5336
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CVE-2022-23833: Denial-of-service possibility in file uploads ¶ Passing certain inputs to multipart form ... s could result in an infinite loop when parsing files. 目次 Django 3.2.12 release notes CVE-2022-22818: ... g CVE-2022-23833: Denial-of-service possibility in file uploads 前のトピックへ Django 3.2.13 release notes ...
https://man.plustar.jp/django/releases/3.2.12.html - [similar]
How to create CSV output — Django 4.0.6 ドキュメント 5304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , headers = { 'Content-Disposition' : 'attachment; filename="somefilename.csv"' }, ) writer = csv . writer ... to csv.writer . The csv.writer function expects a file-like object, and HttpResponse objects fit the bill ... . For each row in your CSV file, call writer.writerow , passing it an iterable . T ... bject that implements just the write method of the file-like interface. """ def write ( self , value ): "" ...
https://man.plustar.jp/django/howto/outputting-csv.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT