mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-27 01:54:49 +00:00
release note for #3039
This commit is contained in:
parent
2992782c99
commit
5dc5a32adc
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ Changelog
|
|||
* Fix: Setting `USE_THOUSAND_SEPARATOR = True` no longer breaks the rendering of numbers in JS code for InlinePanel (Mattias Loverot, Matt Westcott)
|
||||
* Fix: Images / documents pagination now preserves GET parameters (Bojan Mihelac)
|
||||
* Fix: Wagtail's UserProfile model now sets a related_name of ``wagtail_userprofile`` to avoid naming collisions with other user profile models (Matt Westcott)
|
||||
* Fix: Non-text content is now preserved when adding or editing a link within rich text (Matt Westcott)
|
||||
|
||||
|
||||
1.6.3 (30.09.2016)
|
||||
|
|
|
|||
|
|
@ -67,6 +67,7 @@ Bug fixes
|
|||
* Setting ``USE_THOUSAND_SEPARATOR = True`` no longer breaks the rendering of numbers in JS code for InlinePanel (Mattias Loverot, Matt Westcott)
|
||||
* Images / documents pagination now preserves GET parameters (Bojan Mihelac)
|
||||
* Wagtail's UserProfile model now sets a related_name of ``wagtail_userprofile`` to avoid naming collisions with other user profile models (Matt Westcott)
|
||||
* Non-text content is now preserved when adding or editing a link within rich text (Matt Westcott)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue