Closed heav1811 closed 2 years ago
It was indeed a Monday!
for anyone that finds this issue, On the same method as above you can just do,
def clean(self):
if your_logic:
raise ValidationError('wwwww')
return MenuWithMenuItems.clean(self)
Hey, hope you guys are doing fine, great project! maybe its not the the right place but, since i can't find any information on docs, i'll just ask here.
I have an instance of flat menu:
I wanted to limit the creation of the FlatMenu's instances, overriding some method. Can this be done? What is the "default" create/save? Maybe its just Monday...
Thanks for your help