public
Description: A reusable application to preform ajax validation on django forms.
Homepage:
Clone URL: git://github.com/alex/django-ajax-validation.git
commit  47ca14610b736598d0399255ba5ad11df1a4a974
tree    b94334200236085e88219780090144dd269698e6
parent  d08441c33e8155d6a50d734bf666f8b32c3e3e0e
django-ajax-validation / ajax_validation
name age message
..
file __init__.py Tue Jun 10 13:32:21 -0700 2008 initial work [Alex Gaynor]
directory media/ Loading commit data...
file models.py Tue Jun 10 13:32:21 -0700 2008 initial work [Alex Gaynor]
directory templatetags/ Thu Apr 16 15:53:20 -0700 2009 load the JS script lazily [alex]
file urls.py Tue Jun 10 13:32:21 -0700 2008 initial work [Alex Gaynor]
file utils.py Sun Dec 14 19:04:17 -0800 2008 fixed the import order and syntax error [alex]
file views.py