Syed Shamikh Shabbir
Results
3
issues of
Syed Shamikh Shabbir
Hi, Is there a way to disable the update_or_create relation for ManyToMany relations ? for example `models.py` ```py from django.db import models class Skill(models.Model): name = models.CharField() class Profile(models.Model): first_name...
Need to add support for multiple ORMs such as 1. Pony 2. Peevee 3. etc
enhancement
Write Unit Tests for the extension