django-constance/constance/backends/database/migrations
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
..
0001_initial.py Moved South migrations out of the way and added Django migrations. 2014-11-21 20:21:17 +01:00
0002_auto_20190129_2304.py Allow null & blank for PickleField. (#315) 2019-03-16 09:47:43 -05:00
__init__.py Added initial South migration. 2013-03-02 15:44:19 +01:00