検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 57 for pattern (0.040 sec.)
Base views — Django 4.0.6 ドキュメント 8429
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... urls import path from myapp.views import MyView urlpatterns = [ path ( 'mine/' , MyView . as_view (), name = ... nal and/or keyword arguments captured from the URL pattern to the args and kwargs attributes, respectively. T ... mport path from myapp.views import HomePageView urlpatterns = [ path ( '' , HomePageView . as_view (), name = ... irectView ): permanent = False query_string = True pattern_name = 'article-detail' def get_redirect_url ( sel ...
https://man.plustar.jp/django/ref/class-based-views/base.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 8121
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... The value of the year argument captured in the URL pattern. The value of the year GET query argument. Raises ... he value of the month argument captured in the URL pattern. The value of the month GET query argument. Raises ... The value of the day argument captured in the URL pattern. The value of the day GET query argument. Raises a ... The value of the week argument captured in the URL pattern week GET クエリ引数の値。 有効な週の指定が見つから ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
The flatpages app — Django 4.0.6 ドキュメント 7592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... her: Add an entry in your URLconf. For example: urlpatterns = [ path ( 'pages/' , include ( 'django.contrib.f ... u can dedicate a particular path to flat pages: urlpatterns = [ path ( 'pages/' , include ( 'django.contrib.f ... urls' )), ] You can also set it up as a "catchall" pattern. In this case, it is important to place the patter ... n at the end of the other urlpatterns: from django.contrib.flatpages import views # You ...
https://man.plustar.jp/django/ref/contrib/flatpages.html - [similar]
Constraints reference — Django 4.0.6 ドキュメント 7386
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... , fields = [ 'username' ], opclasses = [ 'varchar_pattern_ops' ]) creates a unique index on username using v ... archar_pattern_ops . opclasses are ignored for databases besides ...
https://man.plustar.jp/django/ref/models/constraints.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 7283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... an be located in any module whose name matches the pattern test*.py . In addition, the test labels provided t ... uote to arguments before interpolating them in URL patterns. This bug is fixed in Django 1.6. If you worked a ... uidb36 with uidb64 and the dash that follows that pattern with a slash. Also add _\- to the list of characte ... rs that may match the uidb64 pattern. 例: url ( r '^reset/(?P<uidb36>[0-9A-Za-z]+)-(?P< ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7283
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... below the current directory whose name matches the pattern test*.py . Creating the test databases. Running mi ... d tear down the test suite. class DiscoverRunner ( pattern = 'test*.py' , top_level = None , verbosity = 1 , ... 0 , tags = None , exclude_tags = None , test_name_patterns = None , pdb = False , buffer = False , enable_fa ... rRunner will search for tests in any file matching pattern . top_level can be used to specify the directory c ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
Django 1.8.14 リリースノート — Django 4.0.6 ドキュメント 7181
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... extContent . Bugfixes ¶ Fixed missing varchar/text_pattern_ops index on CharField and TextField respectively ...
https://man.plustar.jp/django/releases/1.8.14.html - [similar]
django-admin と manage.py — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... - admin compilemessages - x pt_BR - x fr --ignore PATTERN , -i PATTERN ¶ Ignores directories matching the gi ... ven glob -style pattern. Use multiple times to ignore more. 使い方の例: dj ... n makemessages -- locale = de -- symlinks --ignore PATTERN , -i PATTERN ¶ 与えられた glob スタイルのパターンに ... times and combined with test --tag . -k TEST_NAME_PATTERNS ¶ Runs test methods and classes matching test nam ...
https://man.plustar.jp/django/ref/django-admin.html - [similar]
Porting your apps from Django 0.96 to 1.0 — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ls.py : from django.conf.urls.defaults import * urlpatterns = patterns ( '' , ( r '^admin/' , include ( 'djan ... go.contrib import admin admin . autodiscover () urlpatterns = patterns ( '' , ( r '^admin/(.*)' , admin . sit ... to the end. Now, Django checks to see whether the pattern without the trailing slash would be matched by som ... ething in your URL patterns. If so, no redirection takes place, because it is ...
https://man.plustar.jp/django/releases/1.0-porting-guide.html - [similar]
Django 1.9.8 リリースノート — Django 4.0.6 ドキュメント 7078
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... extContent . Bugfixes ¶ Fixed missing varchar/text_pattern_ops index on CharField and TextField respectively ...
https://man.plustar.jp/django/releases/1.9.8.html - [similar]
PREV 1 2 3 4 5 6 NEXT