検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 120 for regression (0.021 sec.)
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 11536
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... compatibility with Python 3.9. Bugfixes ¶ Fixed a regression in Django 3.1.2 that caused the incorrect height o ... he admin changelist search bar ( #32072 ). Fixed a regression in Django 3.1.2 that caused the incorrect width of ... .JSONField values in the admin ( #32080 ). Fixed a regression in Django 3.1 that caused a crash of ArrayAgg and ... n key transforms for JSONField ( #32096 ). Fixed a regression in Django 3.1 that caused a crash of __in lookup w ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
Django 2.2.1 リリースノート — Django 4.0.6 ドキュメント 10295
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... .2.1 fixes several bugs in 2.2. Bugfixes ¶ Fixed a regression in Django 2.1 that caused the incorrect quoting of ... compatibility for psycopg2 2.8 ( #30331 ). Fixed a regression in Django 2.2 that caused a crash when loading the ... ains an expression with params ( #30332 ). Fixed a regression in Django 2.2 that caused a single instance fast-d ... tionship with a custom manager ( #30325 ). Fixed a regression in Django 2.2 where Paginator crashes if object_li ...
https://man.plustar.jp/django/releases/2.2.1.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 9487
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... the DEFAULT_AUTO_FIELD setting ( #32620 ). Fixed a regression in Django 3.2 that caused a crash of QuerySet.valu ... nannotated field ( #32627 ). Restored, following a regression in Django 3.2, displaying an exception message on ... or UniqueConstraint.condition ( #32635 ). Fixed a regression in Django 3.2 that caused a crash of ModelAdmin.se ... if alternates were not defined ( #32648 ). Fixed a regression in Django 3.2 that caused a crash when combining Q ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
Django 1.9.2 リリースノート — Django 4.0.6 ドキュメント 9425
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ト ¶ February 1, 2016 Django 1.9.2 fixes a security regression in 1.9 and several bugs in 1.9.1. It also makes a ... an option when editing objects to "Save as new". A regression in Django 1.9 prevented that form submission from ... find this behavior problematic. Bugfixes ¶ Fixed a regression in ConditionalGetMiddleware causing If-None-Match ... ecks to always return HTTP 200 ( #26024 ). Fixed a regression that caused the "user-tools" items to display on t ...
https://man.plustar.jp/django/releases/1.9.2.html - [similar]
Django 4.0.2 release notes — Django 4.0.6 ドキュメント 9003
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecute callbacks multiple times ( #33410 ). Fixed a regression in Django 4.0 where help_text was HTML-escaped in ... automatically-generated forms ( #33419 ). Fixed a regression in Django 4.0 that caused displaying an incorrect ... n the technical 404 debug page ( #33425 ). Fixed a regression in Django 4.0 that caused an incorrect repr of Res ... verMatch for class-based views ( #33426 ). Fixed a regression in Django 4.0 that caused a crash of makemigration ...
https://man.plustar.jp/django/releases/4.0.2.html - [similar]
Django 3.0.7 リリースノート — Django 4.0.6 ドキュメント 8568
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ters are correctly URL encoded. Bugfixes ¶ Fixed a regression in Django 3.0 by restoring the ability to use fiel ... d lookups in Meta.ordering ( #31538 ). Fixed a regression in Django 3.0 where QuerySet.values() and values_l ... tion and a subquery annotation ( #31566 ). Fixed a regression in Django 3.0 where aggregates used wrong annotati ... ultiple subqueries annotations ( #31568 ). Fixed a regression in Django 3.0 where QuerySet.values() and values_l ...
https://man.plustar.jp/django/releases/3.0.7.html - [similar]
Django 2.2.2 リリースノート — Django 4.0.6 ドキュメント 8444
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rary's use of jQuery.extend() . Bugfixes ¶ Fixed a regression in Django 2.2 that stopped Show/Hide toggles worki ... ynamically added admin inlines ( #30459 ). Fixed a regression in Django 2.2 where deprecation message crashes if ... rdering contains an expression ( #30463 ). Fixed a regression in Django 2.2.1 where SearchVector generates SQL w ... ith a redundant Coalesce call ( #30488 ). Fixed a regression in Django 2.2 where auto-reloader doesn't detect c ...
https://man.plustar.jp/django/releases/2.2.2.html - [similar]
Django 3.0.2 リリースノート — Django 4.0.6 ドキュメント 7947
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... たいくつかのバグを修正しました。 Bugfixes ¶ Fixed a regression in Django 3.0 that didn't include columns referenc ... query() in the GROUP BY clause ( #31094 ). Fixed a regression in Django 3.0 where QuerySet.exists() crashed if a ... aggregation over a Subquery() ( #31109 ). Fixed a regression in Django 3.0 that caused a migration crash on Pos ... ing data in the same migration ( #31106 ). Fixed a regression in Django 3.0 where loading fixtures crashed for m ...
https://man.plustar.jp/django/releases/3.0.2.html - [similar]
Django 2.0.2 リリースノート — Django 4.0.6 ドキュメント 7885
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 18-6188: AuthenticationForm における情報漏えい ¶ A regression in Django 1.11.8 made AuthenticationForm run its c ... el and a target model is deleted ( #29016 ). Fixed regression in the use of QuerySet.values_list(..., flat=True) ... followed by annotate() ( #29067 ). Fixed a regression where a queryset that annotates with geometry obje ... cts crashes ( #29054 ). Fixed a regression where contrib.auth.authenticate() crashes if an au ...
https://man.plustar.jp/django/releases/2.0.2.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 7823
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... uent cursor.close() also fails ( #28091 ). Fixed a regression where CheckboxSelectMultiple , NullBooleanSelect , ... d queryset pagination warnings ( #28109 ). Fixed a regression causing incorrect queries for __in subquery lookup ... views.static.directory_index() ( #28122 ). Fixed a regression in formset min_num validation with unchanged forms ... anging Field.db_index to False ( #28052 ). Fixed a regression in choice ordering in form fields with grouped and ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT