Is there a built in automatic validation for a field called "slug"? I have a model that has no validation for that field other than presence and I'm getting this return in errors:
The Slug field may only contain alphabetical characters.
here's my model
http://pastebin.com/v0jn4kDD
Weird.
Edit: Sorry my bad, I had form validation in an aditional place. Carry on.....
Subject: Auto validation of "slug" column?
Is there a built in automatic validation for a field called "slug"? I have a model that has no validation for that field other than presence and I'm getting this return in errors:
The Slug field may only contain alphabetical characters.
here's my model
http://pastebin.com/v0jn4kDD
Weird.
Edit: Sorry my bad, I had form validation in an aditional place. Carry on.....