Closed sergei-maertens closed 8 years ago
@@ master #47 diff @@
==========================================
Files 2 2
Lines 428 431 +3
Methods 0 0
Messages 0 0
Branches 37 37
==========================================
+ Hits 300 303 +3
Misses 119 119
Partials 9 9
Powered by Codecov. Last update 7ede278...3bc72ab
☑ Add Django 1.10 to the build config ☑ Drop < 1.8 support ☑ Fix 1.10 issues ☑ Update docs/readme
Since Django 1.7 is not officially supported by Django core anymore, it makes sense to drop support. This also allows us to use the new
TEMPLATES
settings which makes testing a bit more enjoyable.Currently the shipped widgets library is failing on 1.10, I'm not sure what changed, but it seems to be related to the
{% for val, display in choices %}
where the unpacking seems to be ... funky.