Allen Ling
Results
2
comments of
Allen Ling
May be, we can just have something modified in our own revalidation_failure method, after all, captcha error occur in this method. When validating captcha data in post, it is find,...
let's assume that you have a Record table, and i guess one of possible solutions would be as follows: ``` with transaction.atomic(): for _ in range(10): objs_list.append(Record.objects.create()) ``` why? emmm...let's...