فهرست منبع

Changelogs/release notes for #4894, #4827, and #4907

Karl Hobley 6 سال پیش
والد
کامیت
87da49bbb1
2فایلهای تغییر یافته به همراه6 افزوده شده و 0 حذف شده
  1. 3 0
      CHANGELOG.txt
  2. 3 0
      docs/releases/2.4.rst

+ 3 - 0
CHANGELOG.txt

@@ -14,6 +14,9 @@ Changelog
  * Added last login to the user overview (Noah B Johnson)
  * Changed design of image editing page (Janneke Janssen, Ben Enright)
  * Added Slovak character map for JavaScript slug generation (Andy Chosak)
+ * Make documentation links on welcome page work for prereleases (Matt Westcott)
+ * Allow overridden `copy()` methods in `Page` subclasses to be called from the page copy view (Robert Rollins)
+ * Cleanup: Use `functools.partial()` instead of `django.utils.functional.curry()` (Sergey Fedoseev)
  * Fix: Query objects returned from `PageQuerySet.type_q` can now be merged with `|` (Brady Moe)
  * Fix: Add `rel="noopener noreferrer"` to target blank links (Anselm Bradford)
  * Fix: Additional fields on custom document models now show on the multiple document upload view (Robert Rollins, Sergey Fedoseev)

+ 3 - 0
docs/releases/2.4.rst

@@ -32,6 +32,9 @@ Other features
  * Added last login to the user overview (Noah B Johnson)
  * Changed design of image editing page (Janneke Janssen, Ben Enright)
  * Added Slovak character map for JavaScript slug generation (Andy Chosak)
+ * Make documentation links on welcome page work for prereleases (Matt Westcott)
+ * Allow overridden ``copy()`` methods in ``Page`` subclasses to be called from the page copy view (Robert Rollins)
+ * Cleanup: Use ``functools.partial()`` instead of ``django.utils.functional.curry()`` (Sergey Fedoseev)
 
 Bug fixes
 ~~~~~~~~~