検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 320 for not (0.121 sec.)
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.5.3 release notes ¶ September 10, 2013 This is Django 1.5.3, the t ... "/var/www/../../etc/passwd" %} In practice this is not a very common problem, as it would require the tem ... ts to using pickle . While JSON serialization does not support all Python objects like pickle does, we hi ... tation for more details. 目次 Django 1.5.3 release notes Directory traversal vulnerability in ssi templat ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hed keys ¶ In cases where a memcached backend does not perform key validation, passing malformed cache ke ... arameters for the admin ForeignKeyRawIdWidget were not properly URL encoded, posing an XSS attack vector. ... queryset contained an aggregation and a subquery annotation ( #31566 ). Fixed a regression in Django 3.0 ... where aggregates used wrong annotations when a queryset has multiple subqueries anno ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 3.2.4 release notes ¶ June 2, 2021 Django 3.2.4 fixes two security i ... developers to also expose the file contents, then not only the existence but also the file contents woul ... ess() and validate_ipv46_address() validators were not affected on Python 3.9.5+. Bugfixes ¶ Fixed a bug ... eld on MySQL ( #32793 ). 目次 Django 3.2.4 release notes CVE-2021-33203: Potential directory traversal vi ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
Django におけるセキュリティ — Django 4.0.6 ドキュメント 4246
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... h as cookies or web services, whenever the data is not sufficiently sanitized before including in a page. ... OST request. This ensures that a malicious user cannot "replay" a form POST to your website and have anot ... PS にリダイレクトされるようにしてください。 Please note the caveats under SECURE_PROXY_SSL_HEADER . For t ... them in a different context group so that they cannot directly interact with the top-level window. If a ...
https://man.plustar.jp/django/topics/security.html - [similar]
Admin actions — Django 4.0.6 ドキュメント 4209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ned as a function. That's perfectly fine, but it's not perfect from a code design point of view: since th ... t , queryset ): queryset . update ( status = 'p' ) Notice first that we've moved make_published into a me ... ction ( 'delete_selected' ) # This ModelAdmin will not have delete_selected available class SomeModelAdmi ... [ 'some_other_action' ] ... # This one will class AnotherModelAdmin ( admin . ModelAdmin ): actions = [ ' ...
https://man.plustar.jp/django/ref/contrib/admin/actions.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 4209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... functions provided by the underlying database as annotations, aggregations, or filters in Django. Functio ... argaret Smith' ) >>> author = Author . objects . annotate ( ... age_as_float = Cast ( 'age' , output_fiel ... expressions and returns the first non-null value (note that an empty string is not considered a null val ... _by = 'Maggie' ) >>> author = Author . objects . annotate ( ... screen_name = Coalesce ( 'alias' , 'goes_ ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
SchemaEditor — Django 4.0.6 ドキュメント 4209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d. Some possible operations or types of change are not possible on all databases - for example, MyISAM do ... es not support foreign key constraints. If you are writin ... ¶ Moves the model's table from one tablespace to another. add_field() ¶ BaseDatabaseSchemaEditor. add_fi ... onstraints. The most common transformation this cannot do is transforming a ManyToManyField into a normal ...
https://man.plustar.jp/django/ref/schema-editor.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 4209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ules « previous | up | next » Django 1.7.9 release notes ¶ July 8, 2015 Django 1.7.9 fixes several securi ... on is actually modified; empty session records are not created. Thus this potential DoS is now only possi ... you're creating HTTP responses or email messages in other ways, it's a good idea to ensure that those me ... as raised. Bugfixes ¶ Prevented the loss of null / not null column properties during field renaming of My ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]
Django 1.8.8 リリースノート — Django 4.0.6 ドキュメント 4209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ixed a regression which prevented using a language not in Django's default language list ( LANGUAGES ) ( ... d result in inadvertent data loss if a user didn't notice that and then submitted the form ( #22955 ). Fi ... rash in QuerySet.values()/values_list() after an annotate() and order_by() when values()/values_list() in ... cludes a field not in the order_by() ( #25316 ). 目次 Django 1.8.8 リ ...
https://man.plustar.jp/django/releases/1.8.8.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 4209
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odules « previous | up | next » Django 3.2 release notes ¶ April 6, 2021 Welcome to Django 3.2! These rel ... ease notes cover the new features , as well as some backwar ... t, a system check will provide a warning if you do not have an explicit setting for DEFAULT_AUTO_FIELD . ... ary key of existing auto-created through tables cannot be generated currently. See the DEFAULT_AUTO_FIELD ...
https://man.plustar.jp/django/releases/3.2.html - [similar]