Re: Probable Bug, foreign key to a database view.

2022-04-03 Thread Alexandru M.
Does it behave the way you're expecting it to behave if you declare field as models.CharField(max_length=4, primary_key=True)? On Saturday, 26 March 2022 at 15:45:39 UTC+2 sandeep...@gmail.com wrote: > class View(models.Model): > field = models.CharField(max_length=4) > class Meta: >

Re: Making key_prefix callable for more flexible caching

2022-03-28 Thread Alexandru M.
o's are in the docs: > https://docs.djangoproject.com/en/dev/internals/contributing/ > > On Mon, Mar 21, 2022 at 6:07 PM Alexandru M. wrote: > >> Are there any plans to work on this? I can pick it up as I already >> implemented this functionality into own project. Wh

Re: Making key_prefix callable for more flexible caching

2022-03-21 Thread Alexandru M.
Are there any plans to work on this? I can pick it up as I already implemented this functionality into own project. What is the process to working on the new features? On Sunday, 23 January 2022 at 12:37:52 UTC+2 Adam Johnson wrote: > Hi Tobias > > I think it's also worth mentioning your blog p