検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 312 for use (0.207 sec.)
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 4273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... new LiveServerTestCase.port attribute reallows the use case of binding to a specific port following the b ... m the model field to the form field to reallow the use case of storing images without an extension ( #282 ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 3.0.1 リリースノート — Django 4.0.6 ドキュメント 4273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... submitting a suitably crafted email address making use of Unicode characters, that compared equal to an e ... xisting user email when lower-cased for comparison, an attacke ... gression in Django 3.0 by restoring the ability to use Django inside Jupyter and other environments that ... ed a regression in Django 3.0 where RegexPattern , used by re_path() , returned positional arguments to b ...
https://man.plustar.jp/django/releases/3.0.1.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ou two ways of performing raw SQL queries: you can use Manager.raw() to perform raw queries and return mo ... e support channels to see if the ORM supports your use case. 警告 直接 SQL を書く場合はいかなる時も十分警 ... ou can't leave out - the primary key field. Django uses the primary key to identify model instances, so i ... rams is a list or dictionary of parameters. You'll use %s placeholders in the query string for a list, or ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
ロギング — Django 4.0.6 ドキュメント 4273
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | up | next » ロギング ¶ 参考 How to configure and use logging Django logging reference Python programmer ... s will often use print() in their code as a quick and convenient de ... s much more elegant and flexible. As well as being useful for debugging, logging can also provide you wit ... tate and health of your application. 概要 ¶ Django uses and extends Python's builtin logging module to pe ...
https://man.plustar.jp/django/topics/logging.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... のソースコード """HTML utilities suitable for global use.""" import html import json import re from html.pa ... , ")" ), ( "[" , "]" )] # List of possible strings used for bullets in bulleted lists. DOTS = [ "· ... ampersands, quotes and angle brackets encoded for use in HTML. Always escape input, even if it's already ... y result in double-escaping. If this is a concern, use conditional_escape() instead. """ return mark_safe ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
How to authenticate using REMOTE_USER — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ous | up | next » How to authenticate using REMOTE_USER ¶ This document describes how to make use of exte ... tion sources (where the web server sets the REMOTE_USER environment variable) in your Django applications ... are of authentication it typically sets the REMOTE_USER environment variable for use in the underlying ap ... plication. In Django, REMOTE_USER is made available in the request.META attribute. ...
https://man.plustar.jp/django/howto/auth-remote-user.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ) >>> z . save () GEOSGeometry objects may also be used to save geometric models: >>> from django.contrib ... ) >>> dem . save () GDALRaster objects may also be used to save raster models: >>> from django.contrib.gi ... Spatial Lookups ¶ GeoDjango's lookup types may be used with any manager method like filter() , exclude() ... following general form (assuming the Zipcode model used in the GeoDjango Model API ): >>> qs = Zipcode . ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
Django 1.3.5 release notes — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ning ¶ Several earlier Django security releases focused on the issue of poisoning the HTTP Host header, c ... ons and many third-party applications, accepting a user-supplied redirect target is a common pattern). Si ... e supplied hostname. This function is intended for use whenever user-supplied redirect targets are accept ... marily in the authentication system -- which allow user-supplied redirect targets now use is_safe_url to ...
https://man.plustar.jp/django/releases/1.3.5.html - [similar]
Django 1.4.3 release notes — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ning ¶ Several earlier Django security releases focused on the issue of poisoning the HTTP Host header, c ... ons and many third-party applications, accepting a user-supplied redirect target is a common pattern). Si ... e supplied hostname. This function is intended for use whenever user-supplied redirect targets are accept ... marily in the authentication system -- which allow user-supplied redirect targets now use is_safe_url to ...
https://man.plustar.jp/django/releases/1.4.3.html - [similar]
Django 1.7.9 release notes — Django 4.0.6 ドキュメント 4245
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ally filling up the session store or causing other users' session records to be evicted. The built-in ses ... es to expose a session-modifying view to anonymous users. As each built-in session backend was fixed sepa ... instead of \Z in the regular expressions). If you use values with newlines in HTTP response or email hea ... ection attacks. Django itself isn't vulnerable because HttpResponse and the mail sending utilities in dja ...
https://man.plustar.jp/django/releases/1.7.9.html - [similar]