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:
LB 2019-10-29 08:23:44 +10:00
parent 92864f22b4
commit 34db9a394f
3 changed files with 3 additions and 3 deletions

View file

@ -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)

View file

@ -418,7 +418,7 @@ Contributors
* ryanomor
* Thijs Baaijen
* Igor van Spengen
* Timothy Bautista
* Stefani Castellanos
Translators
===========

View file

@ -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