[BangPypers] ChoiceField in django models

Asif Jamadar asif.jamadar at rezayat.net
Thu Nov 10 10:55:59 CET 2011


Suppose I have choicefield in my django model which consist of several choices. Now in future if I changed the existing choice (option) with some other name (choice), then whether the existing records in model with that choice(option)  will also change? Or In admin page I need to set that new option manually?

How can I achieve this?

Regards

Asif



More information about the BangPypers mailing list