検索

phrase: max: clip:
target: order:
Results of 51 - 57 of about 57 for pattern (0.018 sec.)
クラスベースのビューでミックスインを使用する — Django 4.0.6 ドキュメント 6358
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... るビュー ¶ Lists of objects follow roughly the same pattern: we need a (possibly paginated) list of objects, t ... path from books.views import RecordInterestView urlpatterns = [ #... path ( 'author/<int:pk>/interest/' , Rec ...
https://man.plustar.jp/django/topics/class-based-views/mixins.html - [similar]
索引 — Django 4.0.6 ドキュメント 6255
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... jango.template.context_processors モジュール) i18n_patterns() (django.conf.urls.i18n モジュール) icontains fi ... Storage のメソッド) path_info (HttpRequest の属性) pattern_name (django.views.generic.base.RedirectView の属性 ... kup type relate() (GEOSGeometry のメソッド) relate_pattern() (GEOSGeometry のメソッド) related_model (Field の ...
https://man.plustar.jp/django/genindex.html - [similar]
Form fields — Django 4.0.6 ドキュメント 6255
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... be listed as choices. match ¶ A regular expression pattern; only files with names matching this expression wi ...
https://man.plustar.jp/django/ref/forms/fields.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6255
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ssion lookaround assertions are now allowed in URL patterns. The application namespace can now be set using a ... can also be set by passing a 2-tuple of (<list of patterns>, <application namespace>) as the first argument ... e() . System checks have been added for common URL pattern mistakes. バリデータ ¶ Added django.core.validator ... mespace argument to include() . For example: polls_patterns = [ url ( ... ), ] urlpatterns = [ url ( r '^poll ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... %} ... {% endblock %} 注釈 Notice that the custom patterns are included before the regular admin URLs: the a ... dmin URL patterns are very permissive and will match nearly anythin ... ntrib import admin from django.urls import path urlpatterns = [ path ( 'admin/' , admin . site . urls ), ] Cu ... import path from myapp.admin import admin_site urlpatterns = [ path ( 'myadmin/' , admin_site . urls ), ] No ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 6153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... obj = Person ( ** new_values ) obj . save () This pattern gets quite unwieldy as the number of fields in a m ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 6153
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... from django.views.i18n import JavaScriptCatalog urlpatterns = [ path ( 'jsi18n/' , JavaScriptCatalog . as_vie ... ript-catalog' ), ] 独自のパッケージを使った例 : urlpatterns = [ path ( 'jsi18n/myapp/' , JavaScriptCatalog . ... 'javascript-catalog' ), ] ルートの URLconf が i18n_patterns() 、 JavaScriptCatalog を使っている場合、カタログ ... が正しく生成されるように i18n_patterns() によるラップも必要となります。 i18n_patterns() ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
PREV 1 2 3 4 5 6 NEXT