| Age | Commit message (Expand) | Author |
| 2006-12-08 | Fixed small Unicode error in newforms. Thanks, Honza Král. Refs #3114 | Adrian Holovaty |
| 2006-12-07 | Added django.contrib.contenttypes.management.create_all_contenttypes() functi... | Adrian Holovaty |
| 2006-12-07 | newforms: Changed Form._html_output() to use dictionary-style format strings ... | Adrian Holovaty |
| 2006-12-07 | Improved [4180] to add HTML escaping on the primary-key value in the error me... | Adrian Holovaty |
| 2006-12-07 | Added improved error message in admin views/main.py when loading ChangeManipu... | Adrian Holovaty |
| 2006-12-07 | newforms: Abstracted common code in Form as_table(), as_ul() and as_p() into ... | Adrian Holovaty |
| 2006-12-07 | Fixed #3107 -- newforms: Added Form.as_p() | Adrian Holovaty |
| 2006-12-07 | newforms: Form.as_ul() no longer puts hidden fields between <li>s. Similar to... | Adrian Holovaty |
| 2006-12-07 | newforms: Same fix as [4174], except for Form.as_table() | Adrian Holovaty |
| 2006-12-07 | Fixed #3101 -- newforms: Form.as_table() no longer puts hidden fields between... | Adrian Holovaty |
| 2006-12-07 | newforms: Small potential bugfix in Form.as_ul() -- called unicode() on Bound... | Adrian Holovaty |
| 2006-12-07 | newforms: Changed Table.as_table() and Table.as_ul() to put hidden-form error... | Adrian Holovaty |
| 2006-12-07 | newforms: Simplified BoundField._errors() | Adrian Holovaty |
| 2006-12-07 | Small tweak to docs/newforms.txt | Adrian Holovaty |
| 2006-12-07 | Changed Flup (FastCGI) backend to set debug=False, to turn off tracebacks in ... | Adrian Holovaty |
| 2006-12-07 | Fixed #3106 -- Typo in sitemap ping_google method. Thanks, Bastian Kleineidam. | Russell Keith-Magee |
| 2006-12-06 | Added preliminary stub for docs/newforms.txt | Adrian Holovaty |
| 2006-12-06 | Fixed #3068 -- Fixed ReST error in docs/settings.txt. Thanks, Antonio Cavedoni | Adrian Holovaty |
| 2006-12-06 | Fixed #3095 -- Added translation strings to newforms. Thanks for the patch, H... | Adrian Holovaty |
| 2006-12-06 | Fixed bug in admin with raw_id_admin -- change list in popup didn't append 'p... | Adrian Holovaty |
| 2006-12-05 | Added django.contrib.formtools, including the forced-preview application | Adrian Holovaty |
| 2006-12-05 | newforms: Added __unicode__() methods wherever there were __str__() methods, ... | Adrian Holovaty |
| 2006-12-05 | newforms: Removed DEFAULT_ENCODING import from fields.py | Adrian Holovaty |
| 2006-12-05 | Template system now supports variables whose str() returns a Unicode object w... | Adrian Holovaty |
| 2006-12-05 | newforms: Changed BoundField form, field and name attributes to remove leadin... | Adrian Holovaty |
| 2006-12-01 | Fixed #3085 -- Typo in testing documentation. Thanks, Lachlan Cannon. | Russell Keith-Magee |
| 2006-11-30 | newforms: Added check_test argument to CheckboxInput and changed its render()... | Adrian Holovaty |
| 2006-11-30 | newforms: Added some more documentation to unit tests | Adrian Holovaty |
| 2006-11-30 | Fixed #3082 -- newforms: Changed Form as_table() and as_ul() not to display v... | Adrian Holovaty |
| 2006-11-30 | newforms: Added BoundField.as_hidden() | Adrian Holovaty |
| 2006-11-29 | Fixed #2924 -- Development server no longer spins on an empty form post. Bug ... | Adrian Holovaty |
| 2006-11-29 | newforms: Added BoundField.data property | Adrian Holovaty |
| 2006-11-29 | newforms: Added Widget.value_from_datadict hook, which allows a Widget to def... | Adrian Holovaty |
| 2006-11-29 | Fixed #3080 -- Fixed bug in delete_cookie() method. Thanks, nowell strite | Adrian Holovaty |
| 2006-11-29 | newforms: Added docstring to Widget.build_attrs() | Adrian Holovaty |
| 2006-11-29 | Fixed #3078 -- newforms: Added HTML escaping to label_tag() calls. Thanks, Sm... | Adrian Holovaty |
| 2006-11-29 | newforms: Implemented CheckboxSelectMultiple | Adrian Holovaty |
| 2006-11-29 | newforms: The <input> tags in a RadioSelect now each have a distinct ID. Also... | Adrian Holovaty |
| 2006-11-29 | Fixed #3064 -- newforms: Added <label> support through BoundField.label_tag()... | Adrian Holovaty |
| 2006-11-28 | newforms: Changed Form unit tests to use f.clean_data rather than f.clean(), ... | Adrian Holovaty |
| 2006-11-28 | Fixed small bug in 'The view ____ didn't return an HttpResponse object' messa... | Adrian Holovaty |
| 2006-11-27 | Fixed #3072 -- Fixed docstring in object_detail() generic view. Thanks, Matt ... | Adrian Holovaty |
| 2006-11-27 | newforms: Small short-circuit optimization to BoundField.as_widget() | Adrian Holovaty |
| 2006-11-27 | newforms: Normalized all error <ul>s to use class='errorlist' | Adrian Holovaty |
| 2006-11-27 | newforms: Added Form.non_field_errors() and added more examples/documentation... | Adrian Holovaty |
| 2006-11-27 | newforms: Added BoundField.label, which calculates the label of the field bas... | Adrian Holovaty |
| 2006-11-27 | Fixed #3026 -- newforms: Form class now suppresses validation and errors if n... | Adrian Holovaty |
| 2006-11-27 | newforms: Changed Form.errors to be a property rather than a function. Refs #... | Adrian Holovaty |
| 2006-11-27 | newforms: Removed redundant declaration of Form.clean(). Thanks, SmileyChris.... | Adrian Holovaty |
| 2006-11-27 | Fixed #2989 -- easy_install now works with Django's setup.py. Thanks for repo... | Adrian Holovaty |