Alieh Rymašeŭski
71f9ae84e6
Return MSFList, not plain list, from form field ( #118 )
2021-02-14 15:47:47 +01:00
Tomas
9c43f195ba
Fix reStructuredText
2020-02-20 07:12:28 +01:00
Tomas
715893d98e
Update version
2020-02-20 06:57:53 +01:00
Jian Dai
794bd41546
Optimize multiselectfield to_python method. ( #106 )
...
* Optimize multiselectfield to_python method.
When using with django import export plugin, optimize these 2 things:
1. User usally input a " " after ",", optimize the parse method, trim it.
2. User also can input "," instead of ",", for a better user experience.
* Update fields.py
2020-02-20 06:53:32 +01:00
Tomas
9e44443275
Update version
2019-12-19 07:22:29 +01:00
tomasgarzon
9e3485264c
Support django 3 ( #103 )
...
* Update reqs for travis
* Exclude versions
* Update from master
2019-12-19 07:20:48 +01:00
Thijs Boehme
1b4353bd47
Update lazy translation import ( #102 )
...
`ugettext_lazy` is deprecated as of Django 3.0 (to be removed in Django 4.0)
2019-12-12 23:10:34 +01:00
Tomas
7341848d13
Create 0.1.10 version
2019-11-01 07:07:55 +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
tomasgarzon
66266dd30b
Merge pull request #99 from goinnn/add-back-compatibility
...
Add back compatibility
2019-10-04 10:45:12 +02:00
Tomas
dd8590dac5
Update info for release
2019-10-02 06:33:33 +02:00
Tomas
3a0d70633f
Fix matrix versions
2019-09-25 09:47:44 +02:00
Tomas
9f8251b8c3
Fixing tests
2019-09-25 07:42:08 +02:00
Tomas
27851b8eb5
Change python3 compatibility
2019-09-24 13:16:34 +02:00
Tomas
3ab2dd9d38
Adding exclude 3.4
2019-09-24 12:33:45 +02:00
Tomas
c18868a81e
Fix exclude travis matrix
2019-09-24 12:28:45 +02:00
Tomas
c5d2422e43
Adding travis matrix
2019-09-24 12:16:16 +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
tomasgarzon
72177cc624
Merge pull request #90 from uncovertruth/drop_unsupported_versions
...
Drop unsupported versions and Add new versions
2019-09-19 06:51:55 +02:00
tomasgarzon
8f5581d715
Merge branch 'master' into drop_unsupported_versions
2019-09-19 06:51:45 +02:00
Tomas
d3868c3a68
Adding ignore W605
2019-09-13 07:31:47 +02:00
Tomas
965e1c12a9
Fix flake8 errors
2019-09-13 07:27:09 +02:00
hirokinko
679a6e446b
Fix .travis.yml
2018-09-24 10:54:26 +09:00
Chihiro Kaneko
a0b438280c
Fix deprecation warnings.
2018-09-24 10:20:41 +09: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
Chihiro Kaneko
ec49e08b64
Add new django versions and Drop EOL versions.
2018-09-24 10:19:16 +09:00
Drew Hubl
94ff6e1c3a
Bump version for PyPI release
2017-08-07 23:12:05 -07:00
blag
2d2523ec9e
Merge pull request #68 from founders4schools/fix/serialization
...
move MSFList class to global scope
2017-08-08 00:09:04 -06:00
Andrew Miller
d6ad0115b7
finish flake8 and pass choices to MSFList
2017-07-25 16:58:52 +01:00
Andrew Miller
dadfdaee12
flake 8
2017-07-25 16:56:26 +01:00
Andrew Miller
3173384d68
move MSFList class to global scope
...
Fixes #65 which enables serialisation with pickle
2017-07-25 16:45:19 +01:00
Drew Hubl
e81ad8106d
Bump version to 0.1.7 for PyPI release
2017-05-18 07:04:25 -06:00
Drew Hubl
af939b05fb
Add Python 3.6 to the PyPI classifiers section
2017-05-18 07:02:18 -06:00
blag
42e7c9ab03
Merge pull request #64 from uncovertruth/fix/read_CHANGES_as_utf8
...
Fix: read README.rst and CHANGES.rst using utf-8 codecs.
2017-05-18 06:55:30 -06:00
makoto tsuyuki
2d61715e40
Fix: read README.rst and CHANGES.rst using utf-8 codecs.
2017-05-18 19:21:44 +09:00
Drew Hubl
8846354dc2
Release version 0.1.6
2017-05-10 05:02:03 -06:00
atten
6cdeff7b2a
python2 compatible fix
2017-05-10 05:01:50 -06:00
Drew Hubl
79217af6d9
Update .gitignore [skip ci]
2017-05-10 04:59:54 -06:00
Drew Hubl
5ea1d479fb
Add Python 3.6 to test matrix
2017-05-10 04:59:40 -06:00
Drew Hubl
8e7e2eb286
Add Django 1.11 to test matrix
2017-05-10 04:59:29 -06:00
blag
5c462c3d45
Merge pull request #60 from LeilaniAnn/patch-1
...
fix for versions > 1.8
2017-03-15 08:07:55 -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
blag
6bf9798e07
Update customized template
2017-02-27 06:00:36 -07:00
blag
9614c437d6
Update customized template
2017-02-27 05:57:37 -07:00
blag
0b475a41f8
Add info about customizing template
...
From issue #57 .
2017-02-21 15:39:55 -07:00
blag
81fc7abc8e
Merge pull request #56 from ixc/master
...
A fix for field labels in the admin as decribed in my comment in issue #26
2017-02-21 15:27:09 -07:00
Drew Hubl
01dcad230d
Add support for MultiSelectFields being listed in Admin.list_display
2017-02-21 15:26:38 -07:00