検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 190 for new (0.040 sec.)
Django 1.1 リリースノート — Django 4.0.6 ドキュメント 8197
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... へようこそ! Django 1.1 includes a number of nifty new features , lots of bug fixes, and an easy upgrade ... es so that names are consistent regardless of machine word size. This change is backwards incompatible fo ... able made by a 64-bit machine. This is because the new generated name will not match the historically gen ... fix to get around test case errors revealed by the new rollback approach; in the long-term tests should b ...
https://man.plustar.jp/django/releases/1.1.html - [similar]
Django 2.1 リリースノート — Django 4.0.6 ドキュメント 7903
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 2.1 へようこそ! These release notes cover the new features , as well as some backwards incompatible ... アップデートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Python バージョ ... in the admin. ModelAdmin.has_view_permission() is new. The implementation is backwards compatible in tha ... 2.2.3 から 3.3.1 にアップグレードされました。 The new ModelAdmin.delete_queryset() method allows customi ...
https://man.plustar.jp/django/releases/2.1.html - [similar]
Django 1.5 release notes — Django 4.0.6 ドキュメント 7837
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ango 1.5 へようこそ! These release notes cover the new features , as well as some backwards incompatible ... s for some features . オーバービュー ¶ The biggest new feature in Django 1.5 is the configurable User mod ... pport Python 3 without reservations. Other notable new features in Django 1.5 include: Support for saving ... ce. Better support for streaming responses via the new StreamingHttpResponse response class. GeoDjango no ...
https://man.plustar.jp/django/releases/1.5.html - [similar]
Django 3.0 リリースノート — Django 4.0.6 ドキュメント 7761
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... アップデートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Python バージョ ... ute on properties in ModelAdmin.list_display . The new ModelAdmin.get_inlines() method allows specifying ... アップグレードされました。 django.contrib.auth ¶ The new reset_url_token attribute in PasswordResetConfirmV ... EQUIRED_FIELDS now supports ManyToManyField s. The new UserManager.with_perm() method returns users that ...
https://man.plustar.jp/django/releases/3.0.html - [similar]
Django 1.8 リリースノート — Django 4.0.6 ドキュメント 7728
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... アップデートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Django 1.8 has ... 1.8.x on Python 3.2 after the end of 2016. What's new in Django 1.8 ¶ Model._meta API ¶ Django now has a ... le. However, API endpoints that aren't part of the new official API have been deprecated and will eventua ... ines within the same project. Learn more about the new features in the topic guide and check the upgrade ...
https://man.plustar.jp/django/releases/1.8.html - [similar]
Django 0.96 リリースノート — Django 4.0.6 ドキュメント 7586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... of Django. Also, note that some features, like the new DATABASE_OPTIONS setting (see the databases docume ... nst an existing database may generate SQL with the new form of constraint name, while the database itself ... Examine the output of manage.py sqlall to see the new-style constraint names, and use that as a guide to ... ed with the addition of fixture support: There are new dumpdata and loaddata commands which, as you might ...
https://man.plustar.jp/django/releases/0.96.html - [similar]
Django 1.10 リリースノート — Django 4.0.6 ドキュメント 7510
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... アップデートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Python バージョ ... を使ってください。 新しいスタイルのミドルウェア ¶ A new style of middleware is introduced to solve the lac ... switch from the MIDDLEWARE_CLASSES setting to the new MIDDLEWARE setting to take advantage of the improv ... ッダーを有効にすることができるようになりました。 The new InlineModelAdmin.classes attribute allows specifyi ...
https://man.plustar.jp/django/releases/1.10.html - [similar]
django.utils.functional — Django 4.0.6 ドキュメント 7477
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rn keep_lazy ( str )( func ) empty = object () def new_method_proxy ( func ): def inner ( self , * args ) ... _() as well. self . _wrapped = empty __getattr__ = new_method_proxy ( getattr ) def __setattr__ ( self , ... . deepcopy ( self . _wrapped , memo ) __bytes__ = new_method_proxy ( bytes ) __str__ = new_method_proxy ... ( str ) __bool__ = new_method_proxy ( bool ) # Introspection support __di ...
https://man.plustar.jp/django/_modules/django/utils/functional.html - [similar]
Django 1.3 release notes — Django 4.0.6 ドキュメント 7368
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ear in the making, Django 1.3 includes quite a few new features and plenty of bug fixes and improvements ... o existing features. These release notes cover the new features in 1.3, as well as some backwards-incompa ... but that hasn't prevented a few fairly significant new features from landing, including: A framework for ... opy of) the unittest2 library . Wherever possible, new features are introduced in a backwards-compatible ...
https://man.plustar.jp/django/releases/1.3.html - [similar]
Django 2.0 リリースノート — Django 4.0.6 ドキュメント 6964
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... アップデートするときは、 How to upgrade Django to a newer version ガイドに従ってください。 Python バージョ ... きます。 マイナーな機能 ¶ django.contrib.admin ¶ The new ModelAdmin.autocomplete_fields attribute and Model ... d from and converted to binary data in-memory. The new GDALBand.color_interp() method returns the color i ... tation for the band. django.contrib.postgres ¶ The new distinct argument for ArrayAgg determines if conca ...
https://man.plustar.jp/django/releases/2.0.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT