Commit graph

334 commits

Author SHA1 Message Date
jonzlin95
e2a4c6668b Fix setting name 2016-04-08 15:03:47 -07:00
jonzlin95
0aa1a7dd6a Use SplitDateTimeField due to DateTimeField + SplitDateTimeWidget deprecation 2016-04-05 15:44:12 -07:00
Camilo Nova
b48149ddd9 Merge pull request #136 from emilioramirez/master
Typo on the variable name of verification hash version
2016-03-30 10:59:22 -05:00
Emilio Ramirez
3524d3f210 is a good idea keep te constance at the begining of the variable name for avoid conflicts 2016-03-29 15:13:22 -03:00
Emilio Ramirez
1f653f62d2 update docs with the current name of skip hash verification variable 2016-03-29 15:10:08 -03:00
Camilo Nova
553c03f76f Make explicit we require some contrib libs. Fixes #117 2016-03-28 14:54:17 -05:00
Camilo Nova
71dbb2ee37 Merge pull request #134 from therefromhere/additional_fields_tweak
Make CONSTANCE_ADDITIONAL_FIELDS more flexible
2016-03-28 14:50:32 -05:00
John Carter
92c1e7606c tweak 2016-03-27 16:12:12 +13:00
John Carter
475eb5df25 tweak 2016-03-27 16:11:12 +13:00
John Carter
bfecc7af88 Expanded documentation of CONSTANCE_ADDITIONAL_FIELDS 2016-03-27 16:08:45 +13:00
John Carter
8c9f2150a2 Merge remote-tracking branch 'origin/master' into additional_fields_tweak 2016-03-27 14:49:19 +13:00
Camilo Nova
cb2043fd6c Merge pull request #133 from therefromhere/doc_fields_fix
Fix formatting of CONSTANCE_ADDITIONAL_FIELDS doc
2016-03-15 14:24:15 -05:00
John Carter
8101d7cc84 Make CONSTANCE_ADDITIONAL_FIELDS more flexible
Allow the field config to be a tuple, and allow the config dict to be omitted
2016-03-13 00:05:16 +13:00
John Carter
cd3756f8e2 Fix formatting of CONSTANCE_ADDITIONAL_FIELDS doc 2016-03-12 21:38:40 +13:00
Camilo Nova
468daf5eea Merge pull request #131 from francescarpi/master
Added CONSTANCE_IGNORE_ADMIN_VERSION_CHECK settings option to ignore …
2016-03-08 08:38:21 -05:00
Francesc Arpi
33619aa340 CONSTANCE_IGNORE_ADMIN_VERSION_CHECK updated documentation 2016-03-04 16:32:44 +01:00
Francesc Arpi
1b9458c74b Added CONSTANCE_IGNORE_ADMIN_VERSION_CHECK settings option to ignore the version protection. When you use django-constance on a cloud platform, with several machines, giving you problems by keeping the machine does not have to be the same which has served constant form. 2016-03-01 17:37:35 +01:00
Camilo Nova
70c4f0a3ad Merge pull request #130 from mpauly/master
Moved ConstanceForm to a property to make it exchangable by inheritance
2016-02-22 12:42:54 -05:00
Martin Pauly
32af938499 Added documentation 2016-02-22 18:02:31 +01:00
Martin Pauly
ebdc1a6b9f Moved ConstanceForm to a property to make it exchangable by inheritance 2016-02-22 14:50:41 +01:00
Camilo Nova
d84f0283c8 Bump version 2016-02-08 07:55:33 -05:00
Camilo Nova
8121802f52 Merge pull request #123 from federicobond/svg-icons
Replace removed gif icons with svg versions
2016-02-08 07:45:29 -05:00
Federico Bond
1558a7c67e Replace removed gif icons with svg versions 2016-02-07 16:58:53 -03:00
Camilo Nova
5bfe0f3ea1 Added django master test against python 3.5 2016-01-08 09:24:18 -05:00
Camilo Nova
83a94c6d50 Improve matrix 2016-01-08 09:18:04 -05:00
Camilo Nova
5f16db5dc0 Use a matrix to include python 3.5 2016-01-08 09:15:52 -05:00
Camilo Nova
8d0b5f92d0 Enable python 3.5 on travis-ci
According to https://github.com/travis-ci/travis-ci/issues/4794#issuecomment-143758799
2016-01-08 09:10:09 -05:00
Camilo Nova
2cf3d8e86c Added python 3.5 2016-01-08 09:00:40 -05:00
Camilo Nova
8e664f488f Update .travis.yml
According to https://code.djangoproject.com/ticket/25868
2016-01-08 08:54:17 -05:00
Camilo Nova
dfff37d8db Test django 1.9 2016-01-07 11:50:15 -05:00
Camilo Nova
55d1152a71 Merge pull request #116 from aidanlister/patch-1
Update tox.ini to test for Django 1.9
2016-01-07 11:49:16 -05:00
Jannis Leidel
ce3ae85b42 Quote package names with extras in installation docs. Fix #118. 2016-01-01 12:35:46 +01:00
Camilo Nova
803cf465c7 Merge pull request #108 from PetrDlouhy/custom_fields
Allow to override field config_type and set custom additional fields
2015-12-30 08:15:16 -05:00
Jannis Leidel
326488423b Moved to Jazzband. 2015-12-17 09:45:19 +01:00
Jürno Ader
201ba03762 Safer custom fields 2015-11-13 12:02:41 +01:00
Petr Dlouhý
55ddbad52c Merge remote-tracking branch 'jezdez/master' into custom_fields 2015-11-13 11:44:56 +01:00
Aidan Lister
123dc39ce3 Update tox.ini 2015-10-22 15:21:55 +11:00
Jannis Leidel
6b04a3169e Bumped up version. 2015-10-01 18:20:14 +02:00
Jannis Leidel
c82d76fc28 Fix #115 - stop shadowing the context processor's config variable when rendering the admin change list. 2015-10-01 18:16:39 +02:00
Jannis Leidel
a005625f97 Bumped version. 2015-09-24 12:50:29 +02:00
Jannis Leidel
6be3fb1398 Happy new year! 2015-09-24 12:50:22 +02:00
Jannis Leidel
cc538fef50 Added TEMPLATES setting to example app. 2015-09-24 12:48:23 +02:00
Jannis Leidel
6fa03fdef8 Updated authors, changelog and docs config. 2015-09-24 12:46:52 +02:00
Jannis Leidel
527bc0ca7e Updated Chinese translation. 2015-09-24 12:37:35 +02:00
Jannis Leidel
20e424898c sigh, more travis/tox fixes. 2015-09-24 12:29:14 +02:00
Jannis Leidel
1a8ac8a97d sigh, more travis/tox fixes. 2015-09-24 12:25:43 +02:00
Jannis Leidel
e41710616b Allow line breaks in config descriptions - Fix #95 2015-09-24 12:21:29 +02:00
Jannis Leidel
7f5ca04f25 Don't use 3.5 on Travis as it doesn't have it yet. 2015-09-24 12:00:30 +02:00
Jannis Leidel
e1d27a6250 Merge remote-tracking branch 'chornsby/add-test-utils' 2015-09-24 11:59:55 +02:00
Jannis Leidel
b36aaf8fa6 More test fixes. 2015-09-24 11:56:19 +02:00