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:
>
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
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