検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 145 for Case (0.058 sec.)
Database migration operations — Django 4.0.6 ドキュメント 6455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango migrations with a user that has them. In that case, connect to your Django database and run the query ... create a non-deterministic collation, such as for case-insensitive filtering. class RemoveCollation ( nam ...
https://man.plustar.jp/django/ref/contrib/postgres/operations.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 6455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ws: All keyword parameter names are turned to lowercase, and underscores are converted to hyphens. If the ... used to decorate methods or classes; in the latter case, name is the name of the method to be decorated an ... cached result will be returned. Consider a typical case, where a view might need to call a model's method ... thread's locale setting will not be correct). For cases like this, use the django.utils.functional.keep_l ...
https://man.plustar.jp/django/ref/utils.html - [similar]
パフォーマンスと最適化 — Django 4.0.6 ドキュメント 6455
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ve is merely illustrative. Firstly, in a real-life case you need to consider what is happening before and ... . The database optimization documents describes a case where counting in the template would be better . S ... here are other options to consider: in a real-life case, {{ my_bicycles.count }} , which invokes the Query ... he maintainers can't anticipate every possible use-case - so while being aware that newer versions are lik ...
https://man.plustar.jp/django/topics/performance.html - [similar]
GeoDjango Database API — Django 4.0.6 ドキュメント 6325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... objects . filter ( poly__contains = rst ) In this case, poly is the geographic field, contains is the spa ... first band is used by default (index 0 ). In that case the syntax is identical to the syntax for geometry ... rlying operators natively accept raster input. For cases where the operator expects geometry input, the ra ... numeric parameter, units of field (meters in this case) are assumed. >>> qs = SouthTexasCity . objects . ...
https://man.plustar.jp/django/ref/contrib/gis/db-api.html - [similar]
PostgreSQL specific database constraints — Django 4.0.6 ドキュメント 6325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... . Accepted values are GIST or SPGIST . Matching is case insensitive. If not provided, the default index ty ... ), ], condition = Q ( cancelled = False ), ), ] In case your model defines a range using two fields, inste ...
https://man.plustar.jp/django/ref/contrib/postgres/constraints.html - [similar]
Unicode data — Django 4.0.6 ドキュメント 6325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ork. Ergo, it cannot rely on that setting. In most cases when Django is dealing with strings, it will conv ... ect is used in a string. This feature is useful in cases where the translation locale is unknown until the ... strict') is identical to smart_str() in almost all cases. The difference is when the first argument is a l ... trieves data from the database. This is always the case, even if the data could fit into an ASCII bytestri ...
https://man.plustar.jp/django/ref/unicode.html - [similar]
Django 1.2.5 release notes — Django 4.0.6 ドキュメント 6325
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ged to outweigh the compatibility concerns in this case. Additionally, Django will now accept the CSRF tok ... pport transactions, or when using a TransactionTestCase, data that has been inserted using custom SQL will ... ixtures , or using the setUp() method of your test case. ModelAdmin.lookup_allowed signature changed ¶ Dja ...
https://man.plustar.jp/django/releases/1.2.5.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 6195
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nd register them to the custom AdminSite . In that case, in order to disable auto-discovery, you should pu ... admin . display ( description = 'Name' ) def upper_case_name ( obj ): return ( " %s %s " % ( obj . first_n ... min ( admin . ModelAdmin ): list_display = ( upper_case_name ,) 1 つの引数 (モデルのインスタンス) を受け入 ... in ( admin . ModelAdmin ): list_display = ( 'upper_case_name' ,) @admin . display ( description = 'Name' ) ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
File storage API — Django 4.0.6 ドキュメント 6195
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... path as returned by FileField.upload_to . In that case, the path won't be passed to get_valid_name() but ... object, it might actually be some subclass. In the case of remote file storage this means that reading/wri ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
モデルフィールドリファレンス — Django 4.0.6 ドキュメント 6195
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... or "no data": NULL , and the empty string. In most cases, it's redundant to have two possible values for " ... l can be a lazy translatable string. Thus, in most cases, the member value will be a (value, label) two-tu ... (replacing underscores with spaces and using title-case): >>> class Vehicle ( models . TextChoices ): ... ... >>> Vehicle . JET_SKI . label 'Jet Ski' Since the case where the enum values need to be integers is extre ...
https://man.plustar.jp/django/ref/models/fields.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 NEXT