How to update part of a JSONField with a computed value?

2021-08-04 Thread Shaheed Haque
Hi, I'm using Django 3.2 on Postgres12, and I have a model with a JSONField which contains a simple dict (actually, a Django formset :-)). I would like to update just one value in the dict. I can get this to work when the new value is a hardcoded numeric 333 (quoted, as seems to be needed) like

Django admin filters + select2 + loading many options asynchronously

2021-08-04 Thread Federico Capoano
Hi everyone, when adding adming filters by foreign key in the admin, sometimes the possible values are too many to load. So I am thinking, why not load values asynchronously and show these with select2? Probably only a certain number of values should be fetched and then while scrolling more

Re: Git Hub Project

2021-08-04 Thread Franck Tchouanga
Hello I can help you Email: ftchoua...@gmail.com whatsApp: 656774424 On Wed, Aug 4, 2021 at 2:12 PM Rana Zain wrote: > Hi, > Can anybody help me in running git clone django Project? > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To

Re: Git Hub Project

2021-08-04 Thread Sharif Mehedi
Run: `git clone https://github.com/django/django` On Wednesday, August 4, 2021, 7:11:56 PM GMT+6, Rana Zain wrote: Hi,Can anybody help me in running git clone django Project? -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Git Hub Project

2021-08-04 Thread Rana Zain
Hi, Can anybody help me in running git clone django Project? -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To view

Re: help me

2021-08-04 Thread Badr Gamal
Good morning guys, I am new web developer and start to code with python django framwork I only made a web site at my local machine . What i do after that to make this website published on web ? On Wednesday, July 28, 2021 at 3:43:51 PM UTC+2 skyli...@gmail.com wrote: > You can. Use name

Django Get model related class from many to many

2021-08-04 Thread sebasti...@gmail.com
Hello, i have in my models.py: class Estates(LoggerModelMixin,Standard_Model_Mixin): contactperson = models.ManyToManyField(Address,default=None,related_name='estates_contactperson') Now i want in my views.py i have my fieldname contactperson and now i want to get related class name from