kopia lustrzana https://github.com/wagtail/wagtail
release note for 4068385
rodzic
a62022d898
commit
42a48b0085
docs/releases
|
@ -38,6 +38,7 @@ Changelog
|
|||
* Fix: When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
|
||||
* Fix: richtext template tag no longer raises TypeError if None is passed into it (Alejandro Varas)
|
||||
* Fix: Serving documents now uses a streaming HTTP response and will no longer break Djangos cache middleware
|
||||
* Fix: User admin area no longer fails in the presence of negative user IDs (as used by django-guardian's default settings)
|
||||
|
||||
0.8.4 (04.12.2014)
|
||||
~~~~~~~~~~~~~~~~~~
|
||||
|
|
|
@ -22,3 +22,4 @@ Bug fixes
|
|||
* When adding tags where there were none before, it is now possible to save a single tag with multiple words in it
|
||||
* ``richtext`` template tag no longer raises ``TypeError`` if ``None`` is passed into it
|
||||
* Serving documents now uses a streaming HTTP response and will no longer break Djangos cache middleware
|
||||
* Fix: User admin area no longer fails in the presence of negative user IDs (as used by django-guardian's default settings)
|
Ładowanie…
Reference in New Issue