検索

phrase: max: clip:
target: order:
Results of 71 - 80 of about 331 for using (0.100 sec.)
Django 1.11.21 リリースノート — Django 4.0.6 ドキュメント 5031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... minURLFieldWidget now validates the provided value using URLValidator before displaying the clickable link. ... warg to AdminURLFieldWidget.__init__() , e.g. when using formfield_overrides . 目次 Django 1.11.21 リリース ... 連キーワード AdminURLFieldWidget , able , provided , using , トピック , previous , up , next , validator , va ...
https://man.plustar.jp/django/releases/1.11.21.html - [similar]
Django 2.0.6 リリースノート — Django 4.0.6 ドキュメント 5031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... sary subquery to the GROUP BY clause on MySQL when using a RawSQL annotation ( #29416 ). Fixed WKBWriter.wr ... uld result in large memory usage when making edits using ModelAdmin.list_editable ( #28462 ). 目次 Django 2 ... when , custom , トピック , previous , up , next , using , Bugfixes クイック検索 Last update: 2022年6月01日 ...
https://man.plustar.jp/django/releases/2.0.6.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 5031
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e incorrect quoting of database user password when using dbshell on Oracle ( #30307 ). Added compatibility ... PPS ( #30312 ). Increased the default timeout when using Watchman to 5 seconds to prevent falling back to S ... s were not reliably detected by auto-reloader when using StatReloader ( #30323 ). Fixed a migration crash o ... ession , caused , crash , contains , check , not , using , custom クイック検索 Last update: 2022年6月01日 « ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 4986
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... for it to be used (instead of just 'polls' ). When using the PostgreSQL backend, the dbshell command can co ... nnect to the database using the password from your settings file (instead of r ... can now be used when creating new model instances using save() , create() , and bulk_create() . Request と ... changes made by previous middleware and return to using the ROOT_URLCONF . The DISALLOWED_USER_AGENTS chec ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
マネージャ — Django 4.0.6 ドキュメント 4986
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... et returns all objects in the system. For example, using this model: from django.db import models class Boo ... le also pointed out another interesting technique: using multiple managers on the same model. You can attac ... ork with. You can specify a custom default manager using Meta.default_manager_name . If you're writing some ... ts manager. Base managers ¶ Model. _base_manager ¶ Using managers for related object access ¶ By default, D ...
https://man.plustar.jp/django/topics/db/managers.html - [similar]
Django 2.1.9 リリースノート — Django 4.0.6 ドキュメント 4949
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... minURLFieldWidget now validates the provided value using URLValidator before displaying the clickable link. ... warg to AdminURLFieldWidget.__init__() , e.g. when using formfield_overrides . Patched bundled jQuery for C ... , pollution , provided , able , before , Patched , using , could , Object クイック検索 Last update: 2022年6 ...
https://man.plustar.jp/django/releases/2.1.9.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 4949
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This is commonly used when retrieving a web page (using an HTTP GET request) to avoid sending all the data ... d if the request's method is safe ( GET or HEAD ). Using this feature usefully is probably best explained w ... example, which only uses a last-modified function, using one of these decorators: @last_modified ( latest_e ... g the ETag the same way it does for a GET request (using the same function). If the resource has changed, i ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
フォームセット (Formset) — Django 4.0.6 ドキュメント 4949
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... a. This protects against memory exhaustion attacks using forged POST requests: >>> from django.forms.formse ... には、 total_error_count メソッドが使えます。 >>> # Using the previous example >>> formset . errors [{}, {'p ... is is to protect against memory exhaustion attacks using forged POST requests. See Limiting the maximum num ... e(2008, 5, 10), 'title': 'Article #1'}] If you are using a ModelFormSet , model instances for deleted forms ...
https://man.plustar.jp/django/topics/forms/formsets.html - [similar]
Django の admin サイト — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ジェクトテンプレートで有効になります。 If you're not using the default project template, here are the require ... るとき AdminConfig が呼び出してくれます。 If you are using a custom AdminSite , it is common to import all of ... ) As some examples have already demonstrated, when using a callable, a model method, or a ModelAdmin method ... tain database field, you can indicate this fact by using the display() decorator on the method, passing the ...
https://man.plustar.jp/django/ref/contrib/admin/index.html - [similar]
Django 2.2.16 release notes — Django 4.0.6 ドキュメント 4903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... termediate-level collected static directories when using the collectstatic management command. You should r ... loss possibility in the select_for_update() . When using related fields pointing to a proxy model in the of ... iate , permissions , system , file , data , loss , using クイック検索 Last update: 2022年6月01日 « previous ...
https://man.plustar.jp/django/releases/2.2.16.html - [similar]