検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 182 for Fixed (0.022 sec.)
Django 1.7.2 release notes — Django 4.0.6 ドキュメント 8867
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... upgraded to the latest release (1.9.0). Bugfixes ¶ Fixed migration's renaming of auto-created many-to-many ... tables when changing Meta.db_table ( #23630 ). Fixed a migration crash when adding an explicit id field ... loading initial data for migrated apps ( #23699 ). Fixed a makemessages regression in 1.7.1 when STATIC_ROO ... go compatibility with mysqlclient database driver. Fixed MySQL 5.6+ crash with GeometryField s in migration ...
https://man.plustar.jp/django/releases/1.7.2.html - [similar]
Django 1.6.1 release notes — Django 4.0.6 ドキュメント 8591
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nce the 1.6 release are also included. Bug fixes ¶ Fixed BCryptSHA256PasswordHasher with py-bcrypt and Pyth ... on 3 (#21398). Fixed a regression that prevented a ForeignKey with a hi ... ng used as a lookup for prefetch_related (#21410). Fixed Queryset.datetimes raising AttributeError in some ... situations (#21432). Fixed ModelBackend raising UnboundLocalError if get_user ...
https://man.plustar.jp/django/releases/1.6.1.html - [similar]
Django 1.8.3 リリースノート — Django 4.0.6 ドキュメント 8469
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... nymous users. As each built-in session backend was fixed separately (rather than a fix in the core sessions ... ders, respectively. While the validators have been fixed in Django, if you're creating HTTP responses or em ... sion has been simplified and optimized. Bugfixes ¶ Fixed BaseRangeField.prepare_value() to use each base_fi ... eld 's prepare_value() method ( #24841 ). Fixed crash during makemigrations if a migrations module ...
https://man.plustar.jp/django/releases/1.8.3.html - [similar]
Django 1.9.1 リリースノート — Django 4.0.6 ドキュメント 8469
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... にあったいくつかのバグを修正しました。 Bugfixes ¶ Fixed BaseCache.get_or_set() with the DummyCache backend ... ( #25840 ). Fixed a regression in FormMixin causing forms to be vali ... dated twice ( #25548 , #26018 ). Fixed a system check crash with nested ArrayField s ( #2 ... 5867 ). Fixed a state bug when migrating a SeparateDatabaseAndSt ...
https://man.plustar.jp/django/releases/1.9.1.html - [similar]
Django 1.11.1 リリースノート — Django 4.0.6 ドキュメント 8436
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... create the index with the correct name ( #28051 ). Fixed a crash when using a __icontains lookup on a Array ... Field ( #28038 ). Fixed a crash when using a two-tuple in EmailMessage 's ... attachments argument ( #28042 ). Fixed QuerySet.filter() crash when it references the nam ... e of a OneToOneField primary key ( #28047 ). Fixed empty POST data table appearing instead of "No POS ...
https://man.plustar.jp/django/releases/1.11.1.html - [similar]
Django 1.8.1 リリースノート — Django 4.0.6 ドキュメント 8347
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... di() when translations are deactivated ( #24569 ). Fixed squashmigrations command when using SeparateDataba ... it does not support fractional seconds ( #24584 ). Fixed a migration crash when altering ManyToManyField s ... ( #24513 ). Fixed a crash with QuerySet.update() on foreign keys to ... one-to-one fields ( #24578 ). Fixed a regression in the model detail view of admindocs ...
https://man.plustar.jp/django/releases/1.8.1.html - [similar]
Django 1.8.7 リリースノート — Django 4.0.6 ドキュメント 8314
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... has been upgraded to the latest release (1.10.0). Fixed settings leak possibility in date template filter ... sing the date/time formatting settings. Bugfixes ¶ Fixed a crash of the debug view during the autumn DST ch ... ange when USE_TZ is False and pytz is installed. Fixed a regression in 1.8.6 that caused database routers ... out an allow_migrate() method to crash ( #25686 ). Fixed a regression in 1.8.6 by restoring the ability to ...
https://man.plustar.jp/django/releases/1.8.7.html - [similar]
Django 3.2.1 release notes — Django 4.0.6 ドキュメント 8314
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ected detection of GDAL 3.2 on Windows ( #32544 ). Fixed a bug in Django 3.2 where subclasses of BigAutoFie ... wed for the DEFAULT_AUTO_FIELD setting ( #32620 ). Fixed a regression in Django 3.2 that caused a crash of ... essage on the technical 404 debug page ( #32637 ). Fixed a bug in Django 3.2 where a system check would cra ... nt.check or UniqueConstraint.condition ( #32635 ). Fixed a regression in Django 3.2 that caused a crash of ...
https://man.plustar.jp/django/releases/3.2.1.html - [similar]
Django 1.7.1 release notes — Django 4.0.6 ドキュメント 8159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... cy algorithm to avoid possible infinite recursion. Fixed a UnicodeDecodeError when the flush error message ... ome backends when not using migrations ( #23416 ). Fixed serialization of type objects in migrations ( #229 ... bject cannot automatically be imported ( #23418 ). Fixed a typo in an inlineformset_factory() error message ... longer results in infinite migrations ( #23452 ). Fixed crash in contrib.sitemaps if lastmod returned a da ...
https://man.plustar.jp/django/releases/1.7.1.html - [similar]
Django 3.1.3 release notes — Django 4.0.6 ドキュメント 8159
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... and adds compatibility with Python 3.9. Bugfixes ¶ Fixed a regression in Django 3.1.2 that caused the incor ... ght of the admin changelist search bar ( #32072 ). Fixed a regression in Django 3.1.2 that caused the incor ... angelist search bar on a filtered page ( #32091 ). Fixed displaying Unicode characters in forms.JSONField a ... y models.JSONField values in the admin ( #32080 ). Fixed a regression in Django 3.1 that caused a crash of ...
https://man.plustar.jp/django/releases/3.1.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT