| Age | Commit message (Expand) | Author |
| 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 |
| 2006-11-27 | newforms: Added a bunch of unit tests and fixed some bugs in the case of requ... | Adrian Holovaty |
| 2006-11-27 | Fixed #2980 -- Changed project_template/urls.py to use new-style URLconf. Tha... | Adrian Holovaty |
| 2006-11-27 | Fixed #3038 -- newforms: RegexField no longer validates empty input for requi... | Adrian Holovaty |
| 2006-11-27 | Fixed #2931 -- Changed 'if request.POST' to 'if request.method == POST' in do... | Adrian Holovaty |
| 2006-11-27 | Added svn:ignore for pyc files in unit-test packages | Adrian Holovaty |
| 2006-11-26 | Fixed #3028 -- Added 'svn:ignore' for *.pyc files for some packages that didn... | Adrian Holovaty |
| 2006-11-26 | Fixed #3057 -- Improved wsgi backend to tolerate empty string in CONTENT_LENG... | Adrian Holovaty |
| 2006-11-26 | Fixed #3065 -- newforms: Fixed rendering problem with RadioSelect as a member... | Adrian Holovaty |
| 2006-11-26 | Fixes #2993, Refs #2918 -- Reverted [3960]; [3960] fixed a potential data val... | Russell Keith-Magee |
| 2006-11-25 | Moved newforms form_for_model and form_for_fields to django/newforms/models.py | Adrian Holovaty |
| 2006-11-25 | Fixed #3061 -- Fixed wrong schema URL in sitemap_index.xml template. Thanks, ... | Adrian Holovaty |
| 2006-11-23 | Fixed #3057 -- Fixed typo in [4091]. Thanks for the heads-up, Barry Pederson | Adrian Holovaty |
| 2006-11-23 | Fixed #3054 -- newforms Form now keeps track of field order | Adrian Holovaty |
| 2006-11-23 | newforms: Added unit test to test field order. Refs #3054 | Adrian Holovaty |
| 2006-11-23 | Fixed #3057 -- Changed WSGI handler not to expect CONTENT_LENGTH. Thanks for ... | Adrian Holovaty |
| 2006-11-23 | Fixed bug in [3786]. django/core/xheaders.py no longer assumes request.user e... | Adrian Holovaty |
| 2006-11-22 | Fixed #3052: GZIP middleware now correctly reports Content-Length. Thanks, s... | Jacob Kaplan-Moss |
| 2006-11-20 | Fixed #3033 -- Extended django.contrib.sitemaps to support new, generic sitem... | Adrian Holovaty |
| 2006-11-20 | Fixed #3014 -- Admin 'now' shortcut for DateTimeFields now updates seconds, t... | Adrian Holovaty |
| 2006-11-16 | newforms: Tiny optimization to smart_unicode() | Adrian Holovaty |
| 2006-11-16 | newforms: Fixed #3008 -- Widgets now support strings containing utf-8 charact... | Adrian Holovaty |
| 2006-11-16 | newforms: Fixed #3027 -- Changed Form as_table(), as_ul(), as_table_with_erro... | Adrian Holovaty |
| 2006-11-15 | newforms: Added unit test showing it's possible to construct the fields in a ... | Adrian Holovaty |
| 2006-11-15 | Fixed #3025 -- Added auto_id option to Form.__init__(). Thanks, SmileyChris | Adrian Holovaty |
| 2006-11-15 | newforms: Implemented RadioSelect, with unit tests | Adrian Holovaty |
| 2006-11-15 | newforms: Cleaned up some un-DRYness by adding Widget.build_attrs(). Also sli... | Adrian Holovaty |
| 2006-11-15 | fixed #3013: fixed typos in the 'de' translation. Additionally added a few mi... | Georg Bauer |
| 2006-11-15 | fixed #2981: updated es_AR translation | Georg Bauer |