Camilo Nova
bc9b11b8fa
Bump version
2018-02-07 09:05:51 -05:00
Camilo Nova
8e42d2102f
Improve docs
2017-11-06 11:40:53 -05:00
Josh Kelley
da9d504b76
Fix link and grammar
2017-10-18 22:24:03 -04: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
161c1d34be
Bump version
2017-02-17 08:16:34 -05:00
Camilo Nova
a946f92ab3
Happy 2007
2017-02-17 08:06:06 -05:00
Camilo Nova
6da21af5ae
Merge pull request #195 from jazzband/updated_signal
...
Added the old value to the config_updated signal
2017-02-16 16:07:34 -05:00
Martin Pépin
cb3df533c8
typo
2017-02-14 02:28:47 +01:00
Martin Pépin
49656c055c
Updates the doc according to the last commit
2017-02-14 02:20:26 +01:00
Camilo Nova
2fde4f4d83
Added the old value to the config_updated signal
2017-01-31 10:41:55 -05:00
John Carter
81b723c91b
Fix handling of MultiValueField's (eg SplitDateTimeField) on the command line. Fixes #186 ( #190 )
...
* Added failing test for setting a datetime with cli
Issue #186
* Adding myself to AUTHORS
* Handle MultiValueField in manage command, resolves #186
* newline at end
2017-01-11 09:52:19 +01:00
Camilo Nova
8db90e8087
Bump version
2016-12-23 17:39:01 -05:00
John Carter
e3ea904116
Backport command functonality from django-constance-cli (squashed)
2016-11-27 18:55:21 +13:00
John Carter
8941260617
Fix ChoiceField example - key should be None, not '-----'
2016-11-27 18:18:56 +13:00
Hamza Khchine
e634a624ec
Fix broken link to django-redis ( #175 )
2016-11-17 17:22:15 +01:00
Rares Vernica
d677ac2ec3
Fix typo in code example
2016-11-16 09:01:19 -08:00
Camilo Nova
2c123af788
Bump version
2016-09-17 17:27:58 -05:00
Camilo Nova
826c494fd1
Bump version
2016-09-17 15:31:02 -05:00
Camilo Nova
080f72f58d
Bump version
2016-09-15 14:02:35 -05:00
Camilo Nova
1d791d08cc
Use double backticks
2016-09-15 13:58:30 -05:00
Camilo Nova
bebc279edc
Send the config parameter as sender for the signal
2016-09-15 09:24:30 -05:00
Camilo Nova
1d746c080f
Rename signal to config_updated
2016-09-14 14:53:52 -05:00
Camilo Nova
395efc992f
☀️ Moved the signal to its own file to avoid import errors
2016-09-14 14:50:39 -05:00
Camilo Nova
9d4d0ab334
Bump version
2016-09-14 12:44:59 -05:00
Camilo Nova
ebf1d228ef
Fix
2016-09-14 12:39:00 -05:00
Camilo Nova
eaeb4475a2
Added documentation on signals
2016-09-14 12:37:19 -05:00
Ankush Chadda
bee1a68c51
Change to test travis build
2016-09-10 16:53:52 +05:30
Ankush Chadda
b9eb800a91
Documentation changes for Ordered fields in admin
2016-09-10 16:18:52 +05:30
Camilo Nova
0b9a00099a
Bump version
2016-09-01 18:41:27 -05:00
Farooq Azam
4c21274342
Added documentation for fieldsets.
2016-08-22 22:39:23 +05:00
Farooq Azam
c8a06d3246
Fieldset screenshot
2016-08-22 22:38:35 +05:00
Jubel Han
cdc0db78b2
Update connection class string for django redis
2016-06-29 15:07:46 +08: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
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
8f71bca192
Bump version
2016-05-14 09:06:02 -05:00
Pablo Vallejo
1795ebf280
Docs: Add missing 'be'
2016-05-13 11:30:07 -05:00
Ahn Jungho
e6fd5633fd
update document copyright year
2016-04-15 00:14:41 +09:00
Camilo Nova
553c03f76f
Make explicit we require some contrib libs. Fixes #117
2016-03-28 14:54:17 -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
cd3756f8e2
Fix formatting of CONSTANCE_ADDITIONAL_FIELDS doc
2016-03-12 21:38:40 +13:00
Francesc Arpi
33619aa340
CONSTANCE_IGNORE_ADMIN_VERSION_CHECK updated documentation
2016-03-04 16:32:44 +01:00
Martin Pauly
32af938499
Added documentation
2016-02-22 18:02:31 +01:00
Camilo Nova
d84f0283c8
Bump version
2016-02-08 07:55:33 -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
Petr Dlouhý
55ddbad52c
Merge remote-tracking branch 'jezdez/master' into custom_fields
2015-11-13 11:44:56 +01:00
Jannis Leidel
6b04a3169e
Bumped up version.
2015-10-01 18:20:14 +02:00