mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-19 12:41:12 +00:00
parent
9f97e32960
commit
6664b063cc
3 changed files with 3 additions and 1 deletions
|
|
@ -19,6 +19,7 @@ Changelog
|
|||
* Fix: Page IDs in page revisions were not updated on page copy, causing subsequent edits to be committed to the original page instead
|
||||
* Fix: Copying a page now creates a new page revision, ensuring that changes to the title/slug are correctly reflected in the editor (and also ensuring that the user performing the copy is logged)
|
||||
* Fix: Prevent a race condition when creating Filter objects
|
||||
* Fix: On adding a new page, the available page types are ordered by the displayed verbose name
|
||||
|
||||
|
||||
0.8.3 (18.11.2014)
|
||||
|
|
|
|||
|
|
@ -35,10 +35,10 @@ Contributors
|
|||
* John-Scott Atlakson
|
||||
* Eric Drechsel
|
||||
* Alejandro Giacometti
|
||||
* Robert Rollins
|
||||
* linibou
|
||||
* Timo Rieber
|
||||
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
||||
|
|
|
|||
|
|
@ -17,3 +17,4 @@ Bug fixes
|
|||
* Page IDs in page revisions were not updated on page copy, causing subsequent edits to be committed to the original page instead
|
||||
* Copying a page now creates a new page revision, ensuring that changes to the title/slug are correctly reflected in the editor (and also ensuring that the user performing the copy is logged)
|
||||
* Prevent a race condition when creating Filter objects
|
||||
* On adding a new page, the available page types are ordered by the displayed verbose name
|
||||
|
|
|
|||
Loading…
Reference in a new issue