Changelog/release note for #4458

pull/4436/head
Karl Hobley 2018-04-11 10:04:27 +01:00
rodzic 35533ad90f
commit e809b6addd
3 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -41,6 +41,7 @@ Changelog
* Fix: Breadcrumb navigation now respects custom `get_admin_display_title` methods (Arthur Holzner, Wietze Helmantel, Matt Westcott)
* Fix: Inconsistent order of heading features when adding h1, h5 or h6 as default feature for Hallo RichText editor (Loic Teixeira)
* Fix: Add invalid password reset link error message (Coen van der Kamp)
* Fix: Bypass select/prefetch related optimisation on `update_index` for `ParentalManyToManyField` to fix crash (Tim Kamanin)
2.0.1 (04.04.2018)

Wyświetl plik

@ -292,6 +292,7 @@ Contributors
* Rajeev J Sebastian
* Coen van der Kamp
* Sander Tuit
* Tim Kamanin
Translators
===========

Wyświetl plik

@ -59,6 +59,7 @@ Bug fixes
* Breadcrumb navigation now respects custom ``get_admin_display_title`` methods (Arthur Holzner, Wietze Helmantel, Matt Westcott)
* Inconsistent order of heading features when adding h1, h5 or h6 as default feature for Hallo RichText editor (Loic Teixeira)
* Add invalid password reset link error message (Coen van der Kamp)
* Bypass select/prefetch related optimisation on ``update_index`` for ``ParentalManyToManyField`` to fix crash (Tim Kamanin)
Upgrade considerations