Re: Feature idea: bulk_associate: Add ManyToMany relationships in bulk

2019-09-29 Thread David Foster
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

About users

2019-09-29 Thread Burak Karahan
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