検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 170 for string (0.078 sec.)
データベース — Django 4.0.6 ドキュメント 6136
" + 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_collatio ... the utf8_general_ci collation. This results in all string equality comparisons being done in a case-insensit ... unexpected results ¶ When performing a query on a string type, but with an integer value, MySQL will coerce ... ycolumn=1 will match the value 'abc1' . Therefore, string type fields included in Django will always cast th ...
https://man.plustar.jp/django/ref/databases.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 6057
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ndocs ¶ reStructuredText is now parsed in model docstrings. django.contrib.auth ¶ Authorization backends can ... ization) ¶ FORMAT_MODULE_PATH can now be a list of strings representing module paths. This allows importing ... lamation marks at the end of a domain or its query string as part of the URL (the URL in e.g. 'djangoproject ... be rendered with a detailed error page. The query_string argument of QueryDict is now optional, defaulting ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... trib.postgres.aggregates.ArrayAgg , JSONBAgg , and StringAgg aggregates will return None when there are no r ... d. The ability to return a str , rather than a SafeString , when rendering an ErrorDict and ErrorList will b ... tically call repr() on a queryset when compared to string values. django.core.cache.backends.memcached.Memca ... length argument for django.utils.crypto.get_random_string() will be required. The list message for ModelMult ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Lookup API reference — Django 4.0.6 ドキュメント 6012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... turns a tuple (sql, params) , where sql is the SQL string, and params is the list or tuple of query paramete ... supply data to override the generation of the SQL string. See Func.as_sql() for example usage. as_vendornam ... n parsing query expressions. It cannot contain the string "__" . output_field ¶ Defines the class this trans ... n parsing query expressions. It cannot contain the string "__" . process_lhs ( compiler , connection , lhs = ...
https://man.plustar.jp/django/ref/models/lookups.html - [similar]
設定 — Django 4.0.6 ドキュメント 6012
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... の辞書) A dictionary mapping "app_label.model_name" strings to functions that take a model object and return ... The RedisCache backend was added. KEY_FUNCTION ¶ A string containing a dotted path to a function (or any cal ... mation. KEY_PREFIX ¶ デフォルト値: '' (空文字列) A string that will be automatically included (prepended by ... DLEWARE_KEY_PREFIX ¶ デフォルト値: '' (空文字列) A string which will be prefixed to the cache keys generated ...
https://man.plustar.jp/django/ref/settings.html - [similar]
URL ディスパッチャ — Django 4.0.6 ドキュメント 5967
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eger parameter. If a converter isn't included, any string, excluding a / character, is matched. There's no n ... available by default: str - Matches any non-empty string, excluding the path separator, '/' . This is the d ... integer. Returns an int . slug - Matches any slug string consisting of ASCII letters or numbers, plus the h ... urns a UUID instance. path - Matches any non-empty string, including the path separator, '/' . This allows y ...
https://man.plustar.jp/django/topics/http/urls.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 5922
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uld cause it to leak), the attacker could insert a string into their session which, when unpickled, executes ... to JSON-serialized values. Also, as JSON requires string keys, you will likely run into problems if you are ... using non-string keys in request.session . See the セッションのシリ ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
Django 1.11.3 リリースノート — Django 4.0.6 ドキュメント 5876
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n LoginView 's template context. It's now an empty string (as it is for the original function-based login() ... #28303 ). Removed casting of the option value to a string in the template context of the CheckboxSelectMulti ... lt. Casting is now done in the template using the |stringformat:'s' filter. Prevented a primary key alterati ... when , template , crash , from , Prevented , key , string , invalid , only クイック検索 Last update: 2022年6 ...
https://man.plustar.jp/django/releases/1.11.3.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5831
" + 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 AP ... s now have a level_tag attribute that contains the string representation of the message level. django.contri ... tional. If it is omitted or given None or an empty string, a subdirectory won't be used for storing the uplo ... underscore plus a random 7 character alphanumeric string (e.g. "_x3a1gho" ), rather than iterating through ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
django.apps.config — Django 4.0.6 ドキュメント 5786
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rty from django.utils.module_loading import import_string , module_has_submodule APPS_MODULE_NAME = "apps" M ... ry = new_entry app_config_class = None # If import_string succeeds, entry is an app config class. if app_con ... ig_class is None : try : app_config_class = import_string ( entry ) except Exception : pass # If both import ... _module and import_string failed, it means that entry # doesn't have a valid ...
https://man.plustar.jp/django/_modules/django/apps/config.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT