検索

phrase: max: clip:
target: order:
Results of 151 - 160 of about 225 for some (0.111 sec.)
Geolocation with GeoIP2 — Django 4.0.6 ドキュメント 4550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ictionary of city information for the given query. Some of the values in the dictionary may be undefined ( ...
https://man.plustar.jp/django/ref/contrib/gis/geoip2.html - [similar]
Django 1.4.18 release notes — Django 4.0.6 ドキュメント 4550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ied redirect URLs ¶ Django relies on user input in some cases (e.g. django.contrib.auth.views.login() and ...
https://man.plustar.jp/django/releases/1.4.18.html - [similar]
Django 1.6.10 release notes — Django 4.0.6 ドキュメント 4550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ied redirect URLs ¶ Django relies on user input in some cases (e.g. django.contrib.auth.views.login() and ...
https://man.plustar.jp/django/releases/1.6.10.html - [similar]
Django 1.7.3 release notes — Django 4.0.6 ドキュメント 4550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ied redirect URLs ¶ Django relies on user input in some cases (e.g. django.contrib.auth.views.login() and ...
https://man.plustar.jp/django/releases/1.7.3.html - [similar]
Database instrumentation — Django 4.0.6 ドキュメント 4550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r -- so the wrappers are temporary and specific to some flow in your code. As mentioned above, an example ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
素の SQL 文の実行 — Django 4.0.6 ドキュメント 4550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... name, ... bd AS birth_date, ... pk AS id, ... FROM some_other_table''' ) 名称が一致している限り、そのモデル ... 'id' } >>> Person . objects . raw ( 'SELECT * FROM some_other_table' , translations = name_map ) インデック ...
https://man.plustar.jp/django/topics/db/sql.html - [similar]
View decorators — Django 4.0.6 ドキュメント 4550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sts exactly like GET requests in your views. Since some software, such as link checkers, rely on HEAD requ ...
https://man.plustar.jp/django/topics/http/decorators.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... where name is the name of the group and pattern is some pattern to match. Here's the example URLconf from ... ( 'news-year-archive' , args = ( year ,))) If, for some reason, it was decided that the URLs where content ... d only need to change the entry in the URLconf. In some scenarios where views are of a generic nature, a m ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 4550
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の方法に従っていませんが、それは以下の理由からです: Sometimes, you should use gettext_lazy() as the default ... it won't be correct. In a case like this, consider something like the following: text = ngettext ( 'There ... strings. This example, besides being incorrect in some languages as noted above, would fail: text = ngett ... s and filters by using the familiar _() syntax: {% some_tag _ ( "Page not found" ) value | yesno : _ ( "ye ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
django.core.exceptions — Django 4.0.6 ドキュメント 4457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... SuspiciousOperation ( Exception ): """The user did something suspicious""" class SuspiciousMultipartForm ( ... s ImproperlyConfigured ( Exception ): """Django is somehow improperly configured""" pass [ドキュメント] cl ... ass FieldError ( Exception ): """Some kind of problem with a model field.""" pass NON_FI ...
https://man.plustar.jp/django/_modules/django/core/exceptions.html - [similar]