検索

phrase: max: clip:
target: order:
Results of 501 - 510 of about 572 for up (1.222 sec.)
バリデータ — Django 4.0.6 ドキュメント 2979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » バリデータ ¶ バリデータを記述する ¶ バリデ ... 3986#section-3.2.2 ) and Unicode domains are both supported. In addition to the optional arguments of it ... dator , list , allowlist , limit クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/ref/validators.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 2979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django 1.3 release notes ¶ March 23, 2011 ... compatible changes you'll want to be aware of when upgrading from Django 1.2 or older versions. オーバー ... ramework for writing class-based views . Built-in support for using Python's logging facilities . Contri ... b support for easy handling of static files . Django's t ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 2979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » フォームセット (Formset) ¶ class BaseForm ... the number of forms that can be instantiated when supplying POST data. This protects against memory exha ... m was exceeded because the amount of initial data supplied was excessive. 注釈 Regardless of validate_ma ... ther hand, if you are using a plain FormSet , it's up to you to handle formset.deleted_forms , perhaps i ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
ビューを記述する — Django 4.0.6 ドキュメント 2979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » ビューを記述する ¶ A view function, or vi ... e ( html ) You can read more about Django's async support, and how to best use async views, in 非同期サポ ... プレート , views , 例外 , handler クイック検索 Last update: 2022年6月01日 « previous | up | next » ...
https://man.plustar.jp/django/topics/http/views.html - [similar]
テンプレート — Django 4.0.6 ドキュメント 2979
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » テンプレート ¶ Django はウェブフレームワー ... plate is a text document or a Python string marked-up using the Django template language. Some construct ... name is John. My last name is Doe. Dictionary lookup, attribute lookup and list-index lookups are imple ... ding the template. This is formatted as a list of tuples containing (origin, status) , where origin is a ...
https://man.plustar.jp/django/topics/templates.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » How to create database migrations ¶ このド ... all (): row . uuid = uuid . uuid4 () row . save ( update_fields = [ 'uuid' ]) class Migration ( migrati ... 非アトミックのマイグレーション ¶ On databases that support DDL transactions (SQLite and PostgreSQL), migr ... te doesn't have an effect on databases that don't support DDL transactions (e.g. MySQL, Oracle). (MySQL' ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Django ドキュメント — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django ドキュメント ¶ Django を使いこなす ... 型を自作するには | 複数データベースを扱うには | lookup フィルタを自作するには | クエリを書くには | 条件分 ... グレードの手順 | 撤廃機能のスケジュール « previous | up | next » ...
https://man.plustar.jp/django/index.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » Django Deprecation Timeline ¶ This docume ... ECATED_PYTZ transitional setting will be removed. Support for pytz timezones will be removed. The is_dst ... release notes for more details on these changes. Support for assigning objects which don't support crea ... copy.deepcopy() to class attributes in TestCase.setUpTestData() will be removed. BaseCommand.requires_sy ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
クラスベース汎用ビュー - フラットインデックス — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » クラスベース汎用ビュー - フラットインデッ ... w() dispatch() head() http_method_not_allowed() setup() TemplateView ¶ class TemplateView ¶ 属性 (と省略 ... http_method_not_allowed() render_to_response() setup() RedirectView ¶ class RedirectView ¶ 属性 (と省略 ... ttp_method_not_allowed() options() post() put() setup() 詳細のビュー ¶ Detail Views ¶ class DetailView ¶ ...
https://man.plustar.jp/django/ref/class-based-views/flattened-index.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 2903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... | Table of contents | Index | Modules « previous | up | next » GeoDjango Database API ¶ Spatial Backends ... ons ¶ Before MySQL 5.6.1, spatial extensions only support bounding box operations (what MySQL calls mini ... MySQL did not conform to the OGC standard. Django supports spatial functions operating on real geometrie ... ot as rich as other backends like PostGIS. Raster Support ¶ RasterField is currently only implemented fo ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]