Python Web 框架 Django 2.1.3 发布,Bug 修复版本

栏目: Python · 发布时间: 7年前

内容简介:Django 2.1.3 发布了。Django 是 Python 编程语言驱动的一个开源模型-视图-控制器(MVC)风格的 Web 应用程序框架。使用 Django,我们在几分钟之内就可以创建高品质、易维护、数据库驱动的应用程序。更新内容:下载地址:

Django 2.1.3 发布了。Django 是 Python 编程语言驱动的一个开源模型-视图-控制器(MVC)风格的 Web 应用程序框架。使用 Django,我们在几分钟之内就可以创建高品质、易维护、数据库驱动的应用程序。

更新内容:

  • Fixed a regression in Django 2.0 where combining Q objects with __in lookups and lists crashed ( #29838 ).

  • Fixed a regression in Django 1.11 where django-admin shell may hang on startup ( #29774 ).

  • Fixed a regression in Django 2.0 where test databases aren’t reused with manage.py test --keepdb on MySQL ( #29827 ).

  • Fixed a regression where cached foreign keys that use to_field were incorrectly cleared in Model.save() ( #29896 ).

  • Fixed a regression in Django 2.0 where FileSystemStorage crashes with FileExistsError if concurrent saves try to create the same directory ( #29890 ).

下载地址:


以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网

查看所有标签

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

Pro JavaScript Design Patterns

Pro JavaScript Design Patterns

Dustin Diaz、Ross Harmes / Apress / 2007-12-16 / USD 44.99

As a web developer, you’ll already know that JavaScript™ is a powerful language, allowing you to add an impressive array of dynamic functionality to otherwise static web sites. But there is more power......一起来看看 《Pro JavaScript Design Patterns》 这本书的介绍吧!

URL 编码/解码
URL 编码/解码

URL 编码/解码

SHA 加密
SHA 加密

SHA 加密工具

RGB HSV 转换
RGB HSV 转换

RGB HSV 互转工具