pull/4858/head
Matt Westcott 2018-10-27 15:58:13 +03:00
rodzic a3ee6aaf19
commit 66a428f741
2 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -8,6 +8,7 @@ Changelog
* Added `max_count` option on page models to limit the number of pages of a particular type that can be created (Dan Braghis)
* 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)
2.3 LTS (23.10.2018)

Wyświetl plik

@ -22,7 +22,8 @@ Bug fixes
~~~~~~~~~
* Query objects returned from ``PageQuerySet.type_q`` can now be merged with ``|`` (Brady Moe)
* Add `rel="noopener noreferrer"` to target blank links (Anselm Bradford)
* Add ``rel="noopener noreferrer"`` to target blank links (Anselm Bradford)
* Additional fields on custom document models now show on the multiple document upload view (Robert Rollins, Sergey Fedoseev)
Upgrade considerations