Python Web 架構 Django v1.9.7 發布
Django是一個開放源代碼的Web應用框架,由Python寫成。采用了MVC的軟件設計模式,即模型M,視圖V和控制器C。它最初是被開發來用于管理勞倫斯出版集團旗下的一些以新聞內容為主的網站的,即是CMS(內容管理系統)軟件。并于2005年7月在BSD許可證下發布。這套框架是以比利時的吉普賽爵士吉他手Django Reinhardt來命名的。
Django 框架的核心組件有:
- 用于創建模型的對象關系映射
- 為最終用戶設計的完美管理界面
- 一流的 URL 設計
- 設計者友好的模板語言
- 緩存系統。
更新日志
- Removed the need for the
request
context processor on the admin login page to fix a regression in 1.9 (#26558). - Fixed translation of password validators’
help_text
in forms (#26544). - Fixed a regression causing the cached template loader to crash when using lazy template names (#26603).
- Fixed
on_commit
callbacks execution order when callbacks make transactions (#26627). - Fixed
HStoreField
to raise aValidationError
instead of crashing on non-dictionary JSON input (#26672). - Fixed
dbshell
crash on PostgreSQL with an empty database name (#26698). - Fixed a regression in queries on a
OneToOneField
that hasto_field
andprimary_key=True
(#26667).
下載
本文由用戶 jopen 自行上傳分享,僅供網友學習交流。所有權歸原作者,若您的權利被侵害,請聯系管理員。
轉載本站原創文章,請注明出處,并保留原始鏈接、圖片水印。
本站是一個以用戶分享為主的開源技術平臺,歡迎各類分享!