検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 169 for order (0.092 sec.)
Django 2.2.13 release notes — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in a key collision, and potential data leakage. In order to avoid this vulnerability, key validation is add ...
https://man.plustar.jp/django/releases/2.2.13.html - [similar]
Django 2.2.9 リリースノート — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a password reset token for the matched account. In order to avoid this vulnerability, password reset reques ...
https://man.plustar.jp/django/releases/2.2.9.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 5423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... django.contrib.admin ¶ Added support for the admin_order_field attribute on properties in ModelAdmin.list_d ... フォーム ¶ Formsets may control the widget used when ordering forms via can_order by setting the ordering_wid ... get attribute or overriding get_ordering_widget() . 国際化 (internationalization) ¶ Adde ... existing row will result in an IntegrityError . In order to update an existing model for a specific primary ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
How to deploy Django — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango, being a web framework, needs a web server in order to operate. And since most web servers don't nativ ...
https://man.plustar.jp/django/howto/deployment/index.html - [similar]
Coding style — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the guidelines. If you need to have imports out of order (to avoid a circular import, for example) use a co ... _name = models . CharField ( max_length = 40 ) The order of model inner classes and standard methods should ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
はじめての Django アプリ作成、その 3 — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... est ): latest_question_list = Question . objects . order_by ( '-pub_date' )[: 5 ] output = ', ' . join ([ q ... est ): latest_question_list = Question . objects . order_by ( '-pub_date' )[: 5 ] template = loader . get_t ... est ): latest_question_list = Question . objects . order_by ( '-pub_date' )[: 5 ] context = { 'latest_quest ...
https://man.plustar.jp/django/intro/tutorial03.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... er them to the custom AdminSite . In that case, in order to disable auto-discovery, you should put 'django. ... the display() decorator on the method, passing the ordering argument: from django.contrib import admin from ... . CharField ( max_length = 6 ) @admin . display ( ordering = 'first_name' ) def colored_first_name ( self ... えるよう Django に伝えます。 To indicate descending order with the ordering argument you can use a hyphen pr ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Point ( 1 , 1 )), poly )) Prepared Geometries ¶ In order to obtain a prepared geometry, access the GEOSGeom ... ects. An operation with a prepared geometry can be orders of magnitude faster -- the more complex the geome ... ave properties that may be used to change the byte order, and or include the SRID value (in other words, EW ... ) '0101000000000000000000F03F000000000000F03F' byteorder ¶ This property may be set to change the byte-orde ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
Installing PostGIS — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... postgis; The database user must be a superuser in order to run CREATE EXTENSION postgis; . The command is ...
https://man.plustar.jp/django/ref/contrib/gis/install/postgis.html - [similar]
マイグレーション操作 — Django 4.0.6 ドキュメント 5355
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... index_together option on the Meta subclass). AlterOrderWithRespectTo ¶ class AlterOrderWithRespectTo ( nam ... e , order_with_respect_to ) ¶ Makes or deletes the _order co ... lumn needed for the order_with_respect_to option on the Meta subclass. Alter ... lTable AlterUniqueTogether AlterIndexTogether AlterOrderWithRespectTo AlterModelOptions AlterModelManagers ...
https://man.plustar.jp/django/ref/migration-operations.html - [similar]