検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 96 for specify (0.046 sec.)
Django 1.1.3 リリースノート — Django 4.0.6 ドキュメント 8365
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ptions on the ModelAdmin class allow developers to specify particular fields or relationships which will gene ... validate that querystring lookup arguments either specify only fields on the model being viewed, or cross re ...
https://man.plustar.jp/django/releases/1.1.3.html - [similar]
データベース — Django 4.0.6 ドキュメント 8168
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e and a password from the password file , you must specify them in the OPTIONS part of your database configur ... 4.0: Support for connecting by a service name, and specifying a password file was added. 警告 Using a service ... uses. Indexes for varchar and text columns ¶ When specifying db_index=True on your model fields, Django typi ... live for the duration of the transaction. Manually-specifying values of auto-incrementing primary keys ¶ Djan ...
https://man.plustar.jp/django/ref/databases.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 7971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... They are only run by the migrate command or if you specify configured database aliases using the --database o ... ign keys to <model> , which is ambiguous. You must specify which two foreign keys Django should use via the t ... gn key from <model> , which is ambiguous. You must specify which foreign key Django should use via the throug ... eign key to <model> , which is ambiguous. You must specify which foreign key Django should use via the throug ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 7971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ptions on the ModelAdmin class allow developers to specify particular fields or relationships which will gene ... validate that querystring lookup arguments either specify only fields on the model being viewed, or cross re ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
複数のデータベース — Django 4.0.6 ドキュメント 7971
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of your project, you need to be careful to always specify the database that you want to use. Django requires ... . This setting defines a list of class names, each specifying a router that should be used by the master rout ... etup with two read replicas. Here are the settings specifying these databases: DATABASES = { 'default' : {}, ... save() ¶ Use the using keyword to Model.save() to specify to which database the data should be saved. For ex ...
https://man.plustar.jp/django/topics/db/multi-db.html - [similar]
Django 1.7 release notes — Django 4.0.6 ドキュメント 7787
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... aversing reverse relations ¶ It is now possible to specify a custom manager when traversing a reverse relatio ... ct allows customizing prefetch operations. You can specify the QuerySet used to traverse a given relation or ... ter() decorator to register a ModelAdmin . You may specify ModelAdmin.list_display_links = None to disable li ... nks on the change list page grid. You may now specify ModelAdmin.view_on_site to control whether or not ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7787
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n has been upgraded to version 1.11.2. You can now specify AdminSite.site_url in order to display a link to t ... he front-end site. You can now specify ModelAdmin.show_full_result_count to control wheth ... Generic views that use MultipleObjectMixin may now specify the ordering applied to the queryset by setting or ... iscovered. The new dumpdata --output option allows specifying a file to which the serialized data is written. ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
設定 — Django 4.0.6 ドキュメント 7590
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e required. See the ENGINE setting below on how to specify other database types. This example is for PostgreS ... ite, it's the full path to the database file. When specifying the path, always use forward slashes, even on W ... be used for any file-related operations that don't specify a particular storage system. See ファイルの管理 . ... tablespace to use for indexes on fields that don't specify one, if the backend supports it (see Tablespaces ) ...
https://man.plustar.jp/django/ref/settings.html - [similar]
The form rendering API — Django 4.0.6 ドキュメント 7406
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s can be customized at several levels: Widgets can specify custom template names. Forms and widgets can speci ...
https://man.plustar.jp/django/ref/forms/renderers.html - [similar]
Django's cache framework — Django 4.0.6 ドキュメント 7406
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is servers set up in the replication mode, you can specify the servers either as a semicolon or comma delimit ... urn db == 'cache_primary' return None If you don't specify routing directions for the database cache model, t ... fault, the default cache will be used, but you can specify any cache you want: @cache_page ( 60 * 15 , cache ... s in the response which affect downstream caches . Specifying per-view cache in the URLconf ¶ The examples in ...
https://man.plustar.jp/django/topics/cache.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT