検索

phrase: max: clip:
target: order:
Results of 161 - 170 of about 188 for fields (0.111 sec.)
Tablespaces — Django 4.0.6 ドキュメント 4796
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... affects tables automatically created for ManyToManyField s in the model. You can use the DEFAULT_TABLESPACE ... tablespace = "tables" indexes = [ models . Index ( fields = [ 'shortcut' ], db_tablespace = 'other_indexes' ...
https://man.plustar.jp/django/topics/db/tablespaces.html - [similar]
GIS QuerySet API リファレンス — Django 4.0.6 ドキュメント 4752
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ples in the reference below are given for geometry fields and inputs, but the lookups can be used the same w ... iaLite, PGRaster (Bilateral) Tests if the geometry field spatially contains the lookup geometry. 実装例: Zip ... aLite, PGRaster (Conversion) Tests if the geometry field spatially crosses the lookup geometry. 実装例: Zipc ... iaLite, PGRaster (Bilateral) Tests if the geometry field spatially intersects the lookup geometry. 実装例: Z ...
https://man.plustar.jp/django/ref/contrib/gis/geoquerysets.html - [similar]
The redirects app — Django 4.0.6 ドキュメント 4752
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lookup table with site_id , old_path and new_path fields. The RedirectFallbackMiddleware does all of the wo ...
https://man.plustar.jp/django/ref/contrib/redirects.html - [similar]
Django 2.2.4 リリースノート — Django 4.0.6 ドキュメント 4752
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Key and index lookups for django.contrib.postgres.fields.JSONField and key lookups for HStoreField were sub ...
https://man.plustar.jp/django/releases/2.2.4.html - [similar]
クエリを作成する — Django 4.0.6 ドキュメント 4752
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... span a relationship, use the field name of related fields across models, separated by double underscores, un ... _name = F ( 'blog__name' )) For date and date/time fields, you can add or subtract a timedelta object. The f ... name Storing and querying for None ¶ As with other fields, storing None as the field's value will store it a ... is possible to easily create new instance with all fields' values copied. In the simplest case, you can set ...
https://man.plustar.jp/django/topics/db/queries.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 4719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... scenarios, including rolled-back transactions and fields on different models referencing the same file. In ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 4719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... tabase driver. Fixed MySQL 5.6+ crash with GeometryField s in migrations ( #23719 ). Fixed a migration crash ... 738 ). Fixed a migration crash when adding GeometryField s with blank=True on PostGIS ( #23731 ). Allowed us ... ) ( #23770 ). Fixed a regression where custom form fields having a queryset attribute but no limit_choices_t ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 4719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... -- you can piggyback on an existing registration. Fields, models, model managers, and database backends all ...
https://man.plustar.jp/django/topics/checks.html - [similar]
データベースのトランザクション — Django 4.0.6 ドキュメント 4719
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... olling back a transaction. The values of a model's fields won't be reverted when a transaction rollback happ ... ns which might, such as saving objects with unique fields, saving using the force_insert/force_update flag, ...
https://man.plustar.jp/django/topics/db/transactions.html - [similar]
Django の例外 — Django 4.0.6 ドキュメント 4686
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n SuspiciousMultipartForm SuspiciousSession TooManyFieldsSent If a SuspiciousOperation exception reaches the ... s used as a key in dictionaries that otherwise map fields to their respective list of errors. BadRequest ¶ e ...
https://man.plustar.jp/django/ref/exceptions.html - [similar]