Re: Declarative mechanism for Django model rows

2021-12-09 Thread Carsten Fuchs
Hello, Am 08.12.21 um 20:25 schrieb Alex Dehnert: > With some frequency, I end up with models who contents are approximately > constant. Are there good ways of handling this? If I understand your question correctly, you have a model that you always query like: plans = Plan.objects.all(

Re: Declarative mechanism for Django model rows

2021-12-09 Thread Ryan Nowakowski
sumably depends on how much ORM >functionality I actually want and how often I expect to be changing >things. > >Are there other good approaches for this? Am I missing some Django feature >(or add-on) that makes this easier? > >Thanks, >Alex > >P.S. I previously a

Re: Declarative mechanism for Django model rows

2021-12-08 Thread Thomas Lockhart
is better presumably depends on how much ORM > functionality I actually want and how often I expect to be changing things. > > Are there other good approaches for this? Am I missing some Django feature > (or add-on) that makes this easier? > > Thanks, > Alex >

Declarative mechanism for Django model rows

2021-12-08 Thread Alex Dehnert
erflow at https://stackoverflow.com/questions/70204467/declarative-mechanism-for-django-model-rows, but I'm realising this list is probably better. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and