| Age | Commit message (Expand) | Author |
| 2007-07-13 | Fixed #4469 -- Added slightly more informative error messages to max- and | Malcolm Tredinnick |
| 2007-07-13 | Fixed #4807 -- Fixed a couple of corner cases in decimal form input validation. | Malcolm Tredinnick |
| 2007-07-12 | Fixed #4526 -- Modified the test Client login method to fail when a user is i... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4808 -- Added Chilean regions in localflavor. Thanks, Marijn Vriens <m... | Russell Keith-Magee |
| 2007-07-12 | Fixed #3768 -- Disabled NullBooleanField PK serialization test. We can't and ... | Russell Keith-Magee |
| 2007-07-12 | Fixed #3770 -- Remove null=True tag from OneToOne serialization test. OneToOn... | Russell Keith-Magee |
| 2007-07-12 | Fixed #4459 -- Added 'raw' argument to save method, to override any pre-save ... | Russell Keith-Magee |
| 2007-07-10 | Fixed #4804 -- Fixed a problem when validating choice lists with non-ASCII | Malcolm Tredinnick |
| 2007-07-07 | Fixed #4772 -- Fixed reverse URL creation to work with non-ASCII arguments. | Malcolm Tredinnick |
| 2007-07-06 | Fixed #4779 -- Fixed a couple typos in the `test_client_regress` tests that s... | Gary Wilson Jr |
| 2007-07-05 | Added a test that shows the problem in #4470. This fails only for the mysql_old | Malcolm Tredinnick |
| 2007-07-04 | Merged Unicode branch into trunk (r4952:5608). This should be fully | Malcolm Tredinnick |
| 2007-07-01 | Made the reg-exp lookup tests more robust. they now pass for all database | Malcolm Tredinnick |
| 2007-06-27 | Fixed #1465: added support for regex lookups. Thanks, Tom Tobin. | Jacob Kaplan-Moss |
| 2007-06-25 | Fixed #4453 -- Allow dots in URL pattern names (although the string in that c... | Malcolm Tredinnick |
| 2007-06-23 | Merged boulder-oracle-sprint branch (r3965:5512) back into trunk. All | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4527 -- Changed the way errors are displayed in Form.as_p() to avoid | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4630 -- Fixed some validation problems with SplitDateTimeField. Thanks | Malcolm Tredinnick |
| 2007-06-23 | Fixed #4657 -- Fixed an error in an edge case of the urlizetrunc filter. | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4475 -- Fixed a problem that was preventing streaming tests for the | Malcolm Tredinnick |
| 2007-06-08 | Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil... | Russell Keith-Magee |
| 2007-06-01 | Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser... | Russell Keith-Magee |
| 2007-05-31 | Fixed #3050: you can now use extra(select=...) with values(). Thanks, Honza Kral | Jacob Kaplan-Moss |
| 2007-05-28 | Fixed a serialization problem with objects that have a foreign key on an obje... | Russell Keith-Magee |
| 2007-05-26 | Added a new form test that I forgot to commit in [5348]. Refs #3718. | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-20 | Moved markup tests into their contrib directory. | Russell Keith-Magee |
| 2007-05-20 | Modified the django system test script to search for tests in the contrib apps. | Russell Keith-Magee |
| 2007-05-19 | Fixed #4316 -- Added docstring and tests for django.newforms.utils.flatatt(). | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4337 -- Added pop() method to QueryDict. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-05-14 | Changed the fix from [5231] so that the backwards-incompatibility is made more | Malcolm Tredinnick |
| 2007-05-14 | Cleaned up the ordering of test data from [5232]. | Russell Keith-Magee |
| 2007-05-14 | Fixed #4288 -- Modified serializers to pay attention to the to_field attribut... | Russell Keith-Magee |
| 2007-05-14 | Renamed form-specific cleaning methods to be do_clean_*, rather than clean_*. | Malcolm Tredinnick |
| 2007-05-14 | Fixed some incorrect reporting of error messages in assertRedirects, and adde... | Russell Keith-Magee |
| 2007-05-14 | Added unit tests and docs for the newforms case in which the form's data does... | Adrian Holovaty |
| 2007-05-12 | Fixed #4018 -- Added code to allow callables as initial data in newforms. Tha... | Russell Keith-Magee |
| 2007-05-12 | Added docs for form_for_model and form_for_instance, and added a fields argum... | Russell Keith-Magee |
| 2007-05-12 | Removed unit tests added in [5196]; didn't notice the tests in modeltests/mod... | Russell Keith-Magee |
| 2007-05-12 | Added unit tests for form_for_model and form_for_instance. | Russell Keith-Magee |
| 2007-05-11 | Fixed #4270 -- Don't permit deleting of items from an immutable QueryDict. | Malcolm Tredinnick |
| 2007-05-10 | Improved error reporting for assertions where there are no form errors, or a ... | Russell Keith-Magee |
| 2007-05-10 | Added configurable arguments to assertRedirects and assertContains to allow f... | Russell Keith-Magee |
| 2007-05-08 | Added redirection for email services during test conditions. | Russell Keith-Magee |
| 2007-05-08 | Moved generic relations into django.contrib.contenttypes, since it depends on | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4041 -- Added a __contains__ method to cache backends. Thanks, Gary | Malcolm Tredinnick |
| 2007-05-08 | Fixed #3753 -- Allow optional display of invalid variable name in | Malcolm Tredinnick |
| 2007-05-07 | Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d... | Russell Keith-Magee |
| 2007-05-06 | Fixed comma splice in error message introduced in [5133] | Adrian Holovaty |
| 2007-05-05 | Backwards incompatible change: Changed the way test.Client.login operates. Ol... | Russell Keith-Magee |