Johannes Hoppe
90fbf7422f
Fix #451 -- Remove none ASCII char
2018-01-10 18:19:13 +01:00
Johannes Hoppe
f6d5afe51d
Add support for Django 2.0
2017-11-25 18:56:46 +01:00
Johannes Hoppe
19e2e50921
Drop Django 1.8 and 1.10 support
2017-11-25 18:56:46 +01:00
Johannes Hoppe
937dcac08b
Drop Python 3.5 support
2017-11-25 18:56:46 +01:00
Johannes Hoppe
322b389ad3
Increment version number
2017-11-25 18:56:46 +01:00
Johannes Hoppe
ac7050d2db
Fix coerage badge
2017-11-25 18:56:46 +01:00
Johannes Hoppe
d4dcc5f3c0
Switch to short version of APL2
2017-11-25 18:56:46 +01:00
Johannes Hoppe
cca6583d48
Switch README to reStructuredText
2017-11-25 18:56:46 +01:00
Johannes Hoppe
1b1f345b3d
Switch releases to pbr
2017-11-25 18:56:46 +01:00
Johannes Hoppe
e09951ce62
Unfreeze development requirements
2017-11-25 18:56:46 +01:00
Johannes Hoppe
f967eb643b
Drop Python 2 support
2017-11-25 18:56:46 +01:00
Jens Timmerman
176be2fdcf
Update setup.cfg ( #446 )
...
not all build systems running `python setup.py bdist_rpm` will generate a setup.cfg if one is already present
so we need to repeat the dependencies from setup.py in setup.cfg's bdist_rpm section if we want to create correct dependencies in the rpm's generated. (django appconf 0.6 is called python-django-appconf in redhat/centos/fedora)
2017-11-23 12:51:54 +01:00
Johannes Hoppe
e1f5b7d999
Switch from coveralls to codecov
2017-11-10 09:47:12 +01:00
pyup-bot
5f263f9385
Update jinja2 from 2.9.6 to 2.10
2017-11-09 13:46:01 +01:00
pyup-bot
3ebad0dc12
Update coverage from 4.4.1 to 4.4.2
2017-11-05 16:01:56 +01:00
pyup-bot
00c082bd6d
Update selenium from 3.6.0 to 3.7.0
2017-11-03 10:20:18 +01:00
pyup-bot
3cc666e46d
Update pytz from 2017.2 to 2017.3
2017-11-01 13:53:56 +01:00
pyup-bot
47c191fe13
Update flake8 from 3.4.1 to 3.5.0
2017-10-24 20:37:37 +02:00
pyup-bot
4ebbb05d11
Update pep8 from 1.7.0 to 1.7.1
2017-10-24 20:35:32 +02:00
pyup-bot
4ba7ecb8a0
Update sphinx from 1.6.4 to 1.6.5
2017-10-23 09:43:50 +02:00
pyup-bot
2b2b11fdf4
Update sphinxcontrib-spelling from 4.0.0 to 4.0.1
2017-10-11 22:39:02 +02:00
pyup-bot
88319ecc47
Update sphinxcontrib-spelling from 2.3.0 to 4.0.0
2017-10-11 10:22:16 +02:00
pyup-bot
4c0139f253
Update pydocstyle from 2.1.0 to 2.1.1
2017-10-10 11:58:18 +02:00
pyup-bot
fdfdbbb512
Update pydocstyle from 2.0.0 to 2.1.0
2017-10-08 20:02:44 +02:00
pyup-bot
15201d1c7e
Update pytest from 3.2.2 to 3.2.3
2017-10-05 10:20:22 +02:00
pyup-bot
da6867c083
Update sphinx from 1.6.3 to 1.6.4
2017-09-28 16:55:38 +02:00
pyup-bot
6153f4778a
Update selenium from 3.5.0 to 3.6.0
2017-09-28 16:55:25 +02:00
pyup-bot
58d8a9faa8
Update six from 1.10.0 to 1.11.0
2017-09-18 15:41:21 +02:00
pyup-bot
1a27c3562d
Update babel from 2.5.0 to 2.5.1
2017-09-14 13:09:38 +02:00
pyup-bot
b81b7f4d0c
Update pytest from 3.2.1 to 3.2.2
2017-09-07 21:01:07 +02:00
Aaron WALKER
c07194e382
Fix incorrect i18n documentation
2017-09-07 16:40:31 +02:00
Phoebe Bright
c4b3fdfbef
Add model to AddressForm example
...
model also seems to be required in widget as shown in test - https://github.com/applegrew/django-select2/blob/master/tests/testapp/forms.py
2017-08-31 00:27:21 +02:00
pyup-bot
2000395c3b
Update babel from 2.4.0 to 2.5.0
2017-08-18 11:41:13 +02:00
pyup-bot
8911ad91b2
Update redis from 2.10.5 to 2.10.6
2017-08-17 09:18:33 +02:00
pyup-bot
5dec946658
Update selenium from 3.4.3 to 3.5.0
2017-08-10 17:55:26 +02:00
pyup-bot
85ffeda276
Update pytest from 3.2.0 to 3.2.1
2017-08-10 09:23:16 +02:00
pyup-bot
44d0039d49
Update pyflakes from 1.5.0 to 1.6.0
2017-08-03 18:06:43 +02:00
pyup-bot
a3f4a28ff1
Update docutils from 0.13.1 to 0.14
2017-08-03 16:09:39 +02:00
pyup-bot
403a32ff46
Update pytest from 3.1.3 to 3.2.0
2017-08-02 10:12:02 +02:00
pyup-bot
cca167bd24
Update flake8 from 3.3.0 to 3.4.1
2017-07-31 13:27:36 +02:00
Johannes Hoppe
90028d9e36
Fix case issue -- get_langauge() only returns lower case
...
get_langauge() only returns lower case some i18n file name include
upper case language code tho. This will detect all lanugages.
2017-07-24 10:25:56 +02:00
pyup-bot
ec3462e87a
Update pyenchant from 1.6.10 to 1.6.11
2017-07-21 14:29:05 +02:00
pyup-bot
db5ec06f83
Update pyenchant from 1.6.8 to 1.6.10
2017-07-19 13:54:39 +02:00
Johannes Hoppe
b46f69f166
Add i18n support
2017-07-16 17:30:42 +02:00
Johannes Hoppe
b88e26bfa2
Switch to Chrome headless for selenium tests
2017-07-16 12:35:11 +02:00
pyup-bot
78c54f2c47
Update pytest from 3.1.2 to 3.1.3
2017-07-08 14:54:21 +02:00
Yuval Adam
018701680b
Update ArrayField tagging widget documentation
...
This change reflects the new widget rendering APIs in Django 1.11
and enables the tagging widget to correctly show existing tags
2017-07-03 15:21:52 +02:00
pyup-bot
d4668e3125
Update selenium from 3.4.2 to 3.4.3
2017-07-03 11:04:48 +02:00
pyup-bot
bc0eab96e0
Update sphinx from 1.6.2 to 1.6.3
2017-07-03 11:04:33 +02:00
pyup-bot
6d2bd1cbd3
Update pytest-rerunfailures from 2.1.0 to 2.2
2017-07-03 11:04:21 +02:00