Jelajahi Sumber

Release note for #12236

Sage Abdullah 6 bulan lalu
induk
melakukan
5038418b1e
2 mengubah file dengan 2 tambahan dan 0 penghapusan
  1. 1 0
      CHANGELOG.txt
  2. 1 0
      docs/releases/6.3.md

+ 1 - 0
CHANGELOG.txt

@@ -22,6 +22,7 @@ Changelog
  * Maintenance: Phase out usage of SECRET_KEY in version and icon hashes (Jake Howard)
  * Maintenance: Audit all use of localized and non-localized numbers in templates (Matt Westcott)
  * Maintenance: Refactor StreamField `get_prep_value` for closer alignment with JSONField (Sage Abdullah)
+ * Maintenance: Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
 
 
 6.2.2 (xx.xx.xxxx) - IN DEVELOPMENT

+ 1 - 0
docs/releases/6.3.md

@@ -44,6 +44,7 @@ This release adds formal support for Django 5.1.
  * Phase out usage of `SECRET_KEY` in version and icon hashes (Jake Howard)
  * Audit all use of localized and non-localized numbers in templates (Matt Westcott)
  * Refactor StreamField `get_prep_value` for closer alignment with JSONField (Sage Abdullah)
+ * Move search implementation logic from generic `IndexView` to `BaseListingView` (Sage Abdullah)
 
 
 ## Upgrade considerations - changes affecting all projects