mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-27 03:10:27 +00:00
Changelog/release note/contributor for #2073
This commit is contained in:
parent
9a3bfb8dac
commit
3540f2b080
3 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ Changelog
|
|||
|
||||
* The `Document` model can now be overridden using the new `WAGTAILDOCS_DOCUMENT_MODEL` setting (Alex Gleason)
|
||||
* Fix: Custom page managers no longer raise an error when used on an abstract model
|
||||
* Fix: Wagtail's migrations are now all reversible (benjaoming)
|
||||
|
||||
1.3 (23.12.2015)
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
|
|
|||
|
|
@ -93,6 +93,7 @@ Contributors
|
|||
* Rich Atkinson
|
||||
* jnns
|
||||
* Eugene MechanisM
|
||||
* benjaoming
|
||||
|
||||
|
||||
Translators
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ Bug fixes
|
|||
~~~~~~~~~
|
||||
|
||||
* Custom page managers no longer raise an error when used on an abstract model
|
||||
* Wagtail's migrations are now all reversible (benjaoming)
|
||||
|
||||
|
||||
Upgrade considerations
|
||||
|
|
|
|||
Loading…
Reference in a new issue