検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 57 for pattern (0.012 sec.)
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rom django.urls import path from . import views urlpatterns = [ # ex: /polls/ path ( '' , views . index , nam ... mysite.urls をロードします。そのモジュール内の urlpatterns という変数を探し、順番にパターンを検査していきます ... the name that will be used to identify the matched pattern, and the int part is a converter that determines w ... hat patterns should match this part of the URL path. The colon ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
Built-in Views — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... our URLconf goes here ... if settings . DEBUG : urlpatterns += [ re_path ( r '^media/(?P<path>.*)$' , serve , ... it can become a bit cumbersome to define this URL pattern, Django ships with a small URL helper function sta ...
https://man.plustar.jp/django/ref/views.html - [similar]
Django 1.6.3 release notes — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango's URL handling is based on a mapping of regex patterns (representing the URLs) to callable views, and Dj ... consists of matching a requested URL against those patterns to determine the appropriate view to invoke. Djan ... ut of reverse() is always based on the current URL patterns, meaning developers do not need to change other c ... iew-containing modules listed in the project's URL pattern configuration , so as to ensure that only modules ...
https://man.plustar.jp/django/releases/1.6.3.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... en dealing with PostgreSQL specific {text|varchar}_pattern_ops indexes ( #23954 ). Fixed bug in makemigration ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... om Lookups can now be registered using a decorator pattern. The new Transform.bilateral attribute allows crea ... haracters (, %, _) are now escaped properly when a pattern lookup (e.g. contains , startswith , etc.) is used ... Choice'> To access the source model, you can use a pattern like this to write code that will work with both D ... {% load ... from future %} tags. django.conf.urls.patterns() ¶ In the olden days of Django, it was encourage ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 6667
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... できます。 $ ./manage.py test animals/ -p (または --pattern ) オプションを使って、カスタムのファイル名のパター ... いても実行することができます。 $ ./manage.py test --pattern="tests_*.py" テストの実行中に Ctrl-C を押すと、テス ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6564
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et. Write commit messages for backports using this pattern: [<Django version>] Fixed <ticket> -- <description ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lass level in a # subclass, hence the test-and-set pattern. # Last component of the Python path to the applic ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... iew ¶ 属性 (と省略可能な継承元): http_method_names pattern_name permanent query_string url [ get_redirect_url ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
The "sites" framework — Django 4.0.6 ドキュメント 6461
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eManager . Site middleware ¶ If you often use this pattern: from django.contrib.sites.models import Site def ...
https://man.plustar.jp/django/ref/contrib/sites.html - [similar]
PREV 1 2 3 4 5 6 NEXT