Django 4.1 alpha 1 released

2022-05-17 Thread Carlton Gibson
Details are available on the Django project weblog: https://www.djangoproject.com/weblog/2022/may/18/django-41-alpha-1-released/ -- 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, s

Re: Sending emails to users

2022-05-17 Thread Kasper Laudrup
On 17/05/2022 12.58, Dexterr Jay wrote: Hello guys, hope you are doing well I'm building an online multivendor marketplaces and i want customers to be able to send email from a form to a vendor in a product details page, can anyone please help me with this? A link to a tutorial will be very he

Sending emails to users

2022-05-17 Thread Dexterr Jay
Hello guys, hope you are doing well I'm building an online multivendor marketplaces and i want customers to be able to send email from a form to a vendor in a product details page, can anyone please help me with this? A link to a tutorial will be very helpful. Thanks in advance. -- You received t

Re: Migrating ManyToManyField to bigint?

2022-05-17 Thread Jeremy Lainé
I really needed an in-place migration as reloading tens of millions of entries was not practical. I ended up using the migrations I mentioned with one migration per M2M intermediate table to avoid locking multiple tables at once. Cheers, Jeremy On Monday, May 16, 2022 at 7:07:19 PM UTC+2 makza.