Commit graph

351 commits

Author SHA1 Message Date
Johannes Hoppe
f1e0752f2d Update gecko driver to 0.14.0 2017-02-21 15:07:19 +01:00
Johannes Hoppe
172ef79ffd Fix coverage source configuration 2017-02-21 15:07:19 +01:00
Johannes Hoppe
36a9ab7bab Fix pytest config 2017-02-21 15:07:19 +01:00
Johannes Hoppe
09110a5460 Fix syntax 2017-02-21 15:07:19 +01:00
pyup-bot
ec1c81ad87 Update mccabe from 0.4.0 to 0.5.3 2017-02-21 15:07:19 +01:00
pyup-bot
3673e55195 Update pyflakes from 1.0.0 to 1.4.0 2017-02-21 15:07:19 +01:00
pyup-bot
937874127f Update pep8-naming from 0.3.3 to 0.4.1 2017-02-21 15:07:19 +01:00
pyup-bot
681ced9f15 Update coverage from 4.3 to 4.3.1 2017-02-21 15:07:19 +01:00
pyup-bot
e375a58b4d Update flake8 from 2.5.2 to 3.2.1 2017-02-21 15:07:19 +01:00
pyup-bot
b2609256f5 Update django-redis from 4.6.0 to 4.7.0 2017-02-21 15:07:19 +01:00
pyup-bot
b676e563e2 Update docutils from 0.12 to 0.13.1 2017-02-21 15:07:19 +01:00
pyup-bot
65cfc12be3 Update pyenchant from 1.6.6 to 1.6.8 2017-02-21 15:07:19 +01:00
pyup-bot
e6ace9a8bc Update babel from 2.2.0 to 2.3.4 2017-02-21 15:07:19 +01:00
pyup-bot
c3a48de1a3 Update django-appconf from 1.0.1 to 1.0.2 2017-02-21 15:07:19 +01:00
pyup-bot
8a463752a0 Update pygments from 2.1 to 2.1.3 2017-02-21 15:07:19 +01:00
pyup-bot
c364394450 Update isort from 4.2.2 to 4.2.5 2017-02-21 15:07:19 +01:00
pyup-bot
977f2c3e25 Update py from 1.4.31 to 1.4.32 2017-02-21 15:07:19 +01:00
pyup-bot
aa15810d92 Update pytz from 2015.7 to 2016.10 2017-02-21 15:07:19 +01:00
pyup-bot
4a5c13a35f Update pytest-django from 2.9.1 to 3.1.2 2017-02-21 15:07:19 +01:00
pyup-bot
584e2e9f89 Update alabaster from 0.7.7 to 0.7.9 2017-02-21 15:07:19 +01:00
pyup-bot
33a7e03acf Update jinja2 from 2.8 to 2.8.1 2017-02-21 15:07:19 +01:00
pyup-bot
93dab02fd1 Update sphinx from 1.3.5 to 1.5.1 2017-02-21 15:07:19 +01:00
pyup-bot
d364dc9630 Update sphinxcontrib-spelling from 2.1.2 to 2.3.0 2017-02-21 15:07:19 +01:00
pyup-bot
701d57ef31 Update selenium from 2.50.1 to 3.0.2 2017-02-21 15:07:19 +01:00
pyup-bot
71c6e1d9c3 Update pytest from 2.8.7 to 3.0.5 2017-02-21 15:07:19 +01:00
Tim Tisdall
7c2a898cfa update CHANGELOG 2017-01-23 20:01:03 +01:00
Johannes Hoppe
6180846345 Update test suite
- Add tox
- Add python 3.6
- Drop python 3.4
- Add chrome and gecko driver
- Switch tests from memcache to redis
2016-12-28 21:02:32 +01:00
Tim Tisdall
9430a950c2 refer to the correct class 2016-12-05 14:54:11 +01:00
Johannes Hoppe
1f9b094b67 v5.8.10 2016-12-05 14:52:54 +01:00
Tim Tisdall
15dbbf41a7 retain order of choices
If the choices are put into a `set` then the order is lost.  Regardless, I don't think a `set` is very useful here as this won't even deal with duplicate choice values/ids (ex. `(('1', 'one'), ('1', 'also one'))`)
2016-12-05 14:47:49 +01:00
Raony Guimarães
fb3bc19595 Fix Test suite for Django 1.10+
* Fix template dir

This is necessary to make your example work!

* Fix Jquery2 url
2016-11-04 15:52:29 +01:00
Johannes Hoppe
f03d7d44a8 Add tests for Django 1.10 release 2016-08-25 10:05:22 +02:00
Johannes Hoppe
e3c6919bbd Fix tests 2016-08-15 09:07:57 +02:00
Johannes Hoppe
9f5644b479 Upgrade select2 to 4.0.3 2016-08-15 08:58:34 +02:00
Johannes Hoppe
c797e59584 Bump version number to 5.8.7 2016-08-14 10:41:31 +02:00
Josef Kolář
72616f8276 ModelSelect2Mixin - avoid queryset evaluation (#287) 2016-08-14 10:38:57 +02:00
Johannes Hoppe
99aed19308 Write changelog bump version to 5.8.6 2016-06-19 12:29:45 +02:00
Jonas Haag
74bf15ce48 Drop six requirement, use django.utils.six instead (#282)
* Drop six requirement, use django.utils.six instead

* Drop six requirement, use django.utils.six instead

* Make isort happy
2016-06-19 12:27:49 +02:00
Johannes Hoppe
57dfd53d55 Bump version number 2016-05-23 16:18:39 +02:00
Johannes Hoppe
f943fe07f5 Fixes #256 -- Don't render empty option for multiselect (#275) 2016-05-23 16:17:31 +02:00
AppleGrew
a6a12d7392 Doc link's domain name updated 2016-04-28 13:12:16 +05:30
Johannes Hoppe
f579f4af35 Adds travis-ci auto deploy 2016-04-22 15:25:04 +02:00
Julian
0b3abb8f1f Fixes minor documentation typo 2016-04-03 13:20:53 +02:00
Jônatas Castro
01c8979100 Fixes #238 -- Changed Token Separators
When Django was parsing the separator attribute, it was comming with 'u' char from unicode.
So the trick was to put the value in a String.
Solved https://github.com/applegrew/django-select2/issues/238

Closes #268
2016-03-10 15:34:30 +01:00
Damir Arbula
f6ee1f57db Add exception handling for cPickle.PicklingError to widget caching
Closes #265
2016-03-08 16:30:47 +01:00
Johannes Hoppe
894a251be3 Switch coverage badge to SVG 2016-03-01 10:16:11 +01:00
Damir Arbula
9ed8f58fa6 Fixes #260 -- Normalize choices keys and selected choices to strings 2016-03-01 10:08:41 +01:00
Johannnes Hoppe
a8a4baf04d Fixes #261 -- Adds better hints if widget is not serialisable to django cache
Closes #263
2016-02-24 18:51:39 +01:00
Johannes Hoppe
5b0400dfaa Bump version number 2016-02-08 10:44:22 +01:00
Johannes Hoppe
7923eeb0ee Removes choices from render and render_options signature
Choices has been removed by @jpic in
926e90132d
2016-02-08 10:13:10 +01:00