Commit Graph

10 Commits

Author SHA1 Message Date
Unknown
d0ae3a9c43 Fix jquery dependency for Django >2.2 version
Django changed the way media assets are merged, now using a topological sort algorithm. Dependencies are now needed to be added in the media so they are recognized by the algorithm.
2019-10-03 20:38:25 -03:00
David Sauve
33b43b98b0 Added renderer=None to render call 2019-04-03 14:28:43 -07:00
Gagaro
880033d3a5 fix: django.utils.six not available before django 1.6 2014-12-04 12:34:49 +01:00
Gagaro
8e912f9738 tests: improve testing by splitting tests + use six for basestring python3 compatibility 2014-12-04 12:18:53 +01:00
Florent Lebreton
337a8f9a08 Add a setting for reset button (@jsayles) 2014-11-26 19:19:03 +01:00
Florent Lebreton
02e78b1a6c Better rendering and javascript initialization (@andybak / #2) 2014-11-26 18:44:26 +01:00
Florent Lebreton
5c7f1d7037 PEP8 clean-up 2013-11-20 15:59:14 +01:00
Florent Lebreton
7666e781e5 Widget should not behave as a hidden field 2013-11-20 15:46:40 +01:00
Florent Lebreton
c4bb0b8fd1 Improve handling of different values types 2013-09-18 10:50:19 +02:00
Florent Lebreton
082523eb47 First version 2013-09-13 12:17:26 +02:00