Django Ajax form's updated
With the release of Django 1.2 the newforms module has had a re-factor, with validation pulled out into its own module (django.core.validation). Changes where required to the form introspection code that works out what validation is required client site. The upshot of these changes is that generating a JSON representation of the rules now requires a lot less code and is a lot simpler. =o)
The updated version code is now in the Django1.2 branch until I can work out how I will merge back into trunk while maintaining backward compatibility.
More to come soon…
- Posted in: Development ♦ Django ♦ jQuery ♦ Python