検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 154 for change (0.052 sec.)
The sitemap framework — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... s search-engine indexers how frequently your pages change and how "important" certain pages are in relation ... . It's in there by default, so you'll only need to change this if you've changed that setting. Make sure you ... models import Entry class BlogSitemap ( Sitemap ): changefreq = "never" priority = 0.5 def items ( self ): r ... astmod ( self , obj ): return obj . pub_date Note: changefreq and priority are class attributes correspondin ...
https://man.plustar.jp/django/ref/contrib/sitemaps.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... disabling server-side cursors on PostgreSQL ¶ The change in Django 1.11 to make QuerySet.iterator() use ser ... adOnlyPasswordHashWidget (used in the admin's user change page) ( #28097 ). Allowed prefetch calls on manage ... custom ModelIterable subclasses ( #28096 ). Fixed change password link in the contrib.auth admin for el , e ... a regression in formset min_num validation with unchanged forms that have initial data ( #28130 ). Prepared ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 6289
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... del_admin または admin_site 属性を持ちます。 admin change ビューの URL が変更されました (デフォルトで /admin ... / にありましたが、新しく /admin/<app>/<model>/<pk>/change/ に変わりました)。admin の URL をハードコードしてい ... Admin.get_list_select_related() が追加され、 admin changelist クエリで使われていた select_related() の値をリ ... び ModelAdmin.empty_value_display が追加され、admin change list の中の空の値の表示を上書きすることができるよう ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 6219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... features , as well as some backwards incompatible changes you'll want to be aware of when upgrading from Dj ... o 1.5 ships with some minor backwards incompatible changes ; people upgrading from previous versions of Djan ... l from future %} in your templates, you'll need to change tags like {% url myview %} to {% url "myview" %} . ... rt for Python 2.5 and below has been dropped. This change should affect only a small number of Django users, ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 1.6.6 release notes — Django 4.0.6 ドキュメント 6219
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... RemoteUserMiddleware and the RemoteUserBackend , a change to the REMOTE_USER header between requests without ... _field" parameters of the query string on an admin change form page. For example, requesting a URL like /adm ... min requires users to have permissions to view the change form pages in the first place, this could leak dat ...
https://man.plustar.jp/django/releases/1.6.6.html - [similar]
How to create database migrations — Django 4.0.6 ドキュメント 6161
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rst of the three new files) to the last migration, change AddField to AlterField , and add imports of uuid a ... d ( default = uuid . uuid4 , unique = True ), ), ] Change unique=True to null=True -- this will create the i ... a ManyToManyField to use a through model ¶ If you change a ManyToManyField to use a through model, the defa ... 理状態のモデルを管理状態に変更する ¶ If you want to change an unmanaged model ( managed=False ) to managed, y ...
https://man.plustar.jp/django/howto/writing-migrations.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 6161
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django 4.0 release notes for more details on these changes. The SERIALIZE test setting will be removed. The ... oved. The default value of the USE_TZ setting will change from False to True . The default sitemap protocol ... temaps built outside the context of a request will change from 'http' to 'https' . The extra_tests argument ... Django 3.2 release notes for more details on these changes. Support for assigning objects which don't suppor ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 6161
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... res in 1.3, as well as some backwards-incompatible changes you'll want to be aware of when upgrading from Dj ... est2 のサポート ¶ Python 2.7 introduced some major changes to the unittest library, adding some extremely us ... structed by the view. For example, you may want to change the template that is used, or put additional data ... cumentation on the TemplateResponse class. Caching changes ¶ Django 1.3 sees the introduction of several imp ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6161
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... features , as well as some backwards incompatible changes you'll want to be aware of when upgrading from Dj ... rigin header, if present. To facilitate this, some changes to the CSRF_TRUSTED_ORIGINS setting are required. ... tion.on_commit() callbacks. Backwards incompatible changes in 4.0 ¶ データベースバックエンド API ¶ This sect ... ion describes changes that may be needed in third-party database backen ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Working with Git and GitHub — Django 4.0.6 ドキュメント 6092
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... how to create a GitHub pull request containing the changes for Trac ticket #xxxxx. By creating a fully-ready ... k is carried on the ticket_xxxxx branch. Make some changes and commit them: git commit When writing the comm ... ork, so the history of these branches should never change. Good examples of public branches are the main and ... good pull request means: commits with one logical change in each, following the coding style , well-formed ...
https://man.plustar.jp/django/internals/contributing/writing-code/working-with-g... - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT