検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 55 for old (0.037 sec.)
マイグレーション — Django 4.0.6 ドキュメント 8367
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... but will fail in the future when you try to re-run old migrations (commonly, when you set up a new instal ... can opt to move them into a superclass. To remove old references, you can squash migrations or, if there ... app will cause a problem if they are referenced in old migrations. To help with this situation, Django pr ... ample, after squashing migrations and removing the old ones, you should be able to remove the field compl ...
https://man.plustar.jp/django/topics/migrations.html - [similar]
Coding style — Django 4.0.6 ドキュメント 7879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ser () } ' f 'you are { user . age * 365.25 } days old' # Allowed with local variable assignment user = g ... et_user () f 'hello { user } ' user_days_old = user . age * 365.25 f 'you are { user_days_old } ... days old' f-strings should not be used for any string that ...
https://man.plustar.jp/django/internals/contributing/writing-code/coding-style.h... - [similar]
Django 3.1 release notes — Django 4.0.6 ドキュメント 7879
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... erate and apply a database migration. For now, the old fields and transforms are left as a reference to t ... ansition, in order to allow compatibility with the older versions of Django. Note that this requires Djan ... hashing algorithm. Support for tokens that use the old hashing algorithm remains until Django 4.0. Abstra ... algorithm. Support for user sessions that use the old hashing algorithm remains until Django 4.0. django ...
https://man.plustar.jp/django/releases/3.1.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... he lack of strict request/response layering of the old-style of middleware described in DEP 0005 . You'll ... need to adapt old, custom middleware and switch from the MIDDLEWARE_ ... views. The new views are almost equivalent to the old ones except that by default the new views collect ... キーフィールドに対する null 代入チェックの廃止 ¶ In older versions, assigning None to a non-nullable Forei ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7776
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t to be aware of when upgrading from Django 1.2 or older versions. オーバービュー ¶ Django 1.3's focus ha ... having to write too much code. Analogs of all the old function-based generic views have been provided, a ... table -- such as the query that is needed to purge old sessions -- would be very slow if there were lots ... ed words an empty list. If you want to restore the old behavior, simply put a PROFANITIES_LIST setting in ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 1.9 リリースノート — Django 4.0.6 ドキュメント 7687
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... LED_APPS (doing so raised a deprecation warning in older versions and is no longer supported in Django 1. ... absolute URL). In the rare case that you need the old behavior (discovered with an ancient version of Ap ... or a minimal level of backwards compatibility, the old class names will be kept as aliases to the new Ori ... t ( context [ 'request' ] . user . first_name ) In older versions of Django, this will be an XSS issue be ...
https://man.plustar.jp/django/releases/1.9.html - [similar]
asgiref.sync — Django 4.0.6 ドキュメント 7584
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... read. if hasattr ( self . executors , "current" ): old_current_executor = self . executors . current else ... : old_current_executor = None current_executor = Current ... s , "current" ): del self . executors . current if old_current_executor : self . executors . current = ol ...
https://man.plustar.jp/django/_modules/asgiref/sync.html - [similar]
Django Deprecation Timeline — Django 4.0.6 ドキュメント 7584
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... t-in to this behavior will be removed. Support for old-style middleware using settings.MIDDLEWARE_CLASSES ... . The unordered_list filter will no longer support old style lists. Support for string view arguments to ... ent type instance will be removed. Support for the old signature of allow_migrate will be removed. It cha ... setting will be removed. Usage of the hard-coded Hold down "Control", or "Command" on a Mac, to select m ...
https://man.plustar.jp/django/internals/deprecation.html - [similar]
django.utils.translation — Django 4.0.6 ドキュメント 7495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... xcept TypeError : # String doesn't contain a placeholder for the number. pass return translated proxy = l ... tivate = deactivate def __enter__ ( self ): self . old_language = get_language () if self . language is n ... lf , exc_type , exc_value , traceback ): if self . old_language is None : deactivate_all () elif self . d ... eactivate : deactivate () else : activate ( self . old_language ) [ドキュメント] def get_language (): ret ...
https://man.plustar.jp/django/_modules/django/utils/translation.html - [similar]
Advanced testing topics — Django 4.0.6 ドキュメント 7495
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _runner with. DiscoverRunner. teardown_databases ( old_config , ** kwargs ) ¶ Destroys the test databases ... ized_aliases kwarg was added. teardown_databases ( old_config , parallel = 0 , keepdb = False ) ¶ Destroy ... the test databases, restoring pre-test conditions. old_config is a data structure defining the changes in ... h the name of the test database. destroy_test_db ( old_database_name , verbosity = 1 , keepdb = False ) ¶ ...
https://man.plustar.jp/django/topics/testing/advanced.html - [similar]
PREV 1 2 3 4 5 6 NEXT