検索

phrase: max: clip:
target: order:
Results of 21 - 30 of about 78 for remove (0.050 sec.)
How is Django Formed? — Django 4.0.6 ドキュメント 6983
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... example security commit ). For a feature release, remove the UNDER DEVELOPMENT header at the top of the rel ... notes (see the 1.8 release notes for an example). Remove features that have reached the end of their deprec ... al ticket where the deprecation began if possible. Remove .. versionadded:: , .. versionadded:: , and .. dep ... For example, in Django 1.9, notes for 1.7 will be removed. Add the new branch to Read the Docs . Since the ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... message as needed to conform to the guidelines and remove the pull request number that's automatically appen ... idelines. Refactored the Django's documentation to remove mentions of SVN specific tasks. Added guidelines o ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 6887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... it will not be actively maintained, and it will be removed in a future release of Django. Also, note that so ... res, etc.). The vestigial install command has been removed. Use syncdb . バックスラッシュのエスケープ方式の変 ... del . objects . filter ( text__contains = ' \\ ' ) Removed ENABLE_PSYCO setting ¶ The ENABLE_PSYCO setting n ... pletely to the new forms system, and deprecate and remove the old system. There are three elements to this t ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 6887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... range boundaries. The new AddIndexConcurrently and RemoveIndexConcurrently classes allow creating and droppi ... s. django.contrib.gis ¶ Support for PostGIS 2.1 is removed. Support for SpatiaLite 4.1 and 4.2 is removed. S ... upport for GDAL 1.11 and GEOS 3.4 is removed. Dropped support for PostgreSQL 9.4 ¶ 2019年12月に ... は、公式には Oracle 12.1 と 18c をサポートします。 Removed private Python 2 compatibility APIs ¶ While Pytho ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 6887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... on. Support for pytz is now deprecated and will be removed in Django 5.0. zoneinfo is part of the Python sta ... during the 4.x release cycle. This setting will be removed in Django 5.0. In addition, a pytz_deprecation_sh ... z . This package provides shims to help you safely remove pytz , and has a detailed migration guide showing ... . django.contrib.gis ¶ Support for PostGIS 2.3 is removed. Support for GDAL 2.0 and GEOS 3.5 is removed. Dr ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
多対多 (many-to-many) 関係 — Django 4.0.6 ドキュメント 6887
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... lication from an Article : >>> a4 . publications . remove ( p2 ) >>> p2 . article_set . all () <QuerySet [<A ... []> And from the other end: >>> p2 . article_set . remove ( a5 ) >>> p2 . article_set . all () <QuerySet []> ...
https://man.plustar.jp/django/topics/db/examples/many_to_many.html - [similar]
Django 1.4.13 release notes — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n with many content types. Therefore, Django would remove the header if the request was made by Internet Exp ... or these older Internet Explorer versions has been removed, and the Vary header is no longer stripped from t ... s with a Content-Disposition header have also been removed as they were found to have similar issues. Malfor ...
https://man.plustar.jp/django/releases/1.4.13.html - [similar]
Django 1.5.8 release notes — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... n with many content types. Therefore, Django would remove the header if the request was made by Internet Exp ... or these older Internet Explorer versions has been removed, and the Vary header is no longer stripped from t ... s with a Content-Disposition header have also been removed as they were found to have similar issues. Malfor ...
https://man.plustar.jp/django/releases/1.5.8.html - [similar]
モデル — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... odel1, model2) pair, allowing multiple values, the remove() call will remove all intermediate model instance ... instances for Ringo Starr >>> beatles . members . remove ( ringo ) >>> beatles . members . all () <QuerySet ... aul McCartney>]> The clear() method can be used to remove all many-to-many relationships for an instance: >> ... s ChildModel ( ParentModel ): # ... class Meta : # Remove parent's ordering effect ordering = [] 継承と関係の ...
https://man.plustar.jp/django/topics/db/models.html - [similar]
マイグレーション — Django 4.0.6 ドキュメント 6777
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Make changes to your models - say, add a field and remove a model - and then run makemigrations : $ python m ... ese you can opt to move them into a superclass. To remove old references, you can squash migrations or, if t ... or it (except ' 'in historical migrations) will be removed in Django 1.9.' ), 'hint' : 'Use GenericIPAddress ... check_deprecated_details attribute to system_check_removed_details and update the dictionary similar to: cla ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
PREV 1 2 3 4 5 6 7 8 NEXT