検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 55 for deprecated (0.015 sec.)
Django 1.7 release notes — Django 4.0.6 ドキュメント 12846
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... but a few of the key features are: syncdb has been deprecated and replaced by migrate . Don't worry - calls to s ... and django.db.models.signals.post_syncdb have been deprecated, to be replaced by pre_migrate and post_migrate re ... b methods will still work, but that method name is deprecated and you should change it as soon as possible (noth ... ersedes django.core.cache.get_cache() which is now deprecated. If you instantiate cache backends directly, be aw ...
https://man.plustar.jp/django/releases/1.7.html - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 11531
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ms are left as a reference to the new ones and are deprecated as of this release . DEFAULT_HASHING_ALGORITHM set ... riding DEFAULT_HASHING_ALGORITHM . This setting is deprecated as of this release, because support for tokens, co ... nk is valid for. This is encouraged instead of the deprecated PASSWORD_RESET_TIMEOUT_DAYS setting, which will be ... iceIteratorValue.value attribute instead. Features deprecated in 3.1 ¶ PostgreSQL JSONField ¶ django.contrib.pos ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 10954
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... that aren't part of the new official API have been deprecated and will eventually be removed. Multiple template ... to the test user on Oracle. These roles have been deprecated, so Django 1.8 uses the specific underlying privil ... odel ) Also note that get_all_related_objects() is deprecated in 1.8. データベースバックエンド API ¶ The followi ... , add migrations to the app without them. Features deprecated in 1.8 ¶ Selected methods in django.db.models.opti ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Submitting patches — Django 4.0.6 ドキュメント 10378
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... e a couple of reasons that code in Django might be deprecated: If a feature has been improved or modified in a b ... ompatible way, the old feature or behavior will be deprecated. Sometimes Django will include a backport of a Pyt ... t doesn't include the library, the library will be deprecated in Django. As the deprecation policy describes, th ... ersion where the feature will be removed) when the deprecated feature is invoked. Assuming we have good test cov ...
https://man.plustar.jp/django/internals/contributing/writing-code/submitting-pat... - [similar]
Django 4.0 release notes — Django 4.0.6 ドキュメント 10304
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he default implementation. Support for pytz is now deprecated and will be removed in Django 5.0. zoneinfo is par ... give time for such an audit, the transitional USE_DEPRECATED_PYTZ setting allows continued use of pytz during t ... info APIs. Using pytz_deprecation_shim and the USE_DEPRECATED_PYTZ transitional setting is recommended if you ne ... for GeometryField . This is encouraged instead of deprecated GeoModelAdmin and OSMGeoAdmin . django.contrib.pos ...
https://man.plustar.jp/django/releases/4.0.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 8988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... og and JSONCatalog class-based views supersede the deprecated javascript_catalog() and json_catalog() function-b ... d get_filename() are no longer called (and are now deprecated) which is a backwards incompatible change for user ... ージバックエンドは新しいメソッドを実装し、古いものを deprecated とマークする必要があります。それまでは、新しい get ... EscapeText , EscapeString , and EscapeUnicode are deprecated. As a result, the "lazy" behavior of the escape fi ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.2 リリースノート — Django 4.0.6 ドキュメント 8988
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of backwards-incompatible changes and the list of deprecated features . Python バージョン間の互換性 ¶ While not ... cated clients. The messages framework replaces the deprecated user message API and allows you to temporarily sto ... srfResponseMiddleware and CsrfMiddleware have been deprecated and will be removed completely in Django 1.4, in f ... compatible imports in the old locations, which are deprecated and will cease to be supported in Django 1.4). get ...
https://man.plustar.jp/django/releases/1.2.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 8914
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... H won't work correctly with DEBUG=False . Features deprecated in 1.9 ¶ assignment_tag() ¶ Django 1.4 added the a ... lete. As soon as your code doesn't call any of the deprecated methods, you can simply remove the objects = GeoMa ... late() and load_template_sources() methods are now deprecated. Details about the new API can be found in the tem ... the old way of including an AdminSite instance is deprecated. Instead, pass admin.site.urls directly to django. ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
Django 3.2 release notes — Django 4.0.6 ドキュメント 8692
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... config is no longer needed. As a consequence, it's deprecated. See アプリケーションを設定する for full details. ... ssigning objects which don't support deepcopy() is deprecated and will be removed in Django 4.1. DiscoverRunner ... limitation, the previous behavior is kept for the deprecated MemcachedCache backend. The minimum supported vers ... sgiref is increased from 3.2.10 to 3.3.2. Features deprecated in 3.2 ¶ その他 ¶ Assigning objects which don't su ...
https://man.plustar.jp/django/releases/3.2.html - [similar]
Django 1.6 release notes — Django 4.0.6 ドキュメント 8633
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... should improve performance. The existing APIs were deprecated, and new APIs were introduced, as described in the ... additional doctest utilities. These utilities are deprecated and will be removed in Django 1.8; doctest suites ... re the old test behavior. DjangoTestSuiteRunner is deprecated but will not be removed from Django until version ... date the signature of your custom method. Features deprecated in 1.6 ¶ Transaction management APIs ¶ Transaction ...
https://man.plustar.jp/django/releases/1.6.html - [similar]
PREV 1 2 3 4 5 6 NEXT