Re: [BangPypers] ChoiceField in django models

2011-11-10 Thread Asif Jamadar
Thank you so much for your suggestion. ___ BangPypers mailing list BangPypers@python.org http://mail.python.org/mailman/listinfo/bangpypers

Re: [BangPypers] ChoiceField in django models

2011-11-10 Thread Gora Mohanty
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)

[BangPypers] ChoiceField in django models

2011-11-10 Thread Asif Jamadar
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