Switched URLRedirectValidator and URLLinkValidator to subclass directly from RegexVal...
authormelinath <stephen.r.burrows@gmail.com>
Tue, 22 Jun 2010 02:01:25 +0000 (22:01 -0400)
committermelinath <stephen.r.burrows@gmail.com>
Tue, 22 Jun 2010 02:01:25 +0000 (22:01 -0400)
commit7515976d9cc927f6f72a191442c5788856f610fd
treede84591f36c591a4a5f60efdbdac67d67eb9093e
parentd8c7acf5c1153bb75c51b632ee6bf2d913448a3a
Switched URLRedirectValidator and URLLinkValidator to subclass directly from RegexValidator.
--Avoids having to implement verify_exists for a link on a node that, say, might not even be on a site per se. If that's something I want later, I can look at it then... for now, this will fulfill its function just fine.
models.py
validators.py