検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 98 for contain (0.037 sec.)
複数のデータベース — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the router. When model_name is set, hints normally contains the model class under the key 'model' . Note that ... s example won't work if any of the models in myapp contain relationships to models outside of the other datab ... ling of the _db attribute on the manager (a string containing the name of the database to use). For example, ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
ファイルのアップロード — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... い。 ファイルのアップロードの基本 ¶ Consider a form containing a FileField : forms.py ¶ from django import for ... ることができます。 Note that request.FILES will only contain data if the request method was POST , at least one ...
https://man.plustar.jp/django/topics/http/file-uploads.html - [similar]
Django オブジェクトのシリアル化 — Django 4.0.6 ドキュメント 5540
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ()) the fields on the serialized output will only contain the serves_hot_dogs attribute. The name attribute ... ed is represented by a <django-objects> -tag which contains multiple <object> -elements. Each such object has ... 6 and 47. 制御文字 If the content to be serialized contains control characters that are not accepted in the X ... "model" and "fields". "fields" is again an object containing each field's name and value as property and pro ...
https://man.plustar.jp/django/topics/serialization.html - [similar]
How to create custom template tags and filters — Django 4.0.6 ドキュメント 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... if you are absolutely sure that your code does not contain XSS vulnerabilities. For building small HTML snipp ... ion tag that will always be used in a context that contains home_link and home_title variables that point bac ...
https://man.plustar.jp/django/howto/custom-template-tags.html - [similar]
データベース — Django 4.0.6 ドキュメント 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he LIKE operator in their SQL, as is done with the contains and startswith lookup types. Migration operation ... eature uses the information_schema database, which contains detailed data on all database schemas. Django exp ... 7 onward, the default value of the sql_mode option contains STRICT_TRANS_TABLES . That option escalates warni ... columns ¶ If you are using a legacy database that contains TIMESTAMP columns, you must set USE_TZ = False to ...
https://man.plustar.jp/django/ref/databases.html - [similar]
The Django template language: for Python programmers — Django 4.0.6 ドキュメン... 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... oader during initialization. It defaults to a list containing: 'django.template.loaders.filesystem.Loader' 'd ... s within these template tags. If string_if_invalid contains a '%s' , the format marker will be replaced with ... ng is complete. Built-in variables ¶ Every context contains True , False and None . As you would expect, thes ... ine . This should be set to a list of strings that contain full paths to your template directories: TEMPLATES ...
https://man.plustar.jp/django/ref/templates/api.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... recation policy . django.utils.cache ¶ This module contains helper functions for controlling HTTP caching. It ... f header names that should be in Vary . If headers contains an asterisk, then Vary header will consist of a s ... n IRI (string or UTF-8 bytes) and returns a string containing the encoded result. uri_to_iri ( uri ) [ソース] ... . Takes a URI in ASCII bytes and returns a string containing the encoded result. filepath_to_uri ( path ) [ソ ...
https://man.plustar.jp/django/ref/utils.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... OpenLayers widget in the admin. The documentation contains a deployment checklist . The diffsettings command ... set or any usage which ends up doing __bool__ or __contains__ . Notably most database backends did fetch all ... ils. Object Relational Mapper changes ¶ Django 1.6 contains many changes to the ORM. These changes fall mostl ... nding field type. Form field's error_messages that contain a placeholder should now always use a named placeh ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... k just like Django's built-in lookups (e.g. lte , icontains ) while transforms are a new concept. The django. ... dea of how the new system could be extended. Error containers and backward compatibility ¶ Heavy changes to t ... he various error containers were necessary in order to support the features ... d the internal storages of ValidationError . These containers which used to store error strings now store Val ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 5305
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... base.html template has a new block usertools which contains the user-specific header. A new context variable ... ile object will have an additional image attribute containing the Pillow Image instance used to check if the ... prevents repeated fixture loading. If FIXTURE_DIRS contains duplicates or a default fixture directory path ( ... e now escaped properly when a pattern lookup (e.g. contains , startswith , etc.) is used with an F() expressi ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT