Archive for the ‘Open Source’ Category

There are several useful bits fo code we use in various Django projects. One of the most commonly used is a piece of code which modifies BoundField and Widget classes (from django.forms) in a way to add class='required' attribute to rendered HTML widget...