コミット履歴

作者 SHA1 メッセージ 日付
  Adrian Holovaty 7981efe04f Documentation (and some small source code) edits from [17432] - [17537] 13 年 前
  Paul McMillan c05930c858 Added an explicit warning about cookie session store to release notes. 13 年 前
  Gabriel Hurley ea8af819ab Corrected a sentence fragment in the release notes. 13 年 前
  Julien Phalip 41256d2341 Fixed #17652 -- Removed all mentions to Windmill from the docs as that project doesn't integrate well with Django at this time. 13 年 前
  Jannis Leidel bd13cfa917 Added a note to the release notes about the new format strings added in r17473. 13 年 前
  Aymeric Augustin 03c80067c6 Fixed #17451 -- Mentioned the new JavaScript lexer in the release notes. Refs #7704. 13 年 前
  Jannis Leidel 75a9c8a5ef Fixed #10793 -- Stopped caching paginator instances in sitemap classes to prevent stale sitemaps. Thanks, gnosek, krzysiumed and adam_przybyla. 13 年 前
  Aymeric Augustin 175e6d77df Fixed #11745 -- Grouped commands by application in the output of `manage.py help`. Made 'version' consistent with 'help' while I was in the area, and added tests. Thanks Jannis for the feedback and review. 13 年 前
  Adrian Holovaty 6ecadcbdd2 Made a bunch more edits up until [17418] 13 年 前
  Adrian Holovaty 20106af74d Edited releases/1.4.txt changes from [17354] 13 年 前
  Adrian Holovaty e2e3d4da0c Edited releases/1.4.txt changes from [17353] 13 年 前
  Carl Meyer 844a24bbb9 Fixed #16921 -- Added assertHTMLEqual and assertHTMLNotEqual assertions, and converted Django tests to use them where appropriate. Thanks Greg Müllegger. 13 年 前
  Carl Meyer a678e9ea65 Fixed #17604 - Added context-manager capability to assertTemplateUsed and assertTemplateNotUsed. Thanks Greg Müllegger. 13 年 前
  Julien Phalip f1dc83cb98 Fixed #10868 -- Stopped restoring database connections after the tests' execution in order to prevent the production database from being exposed to potential threads that would still be running. Also did a bit of PEP8-cleaning while I was in the area. Many thanks to ovidiu for the report and to Anssi Kääriäinen for thoroughly investigating this issue. 13 年 前
  Aymeric Augustin a4b472dd80 Fixed #8995 -- Added support for HTTPS in sitemaps. 13 年 前
  Ramiro Morales e308cfc0e1 Added support for specifying initial values to model formsets and inline formsets. 13 年 前
  Aymeric Augustin c51c9b3ce6 Moved two paragraphs from "deprecated features" to "backwards-incompatible changes", where they belong. 13 年 前
  Aymeric Augustin cd46863043 Added missing bits of r17352. Refs #17513. 13 年 前
  Aymeric Augustin e3a7bfccbb Fixed #9655 -- Prevented the urlize template filter from double-quoting URLs. Thanks Claude Paroz for writing the tests. 13 年 前
  Ramiro Morales 8312b85c97 Added support for savepoints to the MySQL DB backend. 13 年 前
  Adrian Holovaty 9fe578c212 Added a bit to the 1.4 release notes about the new SECURE_PROXY_SSL_HEADER setting 13 年 前
  Adrian Holovaty f2dcca6631 Edited docs/releases/1.4.txt 13 年 前
  Adrian Holovaty de697769b7 Edited doc changes from [17246] 13 年 前
  Adrian Holovaty d3ef13044e Edited doc changes from [17244] 13 年 前
  Luke Plant 1c16907199 Added a password reset link to default admin login page if a password reset URL is available. 13 年 前
  Jannis Leidel 6fcbe90954 Minor fixes to the release notes. 13 年 前
  Jannis Leidel 2a9ae71780 Fixed various links in the docs. 13 年 前
  Paul McMillan dce820ff70 Renovated password hashing. Many thanks to Justine Tunney for help with the initial patch. 13 年 前
  Gabriel Hurley a976159db0 Corrections and improvements to the 1.4 release notes. 13 年 前
  Jannis Leidel a9a0f0b03f Fixed #17042 -- Extended startproject and startapp management commands to better handle custom app and project templates. Many thanks to Preston Holmes for his initial patch and Alex Gaynor, Carl Meyer, Donald Stufft, Jacob Kaplan-Moss and Julien Phalip for code reviewing. 13 年 前