models.py
5.78 KB
-
Prevented infinite loops on Tag.save() · b32c6cbe
Note: Now Tag.save() can raise an IntegrityError in case of concurrency issues, your app will need to handle that.
Florian Apolloner committed
Note: Now Tag.save() can raise an IntegrityError in case of concurrency issues, your app will need to handle that.