検索

phrase: max: clip:
target: order:
Results of 181 - 190 of about 481 for To (0.232 sec.)
Database instrumentation — Django 4.0.6 ドキュメント 4303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... previous | up | next » Database instrumentation ¶ To help you understand and control the queries issued ... log queries, or even prevent query execution (e.g. to make sure that no queries are issued while renderi ... as one of their arguments. They call that callable to invoke the (possibly wrapped) database query, and ... lled by user code, and so don't need a separate factory like middleware do. Installing a wrapper is done ...
https://man.plustar.jp/django/topics/db/instrumentation.html - [similar]
モデル — Django 4.0.6 ドキュメント 4303
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... たい場合は独自のフィールドを簡単に記述できます; How to create custom model fields を参照してください。 フ ... SHIRT_SIZES ) >>> p = Person ( name = "Fred Flintstone" , shirt_size = "L" ) >>> p . save () >>> p . sh ... ィールド ¶ By default, Django gives each model an auto-incrementing primary key with the type specified p ... er app in AppConfig.default_auto_field or globally in the DEFAULT_AUTO_FIELD settin ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
JavaScript — Django 4.0.6 ドキュメント 4287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... les « previous | up | next » JavaScript ¶ While most of Django core is Python, the admin and gis contrib ... r inclusion in Django. Code style ¶ Please conform to the indentation style dictated in the .editorconfi ... g file. We recommend using a text editor with EditorConfig support to avoid indentation an ... d whitespace issues. Most of the JavaScript files use 4 spaces for indentatio ...
https://man.plustar.jp/django/internals/contributing/writing-code/javascript.htm... - [similar]
フォーム API — Django 4.0.6 ドキュメント 4287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 説明します。このドキュメントを読む前に introduction to working with forms 1 を読むことをおすすめします。 ... you are using it for something like AJAX requests to a form view where the client interprets the respon ... se and inserts errors into the page, you'll want to be sure to escape the res ... ults on the client-side to avoid the possibility of a cross-site scripting at ...
https://man.plustar.jp/django/ref/forms/api.html - [similar]
django.urls functions for use in URLconfs — Django 4.0.6 ドキュメント 4287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... may contain angle brackets (like <username> above) to capture part of the URL and send it as a keyword a ... rgument to the view. The angle brackets may include a convert ... er specification (like the int part of <int:section> ) which limits the characters matc ... nd may also change the type of the variable passed to the view. For example, <int:section> matches a str ...
https://man.plustar.jp/django/ref/urls.html - [similar]
Django 1.2.4 release notes — Django 4.0.6 ドキュメント 4287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... o 1.2.4 is a recommended upgrade for any development or deployment currently using or targeting Django 1 ... d options on the ModelAdmin class allow developers to specify particular fields or relationships which w ... ill generate automatic links for filtering. One historically-undocum ... ient knowledge of a model's structure and the format of these lookup arguments to invent useful new filt ...
https://man.plustar.jp/django/releases/1.2.4.html - [similar]
Django 1.9.5 リリースノート — Django 4.0.6 ドキュメント 4287
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... de MultiPartParser ignore filenames that normalize to an empty string to fix crash in MemoryFileUploadHa ... e instead of False if there's an error when trying to add the value to the cache. Fixed data loss on SQL ... . The change requires users who set their password to something with such whitespace after a site update ... d to Django 1.9 to reset their password. It provides ba ...
https://man.plustar.jp/django/releases/1.9.5.html - [similar]
Tablespaces — Django 4.0.6 ドキュメント 4271
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ance in database systems is the use of tablespaces to organize disk layout. 警告 Django does not create ... the tablespaces for you. Please refer to your database engine's documentation for details o ... l's class Meta . This option also affects tables automatically created for ManyToManyField s in the mode ... l. You can use the DEFAULT_TABLESPACE setting to specify a default value for db_tablespace . This i ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 4254
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nts | Index | Modules « previous | up | next » How to integrate Django with a legacy database ¶ Django は ... thon package that holds your app. Then add the app to your INSTALLED_APPS setting. By default, inspectdb ... = False in the model's Meta class tells Django not to manage each table's creation, modification, and de ... = False db_table = 'CENSUS_PERSONS' If you do want to allow Django to manage the table's lifecycle, you' ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 4254
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... g PostGIS ¶ PostGIS adds geographic object support to PostgreSQL, turning it into a spatial database. GE ... OS , PROJ and GDAL should be installed prior to building PostGIS. You might also need additional l ... go with PostGIS. On Debian/Ubuntu, you are advised to install the following packages: postgresql-x.x , p ... opg2 (x.x matching the PostgreSQL version you want to install). Alternately, you can build from source . ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]