mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Fix contributor name
- incorrectly added the issue creator not the PR creator - updated name to the correct one - Stefani Castellanos
This commit is contained in:
parent
92864f22b4
commit
34db9a394f
3 changed files with 3 additions and 3 deletions
|
|
@ -57,7 +57,7 @@ Changelog
|
|||
* Fix: `DraftailRichTextArea` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev)
|
||||
* Fix: Replace format() placeholders in translatable strings with % formatting (Matt Westcott)
|
||||
* Fix: Altering Django REST Framework's `DEFAULT_AUTHENTICATION_CLASSES` setting no longer breaks the page explorer menu and admin API (Matt Westcott)
|
||||
* Fix: Regression - missing label for external link URL field in link chooser (Timothy Bautista)
|
||||
* Fix: Regression - missing label for external link URL field in link chooser (Stefani Castellanos)
|
||||
|
||||
|
||||
2.6.3 (22.10.2019)
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@ Contributors
|
|||
* ryanomor
|
||||
* Thijs Baaijen
|
||||
* Igor van Spengen
|
||||
* Timothy Bautista
|
||||
* Stefani Castellanos
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ Bug fixes
|
|||
* ``DraftailRichTextArea`` is no longer treated as a hidden field by Django's form logic (Sergey Fedoseev)
|
||||
* Replace format() placeholders in translatable strings with % formatting (Matt Westcott)
|
||||
* Altering Django REST Framework's ``DEFAULT_AUTHENTICATION_CLASSES`` setting no longer breaks the page explorer menu and admin API (Matt Westcott)
|
||||
* Regression - missing label for external link URL field in link chooser (Timothy Bautista)
|
||||
* Regression - missing label for external link URL field in link chooser (Stefani Castellanos)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue