Farooq Azam
c8a06d3246
Fieldset screenshot
2016-08-22 22:38:35 +05:00
Farooq Azam
80d5fb5954
Added support for fieldsets.
2016-08-22 02:45:57 +05:00
Farooq Azam
a39a46e699
Used self.model instead Config to fix inheritance issues.
...
I tried to inherit the Config model and changed the app_label but it wasn't working because Config was hard-referenced here.
2016-08-21 21:40:17 +05:00
Camilo Nova
b781af795a
Merge pull request #152 from mojeto/master
...
autofill cache if key is missing.
2016-07-12 18:35:22 -05:00
Jan Nakladal
e95f372b2f
autofill cache if key si missing.
2016-07-12 16:31:11 +12:00
Jannis Leidel
3ce2750534
Merge pull request #150 from PabloVallejo/github
...
Create ISSUE_TEMPLATE.md
2016-06-29 15:18:27 +02:00
Pablo Vallejo
d9de7bcd91
Create ISSUE_TEMPLATE.md
2016-06-29 08:07:43 -05:00
Jannis Leidel
997e068560
Merge pull request #149 from jubel-han/patch-1
...
Update connection class string for django redis
2016-06-29 15:06:49 +02:00
Jubel Han
cdc0db78b2
Update connection class string for django redis
2016-06-29 15:07:46 +08:00
Camilo Nova
a6357e4d89
Merge pull request #147 from prokaktus/fix-tests
...
Fix backend initialization in tests
2016-06-13 07:32:41 -05:00
prokaktus
54b6d55fd5
Fix backend initialization in tests
2016-06-13 04:00:17 +03:00
Camilo Nova
7cfe5854ae
Merge pull request #146 from adamchainz/readthedocs.io
...
Convert readthedocs links for their .org -> .io migration for hosted projects
2016-06-11 09:42:42 -05:00
Adam Chainz
2ac918df8d
Convert readthedocs links for their .org -> .io migration for hosted projects
...
As per [their blog post of the 27th April](https://blog.readthedocs.com/securing-subdomains/ ) ‘Securing subdomains’:
> Starting today, Read the Docs will start hosting projects from subdomains on the domain readthedocs.io, instead of on readthedocs.org. This change addresses some security concerns around site cookies while hosting user generated data on the same domain as our dashboard.
Test Plan: Manually visited all the links I’ve modified.
2016-06-11 10:52:12 +01:00
Camilo Nova
9f9fdc067d
Merge pull request #145 from prokaktus/fix-cache
...
Update cache when key changed
2016-06-07 09:07:29 -05:00
Maxim Filipenko
1b6730d2c5
Invalidate cache
2016-06-03 17:40:32 +03:00
Camilo Nova
c5b51394aa
Merge pull request #143 from dalang/docs
...
Docs: Fix wrong variable and correct it from 'form' to 'change_list_form'
2016-05-30 09:21:24 -05:00
dalang
23b6f3daa6
Docs: Fix wrong variable and correct it from 'form' to 'change_list_form'
2016-05-30 12:04:40 +08:00
Camilo Nova
c9d23c6d39
Fixes #141
2016-05-24 18:54:33 -05:00
Camilo Nova
8f71bca192
Bump version
2016-05-14 09:06:02 -05:00
Camilo Nova
cfc9567953
Merge pull request #140 from PabloVallejo/docs
...
Docs: Add missing 'be'
2016-05-14 08:49:27 -05:00
Pablo Vallejo
1795ebf280
Docs: Add missing 'be'
2016-05-13 11:30:07 -05:00
Camilo Nova
3f544ba04b
Merge pull request #137 from jonzlin95/master
...
Use SplitDateTimeField instead of DateTimeField
2016-04-21 14:55:31 -05:00
Ahn Jungho
e6fd5633fd
update document copyright year
2016-04-15 00:14:41 +09:00
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