Here is another API variation I might suggest:
M1.m2_set.add_pairs(*[(m1, m2), ...], assert_no_collisions=False)
# --- OR ---
M1.m2_set.add_pair_ids(*[(m1_id, m2_id), ...], assert_no_collisions=False)
This has the advantages of being more similar to the existing add() API and
not requiring a spe
I want to contribute about the internal auth user. Many people creating
custom user for really simple changes. For example username to email. I
want to contribute about it and it could be change with settings variable.
May be USE_EMAIL_AUTH = True. What do you think about it ?
--
You received