検索

phrase: max: clip:
target: order:
Results of 171 - 180 of about 387 for This (0.096 sec.)
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4190
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... raw_query , params = () , translations = None ) ¶ This method takes a raw SQL query, executes it, and ret ... rns a django.db.models.query.RawQuerySet instance. This RawQuerySet instance can be iterated over like a n ... p_person' ): ... print ( p ) John Smith Jane Jones This example isn't very exciting -- it's exactly the sa ... OM myapp_person' ): ... print ( p . first_name , # This will be retrieved by the original query ... p . la ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... both the city and country datasets are located in this directory; overrides the GEOIP_PATH setting. cache ... file. Defaults to GeoLite2-Country.mmdb . Setting this keyword overrides the GEOIP_COUNTRY setting. city ... ata file. Defaults to GeoLite2-City.mmdb . Setting this keyword overrides the GEOIP_CITY setting. メソッド ... ting ¶ classmethod GeoIP2. open ( path , cache ) ¶ This classmethod instantiates the GeoIP object from the ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Django 1.10.8 release notes — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cal 500 debug page. Given the right circumstances, this allowed a cross-site scripting attack. This vulner ... e you shouldn't run with DEBUG = True (which makes this page accessible) in your production settings. 目次 ...
https://man.plustar.jp/django/releases/1.10.8.html - [similar]
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cal 500 debug page. Given the right circumstances, this allowed a cross-site scripting attack. This vulner ... e you shouldn't run with DEBUG = True (which makes this page accessible) in your production settings. Bugf ... the sequence and trigger naming scheme on Oracle. This causes errors on INSERTs for some tables if 'use_r ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
Django 1.7.7 release notes — Django 4.0.6 ドキュメント 4164
" + 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.7.7.html - [similar]
Django 1.9.3 リリースノート — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is http://mysite.example.com , but redirecting to this URL sends the user to attacker.com . Also, if a de ... F2PasswordHasher and its subclasses has increased. This improves the security of the password as the speed ... 's default number of iterations since Django 1.6). This only affects users who haven't logged in since the ... sswords and the default work factor of the hasher. This method is implemented for PBKDF2PasswordHasher and ...
https://man.plustar.jp/django/releases/1.9.3.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 4164
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ail will be the value of the SERVER_EMAIL setting. This method exists for convenience and readability. If ... ailMessage class, you'll probably want to override this method to put the content you want into the MIME o ... it a single argument that is a MIMEBase instance. This will be inserted directly into the resulting messa ... be guessed from the filename. You can use it like this: message . attach_file ( '/images/weather_map.png' ...
https://man.plustar.jp/django/topics/email.html - [similar]
Django のリリースプロセス — Django 4.0.6 ドキュメント 4147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... backwards incompatibilities where a deprecation path isn't possible or not worth the cost. Also, deprecat ... fway between the release of Django 5.1 and 5.2. At this point in time: Features will be added to the devel ... hat major features to include in the next version. This should include a good deal of preliminary work on ... Phase two will culminate with an alpha release. At this point, the stable/A.B.x branch will be forked from ...
https://man.plustar.jp/django/internals/release-process.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 4147
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t » Constraints reference ¶ The classes defined in this module create database constraints. They are added ... on-functional unique constraints) are different in this regard, in that they leverage the existing validat ... . deferrable ¶ UniqueConstraint. deferrable ¶ Set this parameter to create a deferrable unique constraint ... d in the covering unique index as non-key columns. This allows index-only scans to be used for queries tha ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Django 1.10.3 release notes — Django 4.0.6 ドキュメント 4147
" + 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.10.3.html - [similar]