検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 77 for strings (0.044 sec.)
Coding style — Django 4.0.6 ドキュメント 7390
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n you run flake8 . Documentation, comments, and docstrings should be wrapped at 79 characters, even though PE ... ng variable interpolation may use %-formatting , f-strings , or str.format() as appropriate, with the goal of ... are left to the Merger's discretion. As a guide, f-strings should use only plain variable and property access ... * 365.25 f 'you are { user_days_old } days old' f-strings should not be used for any string that may require ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
テストツール — Django 4.0.6 ドキュメント 7307
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ked. errors is an error string, or a list of error strings, that are expected as a result of form validation. ... ked. errors is an error string, or a list of error strings, that are expected as a result of form validation. ... ned by the test client . template_name should be a string such as 'admin/index.html' . The count argument is ... ( html1 , html2 , msg = None ) ¶ Asserts that the strings html1 and html2 are equal. The comparison is based ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 7238
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... end_index or 0 ], truncate ) # Return the original string since no truncation was necessary return text def w ... n ret # Like compress_string, but for iterators of strings. def compress_sequence ( sequence ): buf = Streami ... n="with spaces" (and similarly # for single-quoted strings). smart_split_re = _lazy_re_compile ( r """ ((?: [ ... s escaping quotes with backslashes. In the output, strings will keep their initial and trailing quote marks a ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
LayerMapping data import utility — Django 4.0.6 ドキュメント 7238
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... taSource instances. mapping A dictionary: keys are strings corresponding to the model field, and values corre ... with a '.prj' file). An integer SRID, WKT or PROJ strings, and django.contrib.gis.gdal.SpatialReference obje ... coding Specifies the character set encoding of the strings in the OGR data source. For example, 'latin-1' , ' ...
https://man.plustar.jp/django/ref/contrib/gis/layermapping.html - [similar]
データベース — Django 4.0.6 ドキュメント 7238
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the order in which data is sorted as well as what strings compare as equal. You can specify the db_collation ... ve behavior when attempting to match some types of strings. These are triggered when using the iexact or cont ... ontains="aa") will match a name of "Aabb" . 2. For strings containing characters outside the ASCII range, all ... supply both HOST and PORT , or leave both as empty strings. Django will use a different connect descriptor de ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7238
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Error . These containers which used to store error strings now store ValidationError instances and public API ... the root directory of your project, any extracted strings will now be automatically distributed to the prope ... he msgmerge command, keeping previously translated strings in po files for fuzzy strings. The following setti ... nt (e.g. a list or an ErrorList ): It converts any strings it finds to instances of ValidationError before ad ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 7155
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sions ( obj = None ) ¶ Returns a set of permission strings that the user has directly. If obj is passed in, o ... t_group_permissions() to get the set of permission strings the user_obj has. has_perm ( user_obj , perm , obj ... obj , obj = None ) ¶ Returns the set of permission strings the user_obj has from their own user permissions. ... obj , obj = None ) ¶ Returns the set of permission strings the user_obj has from the permissions of the group ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 7072
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ing order) or an expression (or a tuple or list of strings and/or expressions) that specifies the ordering of ... ing order) or an expression (or a tuple or list of strings and/or expressions) that specifies the ordering of ... ing order) or an expression (or a tuple or list of strings and/or expressions) that specifies the ordering of ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7072
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sing tables . where and tables both take a list of strings. All where parameters are "AND"ed to any other sea ... _by parameter to extra() and pass in a sequence of strings. These strings should either be model fields (as i ... users When using the SQLite backend and non-ASCII strings, bear in mind the database note about string compa ... oes not do case-insensitive matching for non-ASCII strings. contains ¶ Case-sensitive containment test. 実装例 ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
django.utils.html — Django 4.0.6 ドキュメント 6920
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... [( "(" , ")" ), ( "[" , "]" )] # List of possible strings used for bullets in bulleted lists. DOTS = [ "&mid ... ): """Hex encode characters for use in JavaScript strings.""" return mark_safe ( str ( value ) . translate ( ... e(), except that it doesn't operate on pre-escaped strings. This function relies on the __html__ convention u ... arately unquoting key/value, so as to not mix querystring separators # included in query values. See #22267. ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT