django-constance/constance/backends
Tyler Kennedy 5e422cfd54 Allow null & blank for PickleField. (#315)
The default behaviour of PickleField was changed from null=True to
null=False. This causes issues with fields such as an image_field which
will try storing a NULL when unset.
2019-03-16 09:47:43 -05:00
..
database Allow null & blank for PickleField. (#315) 2019-03-16 09:47:43 -05:00
__init__.py Please the PEP8 gods. 2013-04-12 17:39:10 +02:00
redisd.py Added the old value to the config_updated signal 2017-01-31 10:41:55 -05:00