検索

phrase: max: clip:
target: order:
Results of 51 - 60 of about 235 for only (0.099 sec.)
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... em.Loader . It defaults to an empty list. app_dirs only affects the default value of loaders . See below. ... utoescaping is enabled. It defaults to True . 警告 Only set it to False if you're rendering non-HTML templ ... go.template.loaders.app_directories.Loader' if and only if app_dirs is True . If debug is False , these lo ... te ( "My name is {{ my_name }}." ) 背景 The system only parses your raw template code once -- when you cre ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 5757
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on 3.4, 3.5, 3.6, and 3.7. We highly recommend and only officially support the latest release of each seri ... ted. For the built-in backends, failed inserts can only happen on memcached. ファイルストレージ ¶ File.ope ... te() , supported on PostgreSQL and Oracle, to lock only rows from specific tables rather than all selected ... ports this feature. Of Django's built-in backends, only Oracle supports it. The new connection.execute_wra ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
django.utils.decorators — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... import partial , update_wrapper , wraps class classonlymethod ( classmethod ): def __get__ ( self , instan ... : raise AttributeError ( "This method is available only on the class, not on instances." ) return super () ... # attributes can't be set on bound method objects, only on functions. bound_method = wraps ( method )( par ... capable = True return func [ドキュメント] def sync_only_middleware ( func ): """ Mark a middleware factory ...
https://man.plustar.jp/django/_modules/django/utils/decorators.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nsider as gross violations. Remember that PEP 8 is only a guide, so respect the style of the surrounding c ... ger's discretion. As a guide, f-strings should use only plain variable and property access, with prior loc ... ge. Use assertRaisesRegex() and assertWarnsRegex() only if you need regular expression matching. Use asser ... For example (comments are for explanatory purposes only): django/contrib/admin/example.py ¶ # future from ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... htforward" or "simple" as it is implied to be. Commonly used terms ¶ Here are some style guidelines on com ... monly used terms throughout the documentation: Django -- ... the framework, capitalize Django. It is lowercase only in Python code and in the djangoproject.com logo. ... Text) documentation: In section titles, capitalize only initial words and proper nouns. Wrap the documenta ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
GeoDjango Model API — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... d ¶ Stores a GDALRaster . RasterField is currently only implemented for the PostGIS backend. Spatial Field ... cations, e.g., if you know that your database will only cover geometries in North Kansas , then you may co ... e geography calculations involve more mathematics, only a subset of the PostGIS spatial lookups are availa ... his means that in addition to the distance lookups only the following additional spatial lookups are avail ...
https://man.plustar.jp/django/ref/contrib/gis/model-api.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e included template The include tag now accepts an only option, allowing you to exclude the current contex ... end in a slash ¶ Previously, the MEDIA_URL setting only required a trailing slash if it contained a suffix ... relations in admin's list_filter . Support for HttpOnly cookies. mail_admins() and mail_managers() now sup ... lates ¶ Previously, a callable in a template would only be called automatically as part of the variable re ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 5675
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... agging checks is useful since it allows you to run only a certain group of checks. For example, to registe ... rors You can register "deployment checks" that are only relevant to a production settings file like this: ... ( app_configs , ** kwargs ): ... These checks will only be run if the check --deploy option is used. You c ... model class, the approach is almost the same: the only difference is that the check is a classmethod, not ...
https://man.plustar.jp/django/topics/checks.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 5604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s that the user has directly. If obj is passed in, only returns the user permissions for this specific obj ... erm found. If is_active is True (default), returns only active users, or if False , returns only inactive ... e backend in AUTHENTICATION_BACKENDS , if there is only one, or raise an exception. AnonymousUser オブジェ ... SCIIUsernameValidator ¶ A field validator allowing only ASCII letters and numbers, in addition to @ , . , ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 5604
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecify the layer name and use the -so option to get only the important summary information:   $ ogrinfo - ... rs of geospatial features; however, shapefiles are only allowed to have one layer: >>> print ( len ( ds )) ... ited States>]> Here, you retrieved a QuerySet with only one model: the border of the United States (exactl ... cts spatial lookup with the get method to retrieve only the WorldBorder instance for San Marino instead of ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 NEXT