Possible inconsistency in template tag docs

2007-04-16 Thread Brian Morton
http://www.djangoproject.com/documentation/templates/#now For "T", the docs say that it will output the "Time zone of this machine". To me, this implies that it will read from tzdata. However, this actually outputs the time zone specified in the project settings file, which I think is the intende

Newforms styling suggestion

2007-02-15 Thread Brian Morton
I don't know if this has been suggested yet, but has anyone considered an enhancement to newforms to optionally allow a field to have a different class if it has an error? It would be helpful for things like making error fields highlighted red, etc. Just a thought. --~--~-~--~~--