Commit History

作者 SHA1 備註 提交日期
  Andrew Godwin c90ab30fa1 Fixed #31056 -- Allowed disabling async-unsafe check with an environment variable. 5 年之前
  Andrew Godwin 635a3f8e6e Refs #30451 -- Doc'd asynchronous support and async-safety. 5 年之前
  Claude Paroz b92d101bd8 Fixed typo in topics docs 5 年之前
  Mariusz Felisiak 908c67e719 Added stub release notes for 3.0.1. 5 年之前
  Jon Dufresne 65285d1e7d Refs #29892 -- Made Selenium tests wait for popups to be ready. 5 年之前
  Mariusz Felisiak 845042b3d9 Refs #25705 -- Fixed invalid SQL generated by SQLFuncMixin.as_sql() in custom_lookups tests. 5 年之前
  Ryan Cheley a1f14ee3e5 Fixed #31006 -- Doc'd backslash escaping in date/time template filters. 5 年之前
  Carlton Gibson 3b347a8a00 Finalized release notes for Django 3.0. 5 年之前
  Carlton Gibson 900ea762e5 Added CVE-2019-19118 to the security archive. 5 年之前
  Carlton Gibson 6376278a90 Updated contrib translations from Transifex. 5 年之前
  Carlton Gibson c92cca8914 Updated core translations from Transifex. 5 年之前
  Carlton Gibson 368b8d20aa Removed issue reporter name from 2.1.15 and 2.2.8 release notes. 5 年之前
  Carlton Gibson e31d185267 Added release dates for 2.1.15, 2.2.8 and 3.0. 5 年之前
  Carlton Gibson 11c5e0609b Fixed CVE-2019-19118 -- Required edit permissions on parent model for editable inlines in admin. 5 年之前
  Mariusz Felisiak 39e39d0ac1 Refs #30953 -- Added 2.1.15 release note for 0107e3d1058f653f66032f7fd3a0bd61e96bf782. 5 年之前
  Mariusz Felisiak 0107e3d105 Fixed #30953 -- Made select_for_update() lock queryset's model when using "self" with multi-table inheritance. 5 年之前
  Carlton Gibson c33eb6dcd0 Fixed #29892 -- Added explicit Selenium wait in admin autocomplete tests. 5 年之前
  Baptiste Mispelon f47ba7e780 Fixed #30255 -- Fixed admindocs errors when rendering docstrings without leading newlines. 5 年之前
  Mariusz Felisiak e8fcdaad5c Fixed #31021 -- Fixed proxy model permissions data migration crash with a multiple databases setup. 5 年之前
  Jon Dufresne 86a0231e0a Refs #23919 -- Replaced super(...) with super() in metaclasses. 5 年之前
  Jon Dufresne 46a0edc3ba Fixed #31028 -- Used classList API to check, add and remove DOM classes. 5 年之前
  Jon Dufresne c8bd37a860 Fixed #31042 -- Removed AdminSeleniumTestCase.get_css_value() in favor of Selenium .is_displayed(). 5 年之前
  Jon Dufresne 875e3ff4fd Fixed #29892 -- Added .wait_page_loaded() in SeleniumTests.test_first_field_focus(). 5 年之前
  Jon Dufresne f0ed38edf3 Refs #29892 -- Replaced Selenium .submit() shim with .click() on the submit button. 5 年之前
  Baptiste Mispelon ff1b19da67 Fixed #31029 -- Used more specific links to RFCs. 5 年之前
  Baptiste Mispelon 42df1b178b Refs #31029 -- Added note about :rfc: role in writing documentation docs. 5 年之前
  Johannes Hoppe 249a6190ae Fixed #30975 -- Replaced custom get_select_option with Selenium's select_by_value. 5 年之前
  Johannes Hoppe 69dbb6b708 Fixed #30973 -- Converted selenium tests wait_page_loaded to context manager. 5 年之前
  Hasan Ramezani 8d32290279 Fixed #30425 -- Handled jinja2.TemplateSyntaxError when rendering a template. 5 年之前
  Farhaan Bukhsh 1f817daa20 Fixed #30803 -- Allowed comma separators for milliseconds in django.utils.dateparse functions. 5 年之前