| Age | Commit message (Expand) | Author |
| 2007-01-10 | Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy. | Jacob Kaplan-Moss |
| 2007-01-09 | Fixed #3232 -- newforms: Added save_instance(), which saves a given bound for... | Adrian Holovaty |
| 2007-01-09 | newforms: Changed model auto-Form generation so that create() and apply_chang... | Adrian Holovaty |
| 2007-01-09 | Fixed #3193 -- newforms: Modified as_hidden() to handle MultipleChoiceField c... | Adrian Holovaty |
| 2007-01-09 | newforms: Added 'initial' parameter to Form, which lets initial data be speci... | Adrian Holovaty |
| 2007-01-09 | newforms: Fixed Unicode issue on Python 2.3 when a BoundField's __unicode__()... | Adrian Holovaty |
| 2007-01-08 | Fixed #1477: URLFields now accept a maxlength parameter. Thanks, Matt Croydon. | Jacob Kaplan-Moss |
| 2007-01-08 | Fixed #3252 -- Fixed bugs in model_forms unit tests, related to recent newfor... | Adrian Holovaty |
| 2007-01-06 | Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com. | Russell Keith-Magee |
| 2007-01-05 | Added note to docs/newforms.txt that points out ValidationError is a differen... | Adrian Holovaty |
| 2007-01-05 | Fixed #3236 -- Fixed some typos in docs/newforms.txt. Thanks, christoffer.car... | Adrian Holovaty |
| 2007-01-05 | Fixed #3229 -- Fixed typo in numbering in install.txt. Thanks, deepfall@gmail... | Russell Keith-Magee |
| 2007-01-05 | Fixed ReST error in docs/newforms.txt from [4288] | Adrian Holovaty |
| 2007-01-05 | Added a lot more to docs/newforms.txt | Adrian Holovaty |
| 2007-01-05 | More additions to docs/newforms.txt | Adrian Holovaty |
| 2007-01-05 | newforms: Changed Form.ignore_errors to Form.is_bound, which is more descript... | Adrian Holovaty |
| 2007-01-04 | Added first part of 'Using forms to validate data' section to docs/newforms.txt | Adrian Holovaty |
| 2007-01-04 | newforms: Changed Form so that clean_data only exists if a Form is valid. Tha... | Adrian Holovaty |
| 2007-01-04 | Fixed #2473 -- Added special case for '__in=[]' (empty set) queries, because ... | Russell Keith-Magee |
| 2007-01-03 | Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin Grady | Jacob Kaplan-Moss |
| 2007-01-03 | Oops -- reverted accidentally commited material from [4280] | Jacob Kaplan-Moss |
| 2007-01-03 | Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub... | Jacob Kaplan-Moss |
| 2007-01-03 | Fixed #3223 -- Fixed typo in model API docs. Thanks, David van Mosselbeen. | Russell Keith-Magee |
| 2007-01-03 | Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac... | Russell Keith-Magee |
| 2007-01-03 | Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ... | Russell Keith-Magee |
| 2007-01-03 | Fixes #3217 -- Added regression tests for options on the Admin metaclass. Inc... | Russell Keith-Magee |
| 2007-01-03 | Fixed problem with SelectDateWidget test caused by 2006/2007 year rollover. T... | Russell Keith-Magee |
| 2007-01-02 | Fixed #3216 -- Added shebang statement to daily_cleanup.py | Adrian Holovaty |
| 2006-12-30 | Fixed typo in a docstring in django/contrib/admin/views/main.py | Adrian Holovaty |
| 2006-12-30 | Fixed #3137 -- Added 'Clearing the session table' section to docs/sessions.txt | Adrian Holovaty |
| 2006-12-30 | Fixed #3151 -- Improved MySQL backend not to send 'SET NAMES utf8' before eve... | Adrian Holovaty |
| 2006-12-30 | Fixed #3166 -- Added admin 'Change user password' view. Thanks for the patch,... | Adrian Holovaty |
| 2006-12-30 | Fixed #3191 -- Set 'svn:eol-style native' on the files that didn't have it. T... | Adrian Holovaty |
| 2006-12-30 | Fixed #3203 -- Fixed setup.py bdist_wininst. Thanks for the patch, ymasuda | Adrian Holovaty |
| 2006-12-30 | Updated docstring in model_forms unit test | Adrian Holovaty |
| 2006-12-30 | Added a small note about decoupling to docs/newforms.txt | Adrian Holovaty |
| 2006-12-30 | newforms: Got form_for_instance() to select initial ManyToManyField values pr... | Adrian Holovaty |
| 2006-12-30 | Added missing import to django.contrib.formtools.preview from [4259]. Thanks,... | Adrian Holovaty |
| 2006-12-29 | Fixed #3204 -- Changed FormPreview to use RequestContext | Adrian Holovaty |
| 2006-12-29 | Added first bit of 'More granular output' to docs/newforms.txt | Adrian Holovaty |
| 2006-12-29 | Fixed #3205 -- Fixed bug in custom postgresql executemany wrapper. Thanks for... | Adrian Holovaty |
| 2006-12-28 | newforms: Implemented apply_changes() method for form_for_instance Forms | Adrian Holovaty |
| 2006-12-28 | Added value_from_object method to db Field class | Adrian Holovaty |
| 2006-12-28 | Negligible style fix to db/models/fields/__init__.py | Adrian Holovaty |
| 2006-12-28 | newforms: Implemented form_for_instance(). The resulting Form class does not ... | Adrian Holovaty |
| 2006-12-28 | newforms: Added 'initial' parameter to Field. This allows you to specify init... | Adrian Holovaty |
| 2006-12-27 | newforms: Implemented formfield() for database OneToOneField class. Not sure ... | Adrian Holovaty |
| 2006-12-27 | newforms: Implemented formfield() for database ForeignKey class and added uni... | Adrian Holovaty |
| 2006-12-27 | newforms: Implemented formfield() for database ManyToManyField class and adde... | Adrian Holovaty |
| 2006-12-27 | Negligible change to docs/newforms.txt | Adrian Holovaty |