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
550.17.2 (unreleased)
66-------------------
77
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)
917
1018
11190.17.1 (2015-12-16)
Original file line number Diff line number Diff line change @@ -605,6 +605,8 @@ AUTHORS
605605* David Martinez Morata
606606* `NotSqrt <https://github.com/NotSqrt >`_
607607* `Dylan Verheul <https://github.com/dyve >`_
608+ * `Mactory <https://github.com/Mactory >`_
609+ * `Petr Dlouhy <https://github.com/PetrDlouhy >`_
608610
609611|makinacom |_
610612
You can’t perform that action at this time.
0 commit comments