I need to save a dictionary in a model\'s field. How do I do that?
For example I have this code:
def create_random_bill(self): name_chars = re.co
If postgres is your backend, consider the hstore field which has native support from django