increase length of randomid
This commit is contained in:
@@ -26,4 +26,4 @@ def add_log_action(request, form, app_label, model, add=True):
|
|||||||
)
|
)
|
||||||
|
|
||||||
def create_random_id():
|
def create_random_id():
|
||||||
return str(uuid.uuid4())[:8]
|
return str(uuid.uuid4())[:36]
|
||||||
|
|||||||
Reference in New Issue
Block a user