検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 312 for use (0.123 sec.)
GeoDjango's admin site — Django 4.0.6 ドキュメント 4656
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ISModelAdmin ¶ gis_widget ¶ The widget class to be used for GeometryField . Defaults to OSMWidget . gis_w ... latitude. default_zoom ¶ The default zoom level to use. Defaults to 4. extra_js ¶ Sequence of URLs to any ... t to include. map_template ¶ Override the template used to generate the JavaScript slippy map. Default is ... バージョン 4.0 で非推奨: This class is deprecated. Use ModelAdmin instead. OSMGeoAdmin ¶ class OSMGeoAdmi ...
https://man.plustar.jp/django/ref/contrib/gis/admin.html - [similar]
Conditional Expressions — Django 4.0.6 ドキュメント 4656
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... onal Expressions ¶ Conditional expressions let you use if ... elif ... else logic within filters, annotat ... , then = None , ** lookups ) ¶ A When() object is used to encapsulate a condition and its result for use ... Client . GOLD , then = F ( 'name' )) >>> # You can use field lookups in the condition >>> from datetime i ... ned. If a default argument isn't provided, None is used. If we wanted to change our previous query to get ...
https://man.plustar.jp/django/ref/models/conditional-expressions.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 4656
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lookups, the Django API for building the WHERE clause of a database query. To learn how to use lookups, ... d, defaults to __exact . Registration API ¶ Django uses RegisterLookupMixin to give a class the interface ... ady exists with the same name. lookup_name will be used for this lookup if provided, otherwise lookup.loo ... kup_name will be used. get_lookup ( lookup_name ) ¶ Returns the Lookup ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 4618
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... detail ), ] メモ: To capture a value from the URL, use angle brackets. Captured values can optionally inc ... lude a converter type. For example, use <int:name> to capture an integer parameter. If a c ... tched. There's no need to add a leading slash, because every URL has that. For example, it's articles , n ... first pattern in the list, not the second one, because the patterns are tested in order, and the first on ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 4590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ngine should look for template source files. It is used to configure filesystem.Loader . It defaults to a ... list of dotted Python paths to callables that are used to populate the context when a template is render ... ll store additional debug information which can be used to display a detailed report for any exception ra ... om a particular source. Optionally, a tuple can be used instead of a string. The first item in the tuple ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
組み込みタグとフィルタ — Django 4.0.6 ドキュメント 4590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rowcolors silent %} {% cycle rowcolors %} You can use the resetcycle tag to make a {% cycle %} tag resta ... tring "hello", this will appear. {% endif %} {% if user in users %} If users is a QuerySet, this will app ... ear if user is an instance that belongs to the QuerySet. {% e ... in which case the first that can be loaded will be used, as per select_template() . include されたテンプレ ...
https://man.plustar.jp/django/ref/templates/builtins.html - [similar]
The Django Template Language — Django 4.0.6 ドキュメント 4590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... }} </ p > {% endfor %} {% endblock %} 設計思想 Why use a text-based template instead of an XML-based one ... ble for more than just XML/HTML templates. You can use the template language for any text-based format su ... he lower filter, which converts text to lowercase. Use a pipe ( | ) to apply a filter. Filters can be "ch ... ample, to join a list with commas and spaces you'd use {{ list|join:", " }} . Django provides about sixty ...
https://man.plustar.jp/django/ref/templates/language.html - [similar]
Organization of the Django Project — Django 4.0.6 ドキュメント 4553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... es a minor change (small enough not to require the use of the DEP process ). A Merger must not merge a ch ... a major change (significant enough to require the use of the DEP process ) reaches one of its implementa ... ut the Django Software Foundation has the power to use funding of Fellow positions as a way to make the r ... ut the Django Software Foundation has the power to use funding of Fellow positions as a way to make the r ...
https://man.plustar.jp/django/internals/organization.html - [similar]
Django 1.11.5 リリースノート — Django 4.0.6 ドキュメント 4553
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... quence and trigger naming scheme on Oracle. This causes errors on INSERTs for some tables if 'use_returni ... e to Oracle tables created with Django 1.11.[1-4]. Use the upgrade script in #28451 comment 8 to update s ... equence and trigger names to use the pre-1.11 naming scheme. Added POST request sup ...
https://man.plustar.jp/django/releases/1.11.5.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 4553
" + 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.8.3.html - [similar]