[UPDT] HORILLA: Update Horilla abstract class full_clean method call

This commit is contained in:
Horilla
2025-07-15 15:44:25 +05:30
parent f1ed2fec6e
commit 89157fd997

View File

@@ -91,7 +91,7 @@ class HorillaModel(models.Model):
Override the save method to automatically set the created_by and
modified_by fields based on the current request user.
"""
self.full_clean()
# self.full_clean()
request = getattr(_thread_locals, "request", None)