Re: How to properly use MySQL Generated Fields in Django

2019-04-15 Thread Rob Schneider
Thanks! I’ll give this a try. I did have “alpha” as a function in the model, but found I could not easily include that in queries as easily as a field in the db. so into the db it went. I’ll try this, and see if I can get the data out as wanted. thanks! —rms > On 15 Apr 2019, at 17:08, Matth

Re: How to get Foreign Key Objects programmatically?

2018-02-27 Thread Rob Schneider
Still a mystery to me. --rms > On 28 Feb 2018, at 03:22, Malik Rumi wrote: > > Did you ever find an answer? If so, do you mind sharing it? Thanks. > >> On Sunday, October 29, 2017 at 9:33:10 AM UTC-7, rmschne wrote: >> I'm using Django as front end to a MySQL database. User interface is a >