| Age | Commit message (Expand) | Author |
| 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 |
| 2006-12-27 | Fixed #3115 -- Changed postgresql backend to convert all Unicode strings to b... | Adrian Holovaty |
| 2006-12-27 | Removed duplication in docs/legacy_databases.txt | Adrian Holovaty |
| 2006-12-26 | newforms: Added max_length and min_length optional arguments to RegexField, E... | Adrian Holovaty |
| 2006-12-26 | newforms: A label can now be the empty string, in which case a label won't be... | Adrian Holovaty |
| 2006-12-26 | newforms: Changed Form.as_table() to display errors in same <td> as the field | Adrian Holovaty |
| 2006-12-26 | newforms: Implemented RadioFieldRenderer.__getitem__(), which allows for inde... | Adrian Holovaty |
| 2006-12-26 | Fixed #3187 -- Django will now look for the root URLconf as an attribute of t... | Jacob Kaplan-Moss |
| 2006-12-24 | newforms: Added django.newforms.extras.widgets, with SelectDateWidget impleme... | Adrian Holovaty |
| 2006-12-24 | newforms: Removed Widget.requires_data_list parameter, which was made redunda... | Adrian Holovaty |
| 2006-12-22 | Changed django.forms to remove duplicate code and import from django.oldforms... | Adrian Holovaty |
| 2006-12-20 | Refactored workhorse methods on m2m descriptors. Modified _add to check for t... | Russell Keith-Magee |
| 2006-12-20 | Fixed problem with assiging an empty list to m2m related descriptors, introdu... | Russell Keith-Magee |
| 2006-12-20 | Fixed #3142 -- Optimized the assignment of m2m and m2o relation sets. Thanks,... | Russell Keith-Magee |
| 2006-12-20 | Fixed #3128: Added explicit object-tools block so custom admin templates can ... | Jacob Kaplan-Moss |
| 2006-12-19 | Fixed typo in docs/redirects.txt | Adrian Holovaty |
| 2006-12-19 | Fixed #3164 -- Added explicit ordering to basic model test, and revised resul... | Russell Keith-Magee |
| 2006-12-18 | Changed dateformat 'M' to use MONTHS_3 instead of MONTHS, for better support ... | Adrian Holovaty |
| 2006-12-18 | Fixed #3157 -- Made error message XHTML-friendly in CSRF middleware. Thanks, ... | Adrian Holovaty |
| 2006-12-18 | Negligible spacing changes to docs/csrf.txt to be consistent | Adrian Holovaty |
| 2006-12-17 | Fixed #3153 -- newforms 'label' argument now can contain wacky characters. Th... | Adrian Holovaty |
| 2006-12-17 | Refs #3118 -- Forgot to mention the efforts of Yashudi Masuda in triaging #31... | Russell Keith-Magee |
| 2006-12-17 | Fixed #3118 -- Fixed reversed logic in DBAPI regarding handling of empty PKs ... | Russell Keith-Magee |
| 2006-12-17 | newforms: Added optional 'form' parameter to form_for_model | Adrian Holovaty |
| 2006-12-17 | newforms: Added BaseForm to django.newforms namespace | Adrian Holovaty |