Commit graph

490 commits

Author SHA1 Message Date
Camilo Nova
bc9b11b8fa Bump version 2018-02-07 09:05:51 -05:00
Camilo Nova
29f493f7c1 Merge branch 'file-upload' 2017-11-08 08:42:34 -05:00
Camilo Nova
3f6b694f74
Merge pull request #243 from whs/master
Fix Reset to default for DateTime, #185
2017-11-08 08:31:44 -05:00
Manatsawin Hanmongkolchai
bbc7db2edc Merge https://github.com/jazzband/django-constance 2017-11-07 21:45:04 +07:00
Manatsawin Hanmongkolchai
6015e9c360 results_list: Move inline JavaScript to constance.js
Merge branch 'default-datetime' of https://github.com/rvernica/django-constance
2017-11-07 21:43:47 +07:00
Camilo Nova
4fae43b9a1
Merge pull request #237 from felixxm/bumped-django
Bumped Django version.
2017-11-06 11:51:46 -05:00
Camilo Nova
643e8401b6
Merge pull request #224 from founders4schools/translations/french
Add French translations
2017-11-06 11:47:57 -05:00
Camilo Nova
7da7598291
Merge pull request #222 from JoshLabs/vb_validation_fix
Fixed #201
2017-11-06 11:47:22 -05:00
Camilo Nova
2d86960ab9 Remove translation from the app name. Fixes #204 2017-11-06 11:43:08 -05:00
Camilo Nova
8e42d2102f Improve docs 2017-11-06 11:40:53 -05:00
Camilo Nova
23e8557c83 Added file uploads. Fixes #141 and #241 2017-11-06 11:31:00 -05:00
Camilo Nova
15b9e73cb8 Merge pull request #240 from joshkel/patch-2
Fix link and grammar
2017-10-21 16:01:14 -05:00
Josh Kelley
da9d504b76 Fix link and grammar 2017-10-18 22:24:03 -04:00
Camilo Nova
cb39e746bf Merge pull request #239 from joshkel/patch-1
Update information on template context processors
2017-10-18 12:00:43 -05:00
Josh Kelley
0bd88e2d49 Update information on template context processors
TEMPLATE_CONTEXT_PROCESSORS is deprecated in Django 1.8. This updates the documentation to match.
2017-10-17 21:20:20 -04:00
Camilo Nova
d33df08592 Merge pull request #238 from whs/master
Pack static files into release
2017-10-07 16:14:20 -05:00
Manatsawin Hanmongkolchai
5c8f282755 Pack static files into release 2017-10-02 22:43:45 +07:00
Mariusz Felisiak
06db1864bb
Bumped Django version. 2017-09-26 21:26:55 +02:00
Camilo Nova
03ba898db3 Merge pull request #220 from mpauly/master
Fix for #219
2017-09-06 14:10:15 -05:00
Camilo Nova
c8b7d67f4b Merge pull request #233 from whs/master
database: Allow running set while database is not created (close #229)
2017-08-21 08:56:00 -05:00
Manatsawin Hanmongkolchai
0e38ae7ce1 database: Allow running set while database is not created 2017-08-20 19:44:16 +07:00
Camilo Nova
f0defe80fa Merge pull request #231 from whs/master
Moved inline css/javascripts out to their own files
2017-08-09 18:53:05 -05:00
Manatsawin Hanmongkolchai
c8568b3f6b Moved inline css/javascripts out to their own files 2017-08-09 19:44:48 +07:00
Camilo Nova
5ec5ac7991 Merge pull request #230 from whs/master
database: Ignore operation errors (#229)
2017-08-08 09:02:38 -05:00
Manatsawin Hanmongkolchai
f8aad0c7f6 Also ignore ProgrammingError for Postgres 2017-08-08 18:39:01 +07:00
Manatsawin Hanmongkolchai
bbfa8fa7dc database: Ignore operation errors (#229) 2017-08-07 23:56:20 +07:00
Bruno Alla
717304f8c0 Add French translations 2017-07-03 12:49:07 +01:00
Varun Bargali
d80acd0dc6 updated message files 2017-06-13 19:41:38 +05:30
Varun Bargali
d3da1e14bd added validation error for forgetting variables in CONSTANCE_CONFIG_FIELDSETS 2017-06-13 19:37:39 +05:30
Martin Pauly
3f5fc73409 Use admin_site property of ModelAdmin, to make sure that the correct list of apps is used 2017-06-02 23:27:20 +02:00
Jon Dufresne
3162bd656f Add testing for all supported Python and Django versions
Document all supported versions in PyPI using trove classifiers.
Alphabetize classifiers.

Add all supported versions to tox.ini for easy testing. Tidy up tox.ini
by removing defaults for basepython.

Add all supported versions to the Travis CI configuration for CI
testing.

Use Tox-Travis to help build the test matrix as the different versions
of Django do not have complete overlap of Python support.

Update Travis configuration to use built in pip caching support.

https://docs.travis-ci.com/user/caching/#pip-cache
2017-06-02 14:40:07 +02:00
Jon Dufresne
9725bb2a94 Use dict comprehension; available since Python 2.7 (#217) 2017-06-02 10:53:08 +02:00
Jannis Leidel
8b8b6569d9
Use original path to constance settings in admin tests. 2017-06-02 10:52:42 +02:00
Bruno Alla
1cce582edc Fix #187: Preserve sorting from fieldset config (#207) 2017-06-02 10:52:16 +02:00
Jon Dufresne
31c1e7b53c Rename [wheel] section to [bdist_wheel] as the former is legacy
See:

54ddbcc9ce/wheel/bdist_wheel.py (bdist_wheel.py-119):125

http://pythonwheels.com/
2017-06-02 10:24:41 +02:00
Jon Dufresne
3a1f8a898b Remove unnecessary calls to dict.keys
iter(dict) is equivalent to iter(dict.keys()). Can simply act on the
dict instead. Provides a more concise, Pythonic syntax and avoids an
unnecessary function call.

Inspired by Lennart Regebro's presentation "Prehistoric Patterns in
Python" at PyCon 2017. Available at:

https://www.youtube.com/watch?v=V5-JH23Vk0I
2017-06-02 10:23:21 +02:00
Camilo Nova
4268ea808a Merge pull request #213 from felixxm/cleanup-unused
Removed unused variables and imports.
2017-05-25 14:38:42 -05:00
Camilo Nova
98fef54678 Merge pull request #212 from felixxm/timedelta-support
Fixed #211 -- Added datetime.timedelta support.
2017-05-25 14:38:20 -05:00
Mariusz Felisiak
3af72e167b
Removed unused variables and imports. 2017-05-25 14:02:52 +02:00
Mariusz Felisiak
fc5a32f2ac
Fixed #211 -- Added datetime.timedelta support. 2017-05-25 13:50:27 +02:00
Camilo Nova
edbca6dd93 Merge pull request #208 from founders4schools/tox/py36
Add python 3.6 to build matrix
2017-05-16 15:05:48 -05:00
Bruno Alla
737fa37ae4 Run Django 1.11 tests with Python 3.6 2017-05-16 14:36:03 +01:00
Bruno Alla
3eef317761 Add python 3.6 to Tox file
A bit more is needed to add it to travis
2017-05-16 13:44:53 +01:00
Mariusz Felisiak
9227d469eb Removed deprecated TEMPLATE_CONTEXT_PROCESSORS setting. (#206) 2017-05-08 09:10:41 +02:00
Mariusz Felisiak
8ade314f51 Removed Django 1.11 from the allowed failures. (#205) 2017-05-08 09:10:11 +02:00
Camilo Nova
1b2cbb070d Merge pull request #203 from OdifYltsaeb/master
Added Estonian translations
2017-04-13 09:53:24 -05:00
Alan Kesselmann
47b8394a43 Added .mo file too 2017-04-10 14:03:19 +03:00
Alan Kesselmann
09f2dc7d69 Added Estonian translations 2017-04-10 13:38:27 +03:00
Rares Vernica
0f7a6e8f55 Account for server timezone for Date object 2017-02-20 10:57:12 -08:00
Camilo Nova
161c1d34be Bump version 2017-02-17 08:16:34 -05:00