Commit Graph

35 Commits

Author SHA1 Message Date
tomasgarzon 07a5e442b2
Fix problem in travis with django/python version (#122)
* Fix travis

* Fix url
2021-02-14 16:49:14 +01:00
Serj S c4579138dd fix issue "TypeError: 'int' object is not iterable" during update (pre_save), add tests (#100) 2019-11-01 07:03:57 +01:00
Tomas 9f8251b8c3 Fixing tests 2019-09-25 07:42:08 +02:00
Tomas 35e1c6f27b Fix flake8 errors 2019-09-24 11:58:55 +02:00
Tomas 51f3e11e5b Remove python2.6 and 3.3 and fix flake8 errors 2019-09-24 11:55:17 +02:00
Tomas b2aad8da31 Adding back compatibility 2019-09-24 10:44:30 +02:00
Chihiro Kaneko 944f2b51ee Drop django 1.10 or lower and Django 1.11 or higher support. 2018-09-24 10:20:21 +09:00
Drew Hubl 8e7e2eb286 Add Django 1.11 to test matrix 2017-05-10 04:59:29 -06:00
Leilani Ann Raranga c1cf9a5d31 added indention to pass flake8 2017-03-14 23:28:54 -07:00
Leilani Ann Raranga ad772f572f fix for versions > 1.8 2017-03-13 18:47:05 -07:00
Drew Hubl 01dcad230d Add support for MultiSelectFields being listed in Admin.list_display 2017-02-21 15:26:38 -07:00
Drew Hubl 123d22ba1d Support custom user model (and Django > 1.8) in example app 2017-02-21 14:44:21 -07:00
Drew Hubl 5057ef9e67 Add AppConfigs to example app and multiselectfield 2017-02-21 14:44:21 -07:00
Drew Hubl 9663f1d4ca Add flake8 tests, and fix all flake8 errors we don't ignore 2017-01-01 20:41:35 -07:00
Drew Hubl 95a47c7d22 Add tests for named groups 2016-09-23 07:38:39 -06:00
Drew Hubl 59b83db9f8 Add test to check flatchoices 2016-09-23 04:53:51 -06:00
Drew Hubl d997a7a422 Add test for .values_list() 2016-09-23 04:15:01 -06:00
Drew Hubl 67e47d24a8 Adjust settings to silence warnings 2016-09-22 11:16:41 -06:00
Drew Hubl 0a906b944e Test all if/else branches of utils.get_max_length 2016-09-22 10:54:17 -06:00
Drew Hubl 17ef02d42d Add Django 1.8-1.10 to tox and travis configs 2016-09-22 09:28:31 -06:00
Pablo Martín c232d1776c Better more explicit 2014-10-13 19:57:40 +02:00
Pablo Martín e66f0b33c2 Adding tests to the new feature 2014-10-13 16:24:40 +02:00
Pablo Martín ccc40aa0f5 Ready to new release 2014-10-13 15:57:44 +02:00
Pablo Martín c9c7d07741 Now django.multiselectfield support Django 1.7 2014-10-13 14:52:13 +02:00
Pablo Martín 34f5f7613b Fix bug in wsgi file 2013-12-04 16:43:05 +01:00
Pablo Martín 17bad27260 Improvements in the default value 2013-11-30 19:25:58 +01:00
Pablo Martín 075950197a Improvements in the default value 2013-11-30 19:25:11 +01:00
Pablo Martín 6f53e6ac03 Improvements in the tests 2013-11-26 20:34:25 +01:00
Pablo Martín 0e62e07668 Typo error, copy and paste 2013-11-26 20:26:35 +01:00
Pablo Martín dac9da7b7c Add more tests 2013-11-26 20:25:01 +01:00
Pablo Martín 4a21116fbc Add more tests 2013-11-26 20:04:41 +01:00
Pablo Martín 678bfc089f Structure of the tests 2013-11-26 19:20:19 +01:00
Pablo Martín 8c9c3a7682 Now max_length is not required, the Multiselect field calculate it. And max_choices could be a param in the model 2013-11-26 18:56:37 +01:00
Pablo Martín cd3ef2e8e7 Details 2013-11-19 19:37:58 +01:00
Pablo Martín fbb549f630 Fixed #4 Created test/example project 2013-11-19 19:32:11 +01:00