検索

phrase: max: clip:
target: order:
Results of 331 - 340 of about 438 for For (0.415 sec.)
Django 1.11.2 リリースノート — Django 4.0.6 ドキュメント 3482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... change in Django 1.11. Bugfixes ¶ Added detection for GDAL 2.1 and 2.0, and removed detection for unsupp ... n added in Django 1.11 from the model field to the form field to reallow the use case of storing images w ...
https://man.plustar.jp/django/releases/1.11.2.html - [similar]
Django 3.2.4 release notes — Django 4.0.6 ドキュメント 3482
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... in Django 3.2 that would trigger the auto-reloader for template changes when directory paths were specifi ... sion in Django 3.2 that caused a loss of precision for operations with DecimalField on MySQL ( #32793 ). ...
https://man.plustar.jp/django/releases/3.2.4.html - [similar]
クリックジャッキング対策 — Django 4.0.6 ドキュメント 3466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... スに設定する ¶ To set the same X-Frame-Options value for all responses in your site, put 'django.middleware ... leware will set the X-Frame-Options header to DENY for every outgoing HttpResponse . If you want any othe ... r value for this header instead, set the X_FRAME_OPTIONS setti ... frame on any site." ) 注釈 If you want to submit a form or access a session cookie within a frame or ifra ...
https://man.plustar.jp/django/ref/clickjacking.html - [similar]
JavaScript customizations in the admin — Django 4.0.6 ドキュメント 3466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... » JavaScript customizations in the admin ¶ Inline form events ¶ You may want to execute some JavaScript ... when an inline form is added or removed in the admin change form. The ... formset:added and formset:removed jQuery events allow ... y event. $row is the newly added (or removed) row. formsetName is the formset the row belongs to. The eve ...
https://man.plustar.jp/django/ref/contrib/admin/javascript.html - [similar]
Django 4.0.1 release notes — Django 4.0.6 ドキュメント 3466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... was unrestricted this provided a potential vector for a denial-of-service attack. In order to mitigate t ... ango security policy . CVE-2021-45116: Potential information disclosure in dictsort template filter ¶ Due ... rt template filter was potentially vulnerable to information disclosure or unintended method calls, if pa ... er, all untrusted user input should be validated before use. This issue has severity "low" according to t ...
https://man.plustar.jp/django/releases/4.0.1.html - [similar]
テストを書いて実行する — Django 4.0.6 ドキュメント 3466
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 再構成して、 test_models.py 、 test_views.py 、 test_forms.py などの異なるサブモジュールに分離すると良いでし ... escribed in the previous section, if a test run is forcefully interrupted, the test database may not be d ... erver where tests may be interrupted by a timeout, for example. テストデータベースのデフォルトの名前は、 ... e when its modules are compiled, this will occur before the test database is set up, with potentially une ...
https://man.plustar.jp/django/topics/testing/overview.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 3449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the migrations framework. Bugfixes ¶ Added support for serializing timedelta objects in migrations ( #245 ... Prevented TypeError in translation functions check_for_language() and get_language_bidi() when translatio ... #24513 ). Fixed a crash with QuerySet.update() on foreign keys to one-to-one fields ( #24578 ). Fixed a ... etail view of admindocs when a model has a reverse foreign key relation ( #24624 ). Prevented arbitrary f ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 2.1.1 リリースノート — Django 4.0.6 ドキュメント 3449
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... デルへの 'add' 権限を持たない場合に、admin の change form がクラッシュするリグレッションを修正しました ( #2 ... 's JSON serialization of a request data dictionary for structured content type suffixes ( #29662 ). Made ... rmission ( #29663 ). Fixed admin change view crash for view-only users if the form has an extra form fiel ... スノート 関連キーワード 修正 , Fixed , クラッシュ , form , change , admin , after , permission , モデル , ...
https://man.plustar.jp/django/releases/2.1.1.html - [similar]
Django 1.4 documentation 3432
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ontent = models . TextField () reporter = models . ForeignKey ( Reporter ) def __unicode__ ( self ): retu ... e API follows relationships as far as you need, performing efficient # JOINs for you behind the scenes. # ... ontent = models . TextField () reporter = models . ForeignKey ( Reporter ) .. # In admin.py in the same d ... k content %} < h1 > {{ year }} 年の記事 </ h1 > {% for article in article_list %} < p > {{ article.headli ...
https://man.plustar.jp/django/contents.html - [similar]
How to integrate Django with a legacy database — Django 4.0.6 ドキュメント 3432
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... del generation. See the documentation of inspectdb for more information. Once you've cleaned up your mode ... トと修正 前のトピックへ How to provide initial data for models 次のトピックへ How to configure and use log ...
https://man.plustar.jp/django/howto/legacy-databases.html - [similar]