File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,15 @@ CHANGELOG
5
5
0.17.2 (unreleased)
6
6
-------------------
7
7
8
- *
8
+ **New features**
9
+
10
+ * Use a LazyEncoder to allow lazy translations in settings (#132, thanks @Mactory)
11
+ * Enable settings_overrides also for admin (fixes #120, thanks @PetrDiouhy)
12
+ * Add tests for Django 1.9 and Python 3.5 (thanks @itbabu)
13
+
14
+ **Bug fixes**
15
+
16
+ * Fix LeafletWidget behaviour on GeometryCollectionField (fixes #135)
9
17
10
18
11
19
0.17.1 (2015-12-16)
Original file line number Diff line number Diff line change @@ -605,6 +605,8 @@ AUTHORS
605
605
* David Martinez Morata
606
606
* `NotSqrt <https://github.com/NotSqrt >`_
607
607
* `Dylan Verheul <https://github.com/dyve >`_
608
+ * `Mactory <https://github.com/Mactory >`_
609
+ * `Petr Dlouhy <https://github.com/PetrDlouhy >`_
608
610
609
611
|makinacom |_
610
612
You can’t perform that action at this time.
0 commit comments