Thank you so much for your suggestion.
___
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers
On Thu, Nov 10, 2011 at 3:25 PM, Asif Jamadar wrote:
> 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)
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 op