内容简介:Django 2.1.1 主要修复了 2.1 版本的一些 bug : Fixed a race condition in QuerySet.update_or_create() that could result in data loss (#29499). Fixed a regression where QueryDict.urlencode() crashed ...
Django 2.1.1 主要修复了 2.1 版本的一些 bug :
Fixed a race condition in
QuerySet.update_or_create()that could result in data loss (#29499).Fixed a regression where
QueryDict.urlencode()crashed if the dictionary contains a non-string value (#29627).Fixed a regression in Django 2.0 where using
manage.py test --keepdbfails on PostgreSQL if the database exists and the user doesn’t have permission to create databases (#29613).Fixed a regression in Django 2.0 where combining
Qobjects with__inlookups and lists crashed (#29643).Fixed translation failure of
DurationField’s “overflow” error message (#29623).Fixed a regression where the admin change form crashed if the user doesn’t have the ‘add’ permission to a model that uses
TabularInline(#29637).Fixed a regression where a
related_query_namereverse accessor wasn’t set up when aGenericRelationis declared on an abstract base model (#29653).Fixed the test client’s JSON serialization of a request data dictionary for structured content type suffixes (#29662).
Made the admin change view redirect to the changelist view after a POST if the user has the ‘view’ permission (#29663).
Fixed admin change view crash for view-only users if the form has an extra form field (#29682).
Fixed a regression in Django 2.0.5 where
QuerySet.values()orvalues_list()after combining querysets withextra()withunion(),difference(), orintersection()crashed due to mismatching columns (#29694).Fixed crash if
InlineModelAdmin.has_add_permission()doesn’t accept theobjargument (#29723).
下载地址:
https://www.djangoproject.com/download/
源码地址:
【声明】文章转载自:开源中国社区 [http://www.oschina.net]
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:- ZUI 前端框架 1.8.1 发布,修复 bug,完善功能
- PHP 开发框架 CakePHP 3.6.5 发布,Bug 修复
- PHP 框架 CodeIgniter 3.1.7 发布,包含变更和错误修复
- PHP 框架 CodeIgniter 3.1.7 发布,包含变更和错误修复
- Python 的 ORM 框架 SQLAlchemy 1.2.1 修复回归错误
- PHP 开发框架 CakePHP 3.6.2 发布,bug 修复版本
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JavaScript王者归来
月影 / 清华大学出版社 / 2008-7 / 86.00元
你手中的这本《JavaScript王者归来》不仅是一本传播知识的书,更是一本求道的书。 本书分为五个部分循序渐进地与读者讨论了JavaScript的方方面面,从简单的语言基础到丰富的实际应用再到深入剖析语言本质的高级话题,字里行间包含着作者多年工作中对JavaScript实践乃至程序设计思想的深入思考和总结。 本书揭开了JavaScript的面纱,绕过误解和虚幻的表象,引领你探索程序王......一起来看看 《JavaScript王者归来》 这本书的介绍吧!