You are correct state_id is not a field on the model, state is, and using “
state” in the field lists works.
I would like to propose that if ‘state_id’ is a valid property on the
queryset (and in the database) that is should be serialized.
It is my preference that a serialized JSON property (to
Hi Mariusz,
On Thu, Aug 3, 2023 at 8:47 PM Mariusz Felisiak
wrote:
> I'm quite surprised that you've started a new thread for something that was
> already discussed, you could always add a comment to the existing thread e.g.
> https://groups.google.com/g/django-developers/c/dg8BUVHKOo4/m/5uFVmd
Hello,
when I got started with Django more than 10 years ago, I had inherited a legacy
project with an Oracle database for porting from PHP to Python. It might also
have worked out well if Oracle support had been a 3rd party package, but I can
say for sure that Oracle being a core feature of Dj