| Age | Commit message (Expand) | Author |
| 2007-02-10 | Fixed #3443 -- Updated Joe Heck's entry. | Malcolm Tredinnick |
| 2007-02-09 | Fixed #3449 -- fixed regression test results so that they all pass now. Thanks | Malcolm Tredinnick |
| 2007-02-09 | Fixed #3468 -- fixed typo in VariableDoesNotExist.__str__. Pointed out by | Malcolm Tredinnick |
| 2007-02-09 | Added a ``session`` attribute to the test Client, to make it easier to test i... | Russell Keith-Magee |
| 2007-02-07 | Fixes #3447, Refs #2160 -- Reverting change [4459] because it breaks admin. A... | Russell Keith-Magee |
| 2007-02-06 | Trivial whitespace chance to AUTHORS to test the trac commit hook. Refs #1 a... | Jacob Kaplan-Moss |
| 2007-02-06 | Fixed #3441: VariableDoesNotExist is now a bit lazier about rendering its err... | Jacob Kaplan-Moss |
| 2007-02-05 | newforms: Changed ChoiceField error message *not* to include user-provided input | Adrian Holovaty |
| 2007-02-04 | Fixed #2160 -- Modified object save logic to check for ``pk is None``, rather... | Russell Keith-Magee |
| 2007-01-30 | Fixed #3320: upgraded django.utils.simplejson to simplejson version 1.5. Than... | Jacob Kaplan-Moss |
| 2007-01-29 | Fixed Python 2.4-ism in modeltests/test_client. Thanks for the find, Robert ... | Jacob Kaplan-Moss |
| 2007-01-29 | Improved newforms.models.save_for_instance() to set many-to-many values via I... | Adrian Holovaty |
| 2007-01-29 | Fixed #3389 -- Many-to-many sets can now be assigned with primary key values | Adrian Holovaty |
| 2007-01-29 | Fixed #3385 -- Fixed broken link in docs/design_philosophies.txt | Adrian Holovaty |
| 2007-01-28 | newforms: Changed database Field formfield() methods to pass help_text to the... | Adrian Holovaty |
| 2007-01-28 | Fixed #3255 -- Added help_text argument to newforms Field class. | Adrian Holovaty |
| 2007-01-28 | Fixed #3263 -- newforms form_for_model() and form_for_instance() now handle f... | Adrian Holovaty |
| 2007-01-27 | newforms: Added a unit test that tests dynamic field addition with base field... | Adrian Holovaty |
| 2007-01-27 | Fixed #3334 -- Changed newforms Form class construction so that appending to ... | Adrian Holovaty |
| 2007-01-27 | Fixed #3312 -- CheckboxSelectMultiple no longer uses duplicate ID attributes ... | Adrian Holovaty |
| 2007-01-27 | Fixed #3300 -- Changed newforms Select widget to collapse 'choices' into a li... | Adrian Holovaty |
| 2007-01-27 | Fixed a flaw in the serializers that prevented OneToOneFields being serialize... | Russell Keith-Magee |
| 2007-01-25 | Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specifica... | Russell Keith-Magee |
| 2007-01-25 | Fixed #3215, #3081, #2749 -- Fixed problem with mistaken deletion of objects ... | Russell Keith-Magee |
| 2007-01-25 | Fixed #3302 -- Added small note to docs/django-admin.txt about ordering of in... | Adrian Holovaty |
| 2007-01-25 | Fixed #3299 -- Added 'site' to the list of INVALID_PROJECT_NAMES and improved... | Adrian Holovaty |
| 2007-01-25 | Fixed #2133 -- Invalid session cookie no longer causes fatal error. Thanks, g... | Adrian Holovaty |
| 2007-01-25 | Fixed #1336 -- USStateField no longer throws exception when data is None | Adrian Holovaty |
| 2007-01-24 | Fixed ReST error in docs/contributing.txt | Adrian Holovaty |
| 2007-01-24 | Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ... | Adrian Holovaty |
| 2007-01-24 | newforms: Implemented NullBooleanField and NullBooleanSelect | Adrian Holovaty |
| 2007-01-24 | Made tiny grammar change to docs/newforms.txt. Thanks, Rex | Adrian Holovaty |
| 2007-01-23 | newforms: Added MultiValueField, SplitDateTimeField, MultiWidget, SplitDateTi... | Adrian Holovaty |
| 2007-01-23 | Fixed #2296 -- Documented required trailing slash for MEDIA_URL. Thanks, nwp@... | Adrian Holovaty |
| 2007-01-23 | Fixed #3127 -- Added i18n hooks to NullBooleanField. Thanks, automatthias | Adrian Holovaty |
| 2007-01-23 | Fixed a couple more ReST errors I found in docs/generic_views.txt | Adrian Holovaty |
| 2007-01-23 | Fixed #3234 -- Fixed ReST error in docs/generic_views.txt. Thanks, paolo | Adrian Holovaty |
| 2007-01-23 | Fixed small inconsistency in docs/url_dispatch.txt 'New in Django development... | Adrian Holovaty |
| 2007-01-23 | Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo... | Adrian Holovaty |
| 2007-01-23 | Fixed #3282 -- Fixed incorrect statement in docs/tutorial03.txt. Thanks, dave... | Adrian Holovaty |
| 2007-01-23 | Fixed #3346 -- Documented that search_fields Admin option can use related mod... | Adrian Holovaty |
| 2007-01-22 | Changed database Field formfield() methods to take arbitrary kwargs, which ar... | Adrian Holovaty |
| 2007-01-22 | newforms: Added formfield_callback argument to form_for_model and form_for_in... | Adrian Holovaty |
| 2007-01-21 | Fixed #3196 -- Fixed inconsistency in setting choices on ChoiceFields dynamic... | Adrian Holovaty |
| 2007-01-21 | newforms: Fixed confusing behavior when setting choices for ChoiceFields and ... | Adrian Holovaty |
| 2007-01-21 | Added SortedDict.value_for_index() method in django.utils.datastructures | Adrian Holovaty |
| 2007-01-20 | newforms: Moved flatatt function from widgets.py to util.py | Adrian Holovaty |
| 2007-01-20 | newforms: Added attrs optional argument to BoundForm.label_tag() | Adrian Holovaty |
| 2007-01-20 | Fixed #3321 -- Fixed typo in docs/testing.txt (which still needs to be proofr... | Adrian Holovaty |
| 2007-01-20 | Fixed #3303 -- Cleaned some newforms clean() method implementations. Thanks f... | Adrian Holovaty |