Statistics
| Branch: | Tag: | Revision:

root / snf-cyclades-app / synnefo / db / fields.py @ 8b178e6b

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
c3362463 10/01/2013 07:44 pm Christos Stavrakakis

cyclades: Fix bug in custom field

Rename get_db_prep_value to get_prep_value. In django 1.4 the second one
is just a wrapper for the first one.

54975d37 10/01/2013 11:31 am Christos Stavrakakis

cyclades: Add SeparatedValuesList field

Add custom field for storing a list of values in DB. The values
are stored as a TextField separated by a delimiter.