検索

phrase: max: clip:
target: order:
Results of 201 - 210 of about 257 for all (0.121 sec.)
Django 1.4.14 release notes — Django 4.0.6 ドキュメント 4324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de to producing a huge number of os.stat() system calls when a duplicate filename is uploaded. Since stat ... ause poor performance in the upload handler, eventually causing it to become very slow simply by uploadin ... network connection and few HTTP requests would be all that is necessary to make a site unavailable. We'v ... user/?pop=1&t=password and viewing the page's HTML allowed viewing the password hash of each user. While ...
https://man.plustar.jp/django/releases/1.4.14.html - [similar]
Django 1.5.9 release notes — Django 4.0.6 ドキュメント 4324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de to producing a huge number of os.stat() system calls when a duplicate filename is uploaded. Since stat ... ause poor performance in the upload handler, eventually causing it to become very slow simply by uploadin ... network connection and few HTTP requests would be all that is necessary to make a site unavailable. We'v ... user/?pop=1&t=password and viewing the page's HTML allowed viewing the password hash of each user. While ...
https://man.plustar.jp/django/releases/1.5.9.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 4324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t didn't already have a session record. This could allow an attacker to easily create many new session re ... epeated requests with unknown session keys, potentially filling up the session store or causing other use ... create a session record only if the session is actually modified; empty session records are not created. ... nd URLField form fields which use these validators all strip the input, so the possibility of newlines en ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 4324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , 3.6, and 3.7. We highly recommend and only officially support the latest release of each series. Python ... te and ModelAdmin.get_autocomplete_fields() method allow using a Select2 search widget for ForeignKey and ... ugh the metadata , info , and metadata attributes. Allowed passing driver-specific creation options to GD ... ALRaster objects using papsz_options . Allowed creating GDALRaster objects in GDAL's internal ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... (as of 2.2.17). We highly recommend and only officially support the latest release of each series. What's ... new BTreeIndex , HashIndex and SpGistIndex classes allow creating B-Tree , hash , and SP-GiST indexes in ... eter. The new search_type parameter of SearchQuery allows searching for a phrase or raw expression. djang ... iew.setup hook initializes view attributes before calling dispatch() . It allows mixins to set up instanc ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
Django 3.1.1 release notes — Django 4.0.6 ドキュメント 4324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... atic management command. You should review and manually fix permissions on existing intermediate-level di ... ject command, when user didn't have permissions to all intermediate directories in a Django installation ... ( #31912 ). Fixed detecting an async get_response callable in various builtin middlewares ( #31928 ). Fix ... d of pre-loaded data. You will need to explicitly call json.loads() in such cases. Fixed a QuerySet.delet ...
https://man.plustar.jp/django/releases/3.1.1.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 4324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ad evaluating submitted password that were artificially large in relative to the comparison values. On th ... ion logic, the dictsort template filter was potentially vulnerable to information disclosure or unintende ... d method calls, if passed a suitably crafted key. In order to av ... with a restricted resolution logic, that will not call methods, nor allow indexing on dictionaries. As a ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 4324
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ss Meta . This option also affects tables automatically created for ManyToManyField s in the model. You c ... that lacks support for tablespaces, Django ignores all tablespace-related options. 目次 Tablespaces Decla ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
django.core.files.uploadedfile — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.core.files.utils import validate_file_name __all__ = ( "UploadedFile" , "TemporaryUploadedFile" , " ... ile could unlink # it. Still sets self.file.close_called and calls # self.file.file.close() before the ex ...
https://man.plustar.jp/django/_modules/django/core/files/uploadedfile.html - [similar]
How to create PDF files — Django 4.0.6 ドキュメント 4264
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s document explains how to output PDF files dynamically using Django views. This is made possible by the ... rary. The advantage of generating PDF files dynamically is that you can create customized PDFs for differ ... is available on PyPI . A user guide (not coincidentally, a PDF file) is also available for download. You ... can install ReportLab with pip :   $ python -m pip install r ...
https://man.plustar.jp/django/howto/outputting-pdf.html - [similar]