| Age | Commit message (Expand) | Author |
| 2007-01-20 | Fixed #3337 -- Changed newforms Field subclasses to use super(). Thanks for t... | Adrian Holovaty |
| 2007-01-19 | Changed one link in docs/url_dispatch.txt to use a relative link, as an exper... | Adrian Holovaty |
| 2007-01-19 | Fixed #3317 -- Fixed typos in docs/testing.txt. Thanks for the patch, Marc Fa... | Adrian Holovaty |
| 2007-01-19 | Fixed #3318 -- Fixed out-of-date info in docs/contributing.txt. Thanks for th... | Adrian Holovaty |
| 2007-01-17 | Fixed a couple of typos in docs/contributing.txt | Adrian Holovaty |
| 2007-01-17 | Added a description of our new ticket workflow to the contributing doc. | Jacob Kaplan-Moss |
| 2007-01-13 | Fixed #3281 -- newforms: URLField now works properly with required=False and ... | Adrian Holovaty |
| 2007-01-13 | Fixed #3293 -- newforms: Changed IntegerField.clean() to return None if field... | Adrian Holovaty |
| 2007-01-13 | Fixed #3289 -- newforms: Added value_from_datadict method to MultipleHiddenInput | Adrian Holovaty |
| 2007-01-13 | newforms: Added unit tests for MultipleHiddenInput | Adrian Holovaty |
| 2007-01-12 | Fixed #3287: method columns in the admin changelist can now have a {{{boolean... | Jacob Kaplan-Moss |
| 2007-01-12 | Fixed #3290: DummyCache now conforms to the BaseCache interface correctly. Th... | Jacob Kaplan-Moss |
| 2007-01-12 | Fixed #1717: ContentType.objects.get_for_manager() is now cached for a small ... | Jacob Kaplan-Moss |
| 2007-01-11 | newforms: Added unit tests and docs explaining that clean_data will only ever... | Adrian Holovaty |
| 2007-01-10 | Fixed #3267 -- newforms: Changed database TextField to render as Textarea in ... | Adrian Holovaty |
| 2007-01-10 | Fixed #3266 -- newforms: Made RadioSelect accept funky characters. Thanks for... | Adrian Holovaty |
| 2007-01-10 | Fixed #3278 -- newforms: Fixed bug in DeclarativeFieldsMetaclass where it ina... | Adrian Holovaty |
| 2007-01-10 | Fixed #3269 -- Fixed typo in admin change_password.html template. Thanks, ramiro | Adrian Holovaty |
| 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 |