検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 387 for This (0.136 sec.)
PostgreSQL specific model fields — Django 4.0.6 ドキュメント 4216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... between all instances of ArrayField . base_field ¶ This is a required argument. Specifies the underlying d ... all delegated to the underlying base field. size ¶ This is an optional argument. If passed, the array will ... have a maximum size as specified. This will be passed to the database, although PostgreSQ ... ]) <QuerySet [<Post: First post>]> contained_by ¶ This is the inverse of the contains lookup - the object ...
https://man.plustar.jp/django/ref/contrib/postgres/fields.html - [similar]
django.urls utility functions — Django 4.0.6 ドキュメント 4216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( 'news-archive' ) # passing a callable object # (This is discouraged because you can't reverse namespace ... d views this way.) from news import views reverse ( views . arc ... ion to which the currently executing view belongs. This current_app argument is used as a hint to resolve ... oject's URLConf is loaded. Some common cases where this function is necessary are: providing a reversed UR ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
Django 2.2 リリースノート — Django 4.0.6 ドキュメント 4216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng header comments in generated migration file(s). This option is also available for squashmigrations . ru ... .save() , QuerySet.update() , and Model.delete() . This improves the performance of autocommit by reducing ... le changes in 2.2 ¶ データベースバックエンド API ¶ This section describes changes that may be needed in th ... test, after the database flush. In older versions, this data was loaded at the beginning of the test, but ...
https://man.plustar.jp/django/releases/2.2.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 4216
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hat prompt and automatically destroy the database. This can be useful when running tests on a continuous i ... access the database when its modules are compiled, this will occur before the test database is set up, wit ... e anyway - rewrite your code so that it doesn't do this. This also applies to customized implementations o ... ered before all of the above for quicker feedback. This includes things like test modules that couldn't be ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 4190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o the ID of the site the settings file represents. This will usually be 1 (i.e. SITE_ID = 1 , but if you'r ... You can also set it up as a "catchall" pattern. In this case, it is important to place the pattern at the ... ch time any Django application raises a 404 error, this middleware checks the flatpages database for the r ... e SITE_ID setting. If it finds a match, it follows this algorithm: If the flatpage has a custom template, ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ァレンス ¶ Spatial Lookups ¶ The spatial lookups in this section are available for GeometryField and Raster ... d for PostGIS backends (denominated as PGRaster in this section). bbcontains ¶ Availability : PostGIS , Ma ... geometry by the values given in the given pattern. This lookup requires a tuple parameter, (geom, pattern) ... e the following characters: 1 , 2 , T , F , or * . This lookup type allows users to "fine tune" a specific ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 4190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts with a different session, or no session at all. This can lead to information disclosure and can be a ve ... e request was made by Internet Explorer. To remedy this, the special behavior for these older Internet Exp ... lformed URLs, which are accepted by some browsers. This allows a user to be redirected to an unsafe URL un ... browsers with more liberal URL parsing. To remedy this, the validation in is_safe_url() has been tightene ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 4190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts with a different session, or no session at all. This can lead to information disclosure and can be a ve ... e request was made by Internet Explorer. To remedy this, the special behavior for these older Internet Exp ... lformed URLs, which are accepted by some browsers. This allows a user to be redirected to an unsafe URL un ... browsers with more liberal URL parsing. To remedy this, the validation in is_safe_url() has been tightene ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
Django 1.6.11 release notes — Django 4.0.6 ドキュメント 4190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... hich results in an infinite loop in strip_tags() . This issue only affects versions of Python that haven't ... into their packages of earlier versions. To remedy this issue, strip_tags() will now return the original i ... d so considered URLs like \x08javascript:... safe. This issue doesn't affect Django currently, since we on ... ly put this URL into the Location response header and browsers ...
https://man.plustar.jp/django/releases/1.6.11.html - [similar]
Django 1.9.11 リリースノート — Django 4.0.6 ドキュメント 4190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngs TEST dictionary, a hardcoded password is used. This could allow an attacker with network access to the ... database server to connect. This user is usually dropped after the test suite compl ... settings.ALLOWED_HOSTS when settings.DEBUG=True . This makes them vulnerable to a DNS rebinding attack . ... t ship a module that allows remote code execution, this is at least a cross-site scripting vector, which c ...
https://man.plustar.jp/django/releases/1.9.11.html - [similar]