検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 57 for pattern (0.018 sec.)
django.urls utility functions — Django 4.0.6 ドキュメント 13672
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... one , current_app = None ) ¶ viewname can be a URL pattern name or the callable view object. For example, giv ... can reverse a large variety of regular expression patterns for URLs, but not every possible one. The main re ... striction at the moment is that the pattern cannot contain alternative choices using the verti ... ( "|" ) character. You can quite happily use such patterns for matching against incoming URLs and sending th ...
https://man.plustar.jp/django/ref/urlresolvers.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 10588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rn '" %s "' % etag_str def is_same_domain ( host , pattern ): """ Return ``True`` if the host is either an ex ... act match or a match to the wildcard pattern. Any pattern beginning with a period matches a dom ... Anything else is an exact string match. """ if not pattern : return False pattern = pattern . lower () return ... ( pattern [ 0 ] == "." and ( host . endswith ( pattern ) or ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 10588
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 Django はその Python モジュールをロードして、 urlpatterns という名前の変数を探します。この変数の値は django ... でなければなりません。 Django runs through each URL pattern, in order, and stops at the first one that matches ... , matching against path_info . Once one of the URL patterns matches, Django imports and calls the given view, ... s: HttpRequest のインスタンス。 If the matched URL pattern contained no named groups, then the matches from t ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 10176
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ifier for the issue. Identifiers should follow the pattern applabel.X001 , where X is one of the letters CEWI ... occur after upgrading Django. 2_0.W001 : Your URL pattern <pattern> has a route that contains (?P< , begins ... ed on your URL configuration: urls.W001 : Your URL pattern <pattern> uses include() with a route ending with ... void problems including URLs. urls.W002 : Your URL pattern <pattern> has a route beginning with a / . Remove ...
https://man.plustar.jp/django/ref/checks.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 9868
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... = None ) ¶ Returns an element for inclusion in urlpatterns . For example: from django.urls import include , ... path urlpatterns = [ path ( 'index/' , views . index , name = 'mai ... (see URL パターンを翻訳する ) that contains a URL pattern. The string may contain angle brackets (like <user ... ンをビュー関数に渡す for an example. See Naming URL patterns for why the name argument is useful. re_path() ¶ ...
https://man.plustar.jp/django/ref/urls.html - [similar]
The staticfiles app — Django 4.0.6 ドキュメント 9662
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OT prompt the user for input of any kind. --ignore PATTERN , -i PATTERN ¶ Ignore files, directories, or paths ... matching this glob-style pattern. Use multiple times to ignore more. When specifyin ... gnore ¶ Don't ignore the common private glob-style patterns 'CVS' , '.*' and '*~' . For a full list of option ... ge.py collectstatic --help Customizing the ignored pattern list ¶ The default ignored pattern list, ['CVS', ' ...
https://man.plustar.jp/django/ref/contrib/staticfiles.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 9457
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in the different types of raster support. The same pattern applies to all spatial lookups. Case 検索方法 SQL ... e lookup geometry by the values given in the given pattern. This lookup requires a tuple parameter, (geom, pa ... ttern) ; the form of pattern will depend on the spatial backend: MariaDB, PostG ... aLite ¶ On these spatial backends the intersection pattern is a string comprising nine characters, which defi ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
Django 1.11.15 リリースノート — Django 4.0.6 ドキュメント 9354
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing are both enabled, and if the project has a URL pattern that accepts any path ending in a slash (many cont ... ent management systems have such a pattern), then a request to a maliciously crafted URL of t ... evious , up , next , site , オープンリダイレクト , pattern , ドキュメント , enabling クイック検索 Last update ...
https://man.plustar.jp/django/releases/1.11.15.html - [similar]
Django 2.0.8 リリースノート — Django 4.0.6 ドキュメント 9149
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing are both enabled, and if the project has a URL pattern that accepts any path ending in a slash (many cont ... ent management systems have such a pattern), then a request to a maliciously crafted URL of t ... 関連キーワード CommonMiddleware , template , site , pattern , トピック , previous , up , next , regression , F ...
https://man.plustar.jp/django/releases/2.0.8.html - [similar]
PostgreSQL specific model indexes — Django 4.0.6 ドキュメント 8943
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ( OpClass ( Lower ( 'username' ), name = 'varchar_pattern_ops' ), name = 'lower_username_idx' , ) creates an ... index on Lower('username') using varchar_pattern_ops . Another example: UniqueConstraint ( OpClass ... ( Upper ( 'description' ), name = 'text_pattern_ops' ), name = 'upper_description_unique' , ) crea ... ique constraint on Upper('description') using text_pattern_ops . Changed in Django 4.0: Support for functiona ...
https://man.plustar.jp/django/ref/contrib/postgres/indexes.html - [similar]
PREV 1 2 3 4 5 6 NEXT