2011/4/2 Russell Keith-Magee :
> I think this would be a good way to structure the project -- i.e.,
> keep a clear conceptual separation between hooks and configuration
> options that need to be added to Django in order to make an external
> form rendering library possible, and the library that act
On Sat, Apr 2, 2011 at 5:20 AM, Carl Meyer wrote:
>
> On 04/01/2011 05:09 PM, Mikhail Korobov wrote:
>> Implementation:
>> https://bitbucket.org/kmike/django-widget-tweaks/src/0e9bac3c71bd/widget_tweaks/templatetags/widget_tweaks.py
>
> That's quite a neat app - I have some similar template filte
Hi Mikhail,
On 04/01/2011 05:09 PM, Mikhail Korobov wrote:
> Hi Carl and Gregor,
>
> On 2 апр, 01:17, Carl Meyer wrote:
>>
>>> 3. The designers I worked with are often interested on adding custom css
>>> class
>>>or an attribute to a form field. Most of the time this is really a pain
>>> t
Hi Carl and Gregor,
On 2 апр, 01:17, Carl Meyer wrote:
>
> > 3. The designers I worked with are often interested on adding custom css
> > class
> > or an attribute to a form field. Most of the time this is really a pain
> > to
> > do if you don't have control over the python form code. Im