検索

phrase: max: clip:
target: order:
Results of 111 - 120 of about 154 for change (0.110 sec.)
QuerySet API リファレンス — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ts results. If the data in the database might have changed since a QuerySet was evaluated, you can get updat ... the raw SQL, then it is possible that Django might change that alias (for example, when the queryset is used ... me way, so you can rely upon the alias name to not change. order_by If you need to order the resulting query ... pport select_for_update() with Window expressions. Changed in Django 3.2: The no_key argument was added. The ...
https://man.plustar.jp/django/ref/models/querysets.html - [similar]
セキュリティ上の問題のアーカイブ — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... July 18, 2016 - CVE-2016-6186 ¶ XSS in admin's add/change related popup. Full description 影響を受けるバージ ... tch) February 1, 2016 - CVE-2016-2048 ¶ User with "change" but not "add" permission can create objects for M ...
https://man.plustar.jp/django/releases/security.html - [similar]
条件付きビュー — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... full response, telling the client that nothing has changed. Depending on the header, if the page has been mo ... ont page, displaying the latest blog entries, only changes when you add a new blog entry, you can compute th ... e this function to provide early detection of an unchanged page for your front page view: from django.views. ... ll the client that the resource they are trying to change has been altered in the meantime. たとえば、つぎの ...
https://man.plustar.jp/django/topics/conditional-view-processing.html - [similar]
ファイルの管理 — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ter the model has been saved. For example, you can change the file name by setting the file's name to a path ...
https://man.plustar.jp/django/topics/files.html - [similar]
翻訳 — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erous characters (e.g. " ) will also be rendered unchanged. translate template tag ¶ The {% translate %} tem ... Catalog # The value returned by get_version() must change when translations change. urlpatterns = [ path ( ' ... ur own message files, or want to test or compile a changed message file, download a precompiled binary insta ... named django_language by default. (The name can be changed through the LANGUAGE_COOKIE_NAME setting.) After ...
https://man.plustar.jp/django/topics/i18n/translation.html - [similar]
Signals — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e() method is called. django.db.models.signals.m2m_changed Sent when a ManyToManyField on a model is changed ... ument. All signals send keyword arguments, and may change those keyword arguments at any time. In the case o ...
https://man.plustar.jp/django/topics/signals.html - [similar]
テストツール — Django 4.0.6 ドキュメント 5117
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... normal unittest.TestCase to any of the subclasses: change the base class of your test from unittest.TestCase ... tData() が呼ばれ、高速化のメリットはなくなります。 Changed in Django 3.2: Objects assigned to class attribut ... s versions of Django these objects were reused and changes made to them were persisted between test methods. ... mail . outbox [ 0 ] . body , 'I like your site' ) Changed in Django 4.0: In older versions, new callbacks a ...
https://man.plustar.jp/django/topics/testing/tools.html - [similar]
FAQ: 管理インタフェース — Django 4.0.6 ドキュメント 5059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... す同様のトリックを使うことで、 get_queryset() と has_change_permission() を使って、管理サイト上でのオブジェクト ...
https://man.plustar.jp/django/faq/admin.html - [similar]
Writing documentation — Django 4.0.6 ドキュメント 5059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... to improve it as often as possible. Documentation changes generally come in two forms: General improvements ... explains how writers can craft their documentation changes in the most useful and least error-prone ways. Ge ... on at docs.djangoproject.com . This is OK! If your changes look good on your local machine, they'll look goo ... code-block:: console directive. You don't need to change the actual content of the code example. You still ...
https://man.plustar.jp/django/internals/contributing/writing-documentation.html - [similar]
contenttypes フレームワーク — Django 4.0.6 ドキュメント 5059
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uses it to log the history of each object added or changed through the admin interface. Django's authenticat ... your own multiple column index. This behavior may change in the future. for_concrete_model ¶ If False , the ... for_concrete_model argument on GenericForeignKey . Changed in Django 3.2: The absolute_max and can_delete_ex ...
https://man.plustar.jp/django/ref/contrib/contenttypes.html - [similar]
PREV 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT