検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 31 for min (0.055 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 7231
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ange it as soon as possible (nothing more than renaming is required). initial_data fixtures are no longer ... applications matured, this code showed some shortcomings. It has been refactored into an "app registry" w ... he name of applications can be customized in the admin with the verbose_name of application configuration ... s. The admin automatically calls autodiscover() when Django sta ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
モデルからフォームを作成する — Django 4.0.6 ドキュメント 7231
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... では表示されません。 BigIntegerField IntegerField で min_value が -9223372036854775808 から max_value に 92 ... from myapp.forms import ArticleForm # Create a form instance from POST data. >>> f = ArticleForm ( reque ... many-to-many form data. For example: # Create a form instance with POST data. >>> f = AuthorForm ( reques ... dditional method calls. For example: # Create a form instance with POST data. >>> a = Author () >>> f = A ...
https://man.plustar.jp/django/topics/forms/modelforms.html - [similar]
クエリー式 — Django 4.0.6 ドキュメント 7134
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n Window . allow_distinct ¶ A class attribute determining whether or not this aggregate function allows p ... eld is only required when Django is unable to determine what field type the result should be. Complex exp ... d=FloatField() defined. The distinct argument determines whether or not the aggregate function should be ... can create your own aggregate functions, too. At a minimum, you need to define function , but you can als ...
https://man.plustar.jp/django/ref/models/expressions.html - [similar]
QuerySet API リファレンス — Django 4.0.6 ドキュメント 7021
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he headline Test" ) Note: If you only want to determine if at least one result exists (and don't need the ... port pickle >>> query = pickle . loads ( s ) # Assuming 's' is the pickled string. >>> qs = MyModel . obj ... hat uses SELECT DISTINCT in its SQL query. This eliminates duplicate rows from the query results. By defa ... ult, a QuerySet will not eliminate duplicate rows. In practice, this is rarely a p ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 7021
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to resolve bugs, and there are a handful of such (minor) changes between Django 1.0 and Django 1.1. Befo ... n this middleware, the easiest upgrade path is: Examine the code as it existed before it was removed . Ve ... precated in Django 1.1: You should no longer use AdminSite.root() to register that admin views. That is, ... if your URLconf contains the line: ( r '^admin/(.*)' , admin . site . root ), You should change i ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 6923
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n's path in INSTALLED_APPS (e.g. 'django.contrib.admin' ) rather than the app config's path (e.g. 'django ... .contrib.admin.apps.AdminConfig' ). It was introduced for backwar ... on on caching in Django . New decorators for the admin site ¶ The new display() decorator allows for easi ... under the hood. マイナーな機能 ¶ django.contrib.admin ¶ ModelAdmin.search_fields now allows searching ag ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
システムチェックフレームワーク — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... m checks are organized using the following tags: admin : Checks of any admin site declarations. async_sup ... _view() instead of <view> . contrib app checks ¶ admin ¶ Admin checks are all performed as part of the ad ... . The following checks are performed on any ModelAdmin (or subclass) that is registered with the admin si ... te: admin.E001 : The value of raw_id_fields must be a list o ...
https://man.plustar.jp/django/ref/checks.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... うこともできます。 マイナーな機能 ¶ django.contrib.admin ¶ サブパス (subpath) で動作しているサイトで reques ... t.META['SCRIPT_NAME'] が設定されていた場合、各 admin ページの上部にあるデフォルトの "View site" リンクへ ... ことができるようになりました。 The new InlineModelAdmin.classes attribute allows specifying classes on inl ... nge message. Selected objects for fields in ModelAdmin.raw_id_fields now have a link to object's change f ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 'NAME' : 'django.contrib.auth.password_validation.MinimumLengthValidator' , }, { 'NAME' : 'django.contri ... ied 例外にメッセージを送ることができる。 contrib.admin への新しいスタイルの導入 ¶ admin は新たにモダンなフ ... ベースバックエンド マイナーな機能 ¶ django.contrib.admin ¶ admin ビューは新たに model_admin または admin_si ... te 属性を持ちます。 admin change ビューの URL が変更されました (デフォルトで ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6810
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... デートしています。 モバイルフレンドリーな contrib.admin ¶ admin サイトがレスポンシブになり、主要な全モバイ ... が使用できます。 マイナーな機能 ¶ django.contrib.admin ¶ The new ModelAdmin.autocomplete_fields attribute ... and ModelAdmin.get_autocomplete_fields() method allow using a Sel ... gres ¶ The new distinct argument for ArrayAgg determines if concatenated values will be distinct. The new ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
PREV 1 2 3 4 NEXT