Added some automatic skips to autodocs. Added skeletal docs for contrib and complete...
[philo.git] / philo / contrib / penfield / validators.py
diff --git a/philo/contrib/penfield/validators.py b/philo/contrib/penfield/validators.py
deleted file mode 100644 (file)
index 48eae06..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-from django.core.exceptions import ValidationError
-
-
-def validate_pagination_count(x):
-       if x not in range(1, 10000):
-               raise ValidationError('Please enter an integer between 1 and 9999.')
\ No newline at end of file