Hello

I use Django  0.96 and in one of model's field I have to define a
'path' entry in which een Unix path (/usr/people/...)  can be given as
an input with validation naturally.
I would like to use Admin interface and have not found any Built-in
Filed of "RegexField" class to use it.

class MyModel(...):
   password = modles.RegexField()

I can't do it because we don't have any "RegexField" attribute in
"Admin" class. I have
been looking for information about this problem and have not found any
solution.
Could you tell me how I can solve this problem?

Regards,
Nader


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to