Alexandr Artemyev
590fa02eb3
Drop support py<3.5 django<2.2 ( #359 )
...
* Drop support py<3.5 django<2.2
* Remove admin_static
2019-12-23 16:20:41 -05:00
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
Jannis Leidel
e9d937be5a
Added ability to prefix database values. Fixes #24 .
2013-02-21 19:27:56 +01:00
Jiri Barton
0d0ab22e88
solved the unique key/index for the database backend
2012-06-05 16:05:14 +02:00
Jannis Leidel
d6e9521ffb
Added __unicode__ to Constance model.
2010-12-03 20:36:56 +01:00
Jannis Leidel
82e19cec9f
Refactored backend system slightly to have a nicer directory structure. Using the database backend now only requires to add 'constance.backends.database' to INSTALLED_APPS and setting CONSTANCE_BACKEND to 'constance.backends.database.DatabaseBackend'. Also reverted default backend to being the Redis backend.
2010-12-01 19:29:53 +01:00