検索

phrase: max: clip:
target: order:
Results of 251 - 260 of about 312 for use (0.133 sec.)
Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 17-7233: Open redirect and possible XSS attack via user-supplied numeric redirect URLs ¶ Django relies on ... user input in some cases (e.g. django.contrib.auth.vie ... ws.login() and i18n ) to redirect the user to an "on success" URL. The security check for th ... oes any redirects as they don't provide any known, useful functionality. Note, however, that this view ha ...
https://man.plustar.jp/django/releases/1.9.13.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... word is entered. This can leak information about a user, depending on what messages confirm_login_allowed ... ) isn't overridden, an attacker enter an arbitrary username and see if that user has been set to is_activ ... ror if the authentication backend rejects inactive users (the default authentication backend, ModelBacken ... del is deleted ( #29016 ). Fixed regression in the use of QuerySet.values_list(..., flat=True) followed b ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 3.4.0, mishandles jQuery.extend(true, {}, ...) because of Object.prototype pollution. If an unsanitized s ... e Object.prototype . The bundled version of jQuery used by the Django admin has been patched to allow for ... the select2 library's use of jQuery.extend() . Bugfixes ¶ Fixed a regression ... ArrayAgg and StringAgg with ordering argument when used in a Subquery ( #30315 ). Fixed a regression in D ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
Django 2.2.26 release notes — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CVE-2021-45115: Denial-of-service possibility in UserAttributeSimilarityValidator ¶ UserAttributeSimila ... omparison values. On the assumption that access to user registration was unrestricted this provided a pot ... s issue, relatively long values are now ignored by UserAttributeSimilarityValidator . This issue has seve ... xing on dictionaries. As a reminder, all untrusted user input should be validated before use. This issue ...
https://man.plustar.jp/django/releases/2.2.26.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gression in Django 3.0 by restoring the ability to use field lookups in Meta.ordering ( #31538 ). Fixed a ... Fixed a regression in Django 3.0 where aggregates used wrong annotations when a queryset has multiple su ... y security release, upgraded the version of jQuery used by the admin from 3.4.1 to 3.5.1. 目次 Django 3.0 ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... gfixes ¶ Fixed a regression in Django 3.1.2 that caused the incorrect height of the admin changelist sear ... 32072 ). Fixed a regression in Django 3.1.2 that caused the incorrect width of the admin changelist searc ... #32080 ). Fixed a regression in Django 3.1 that caused a crash of ArrayAgg and StringAgg with ordering o ... #32096 ). Fixed a regression in Django 3.1 that caused a crash of __in lookup when using key transforms ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
Django 3.2.11 release notes — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . CVE-2021-45115: Denial-of-service possibility in UserAttributeSimilarityValidator ¶ UserAttributeSimila ... omparison values. On the assumption that access to user registration was unrestricted this provided a pot ... s issue, relatively long values are now ignored by UserAttributeSimilarityValidator . This issue has seve ... xing on dictionaries. As a reminder, all untrusted user input should be validated before use. This issue ...
https://man.plustar.jp/django/releases/3.2.11.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tory traversal via admindocs ¶ Staff members could use the admindocs TemplateDetailView view to check the ... t prohibit leading zeros in octal literals. If you used such values you could suffer from indeterminate S ... ue of SCRIPT_NAME when redirecting unauthenticated users to the login page ( #32754 ). Fixed a bug in Dja ... 32733 ). Prevented unnecessary initialization of unused caches following a regression in Django 3.2 ( #32 ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hem in an async context. However, you will need to use an async server based on ASGI to get their perform ... more about Django's async support, and how to best use async views, in 非同期サポート . 目次 ビューを記述 ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
Django におけるテスト — Django 4.0.6 ドキュメント 3965
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... におけるテスト ¶ Automated testing is an extremely useful bug-killing tool for the modern web developer. ... You can use a collection of tests -- a test suite -- to solve, ... 。 Testing a web application is a complex task, because a web application is made of several layers of log ...
https://man.plustar.jp/django/topics/testing/index.html - [similar]