Py学习  »  Django

Django 1.7 beta 1 released

the5fire • 10 年前 • 3893 次点击  

As part of the Django 1.7 release process, today we've released Django 1.7 beta 1, a preview/testing package that represents the first stage in the 1.7 release cycle and an opportunity for you to try out some of the changes coming in Django 1.7.

Django 1.7 will bring several major new features to Django, along with a host of other improvements. Highlights include a schema-migration framework, a new validation tool to help identify and fix common errors, a complete refactoring of how Django identifies and loads applications, and support for custom database lookups.

For full details, see the in-development 1.7 release notes.

As with all alpha and beta packages, this is not for production use. But if you'd like to take some of the new features for a spin, or to help find and fix bugs (which should be reported to the issue tracker), you can grab a copy of the beta package from our downloads page. And as always, signed MD5 and SHA1 checksums of the 1.7 alpha package are available.

Please note also that Django 1.7 is now feature-frozen; from here until the final 1.7 release, no new feature work will be accepted in the 1.7 branch, only bugfixes and translation updates.

https://www.djangoproject.com/weblog/2014/mar/20/django-17b1/

PS:找了半天发帖的按钮在哪里,囧

Python社区是高质量的Python/Django开发社区
本文地址:http://www.python88.com/topic/430
 
3893 次点击  
文章 [ 2 ]  |  最新文章 10 年前
cdxfish
Reply   •   1 楼
cdxfish    10 年前

和south 有区别吗?

lzjun567
Reply   •   2 楼
lzjun567    10 年前

终于自带Schema migration了