Tuesday, November 27, 2018

RE: get_or_delete leading to duplicate creation

Avoid using the created_at time in your get_or_create call.

 

From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of Ankit Khandewal
Sent: Tuesday, November 27, 2018 2:01 AM
To: Django users
Subject: get_or_delete leading to duplicate creation

 

Hello,

 

I am using get_or_create method in my project and this is leading to creating duplicate for objects, there created_at time difference is in milliseconds, please report this issue to fix.

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/4c8f9ca3-1379-49de-b37e-1978fc83444b%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment