kopia lustrzana https://github.com/wagtail/wagtail
Release note for #2605
rodzic
a7262783f3
commit
0eaac1882c
|
|
@ -1,7 +1,7 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
1.5 (xx.xx.xxxx)
|
||||
1.5 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~
|
||||
|
||||
* Added wagtail.contrib.modeladmin, an app for configuring arbitrary Django models to be edited through the Wagtail admin (Andy Babic)
|
||||
|
|
@ -51,7 +51,13 @@ Changelog
|
|||
* Fix: Fixed UnicodeEncodeError in wagtailforms when downloading a CSV for a form containing non-ASCII field labels on Python 2 (Mikalai Radchuk)
|
||||
|
||||
|
||||
1.4.4 (xx.xx.2016)
|
||||
1.4.5 (xx.xx.xxxx) - IN DEVELOPMENT
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* Fix: Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard)
|
||||
|
||||
|
||||
1.4.4 (10.05.2016)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
||||
* New translation for Slovenian (Mitja Pagon)
|
||||
|
|
|
|||
|
|
@ -0,0 +1,16 @@
|
|||
============================================
|
||||
Wagtail 1.4.5 release notes - IN DEVELOPMENT
|
||||
============================================
|
||||
|
||||
.. contents::
|
||||
:local:
|
||||
:depth: 1
|
||||
|
||||
|
||||
What's changed
|
||||
==============
|
||||
|
||||
Bug fixes
|
||||
~~~~~~~~~
|
||||
|
||||
* Paste / drag operations done entirely with the mouse are now correctly picked up as edits within the rich text editor (Matt Fozard)
|
||||
|
|
@ -5,6 +5,7 @@ Release notes
|
|||
:maxdepth: 1
|
||||
|
||||
1.5
|
||||
1.4.5
|
||||
1.4.4
|
||||
1.4.3
|
||||
1.4.2
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue