-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Mike Dingjan
committed
Dec 25, 2016
1 parent
6dc85d5
commit 2ac60d8
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
================================ | ||
Wagtailtrans 0.1.1 release notes | ||
================================ | ||
|
||
.. contents:: | ||
:local: | ||
:depth: 1 | ||
|
||
|
||
----------- | ||
What is new | ||
----------- | ||
|
||
This release mainly implements some minor changes. | ||
|
||
|
||
Features | ||
~~~~~~~~ | ||
|
||
- Add ``TranslationMiddleware`` for earlier language activation, with this middleware error pages will be displayed in the requested language. | ||
- Add ``language_id`` filter to ``wagtailtrans.models.TranslatablePage`` so search results can be filterd by language | ||
- Update documentation & typo fixes. |