Python Web 架构 Django v1.9.7 发布

jopen 8年前
   <p style="text-align: center;"><img alt="" src="https://simg.open-open.com/show/9b6d7217c8e9f5953f207c33b0c77645.png" /></p>    <p>Django是一个开放源代码的Web应用框架,由Python写成。采用了MVC的软件设计模式,即模型M,视图V和控制器C。它最初是被开发来用于管理劳伦斯出版集团旗下的一些以新闻内容为主的网站的,即是CMS(内容管理系统)软件。并于2005年7月在BSD许可证下发布。这套框架是以比利时的吉普赛爵士吉他手Django Reinhardt来命名的。</p>    <p>Django 框架的核心组件有:</p>    <ul>     <li>用于创建模型的对象关系映射</li>     <li>为最终用户设计的完美管理界面</li>     <li>一流的 URL 设计</li>     <li>设计者友好的模板语言</li>     <li>缓存系统。</li>    </ul>    <h2>更新日志</h2>    <ul>     <li>Removed the need for the <code>request</code> context processor on the admin login page to fix a regression in 1.9 (<a href="/misc/goto?guid=4958991183196124419">#26558</a>).</li>     <li>Fixed translation of password validators’ <code>help_text</code> in forms (<a href="/misc/goto?guid=4958991183294207743">#26544</a>).</li>     <li>Fixed a regression causing the cached template loader to crash when using lazy template names (<a href="/misc/goto?guid=4958991183391382440">#26603</a>).</li>     <li>Fixed <code>on_commit</code> callbacks execution order when callbacks make transactions (<a href="/misc/goto?guid=4958991183472014675">#26627</a>).</li>     <li>Fixed <code>HStoreField</code> to raise a <code>ValidationError</code> instead of crashing on non-dictionary JSON input (<a href="/misc/goto?guid=4958991183569641006">#26672</a>).</li>     <li>Fixed <code>dbshell</code> crash on PostgreSQL with an empty database name (<a href="/misc/goto?guid=4958991183662470745">#26698</a>).</li>     <li>Fixed a regression in queries on a <code>OneToOneField</code> that has <code>to_field</code> and <code>primary_key=True</code> (<a href="/misc/goto?guid=4958991183739023630">#26667</a>).</li>    </ul>    <h2>下载</h2>    <ul>     <li><a href="/misc/goto?guid=4958991183843680659">Django-1.9.7.tar.gz</a></li>     <li><a href="/misc/goto?guid=4958991183927771240" rel="nofollow"><strong>Source code</strong> (zip)</a></li>     <li><a href="/misc/goto?guid=4958991184018070827" rel="nofollow"><strong>Source code</strong> (tar.gz)</a></li>    </ul>    <p> </p>    <p> </p>