django-constance/constance/backends/database
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
..
migrations Allow null & blank for PickleField. (#315) 2019-03-16 09:47:43 -05:00
south_migrations Moved South migrations out of the way and added Django migrations. 2014-11-21 20:21:17 +01:00
__init__.py database: Allow running set while database is not created 2017-08-20 19:44:16 +07:00
models.py Allow null & blank for PickleField. (#315) 2019-03-16 09:47:43 -05:00