| Age | Commit message (Expand) | Author |
| 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 | Fixed #4283 -- Added Bulgarian translation. Thanks Jordan Dimov. | Malcolm Tredinnick |
| 2007-05-13 | Removed a stray import that snuck into [5211]. | Malcolm Tredinnick |
| 2007-05-12 | Fixed the test harness to work with Python 2.3 again (tested that it still | Malcolm Tredinnick |
| 2007-05-12 | Fixed a compatibility problem with Python 2.3. | Malcolm Tredinnick |
| 2007-05-12 | Fixed #4018 -- Added code to allow callables as initial data in newforms. Tha... | Russell Keith-Magee |
| 2007-05-12 | Fixed #4231 -- Added quoting for sequence names on sequence reset for Postgre... | 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-11 | Fixed #4276 -- Fixed a crash in the lorem tag when more than 20 words were | Malcolm Tredinnick |
| 2007-05-11 | Added native eol-style settings to necessary files. Refs #4276. | Malcolm Tredinnick |
| 2007-05-11 | Fixed #4270 -- Don't permit deleting of items from an immutable QueryDict. | Malcolm Tredinnick |
| 2007-05-11 | Fixed #4275 -- Fixed a couple of typos in the Simplified Chinese translation. | Malcolm Tredinnick |
| 2007-05-10 | Added the actual assertFormError changes, accidentally omitted from [5181]. | Russell Keith-Magee |
| 2007-05-10 | Fixed import error handling when application tests are stored in a tests dire... | Russell Keith-Magee |
| 2007-05-10 | Added configurable arguments to assertRedirects and assertContains to allow f... | Russell Keith-Magee |
| 2007-05-09 | Fixed #4240 -- Updated Latvian translation. Thanks, Gacha. | Malcolm Tredinnick |
| 2007-05-09 | Fixed #4229 -- Updated Hebrew translation. Thanks, Meir Kriheli. | Malcolm Tredinnick |
| 2007-05-09 | Fixed #4132 -- Updated Polish translation. Thanks, Michal Chruszcz. | Malcolm Tredinnick |
| 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 #4200 -- Made get_admin_log template tag behave according to its | Malcolm Tredinnick |
| 2007-05-08 | Fixed #3753 -- Allow optional display of invalid variable name in | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4144 -- Only check sys.modules when required during Model class | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4197 -- Added some updates to the German translation. Thanks, Thomas | 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 |
| 2007-05-05 | Added a default test Client to TestCase, and added some assertions for some c... | Russell Keith-Magee |
| 2007-05-03 | Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed a | Malcolm Tredinnick |
| 2007-05-03 | Minor edit of initialisation logic. | Malcolm Tredinnick |
| 2007-05-03 | Fixed #2897 -- Added support for TLS connections to email handling. This means | Malcolm Tredinnick |
| 2007-05-03 | Fixed #3472 -- Don't BASE64-encode UTF-8 (or ASCII) email messages. | Malcolm Tredinnick |
| 2007-05-03 | Fixed bozo error in [5141]. | Malcolm Tredinnick |
| 2007-05-03 | Fixed #3366 -- Part 1 of the email code refactoring and feature extension. This | Malcolm Tredinnick |
| 2007-05-01 | Fixed #4130 -- Added more self-explanatory error message when a typo is made in | Malcolm Tredinnick |
| 2007-05-01 | Fixed #3946 -- Added Swiss localflavor. Thanks, charly.wilhelm@gmail.com. | Malcolm Tredinnick |
| 2007-05-01 | Fixed #3905 -- Report app_name correctly in errors during custom SQL | Malcolm Tredinnick |
| 2007-05-01 | Fixed #4084 -- Added formfield() support to the USStateField model field. | Malcolm Tredinnick |
| 2007-04-29 | Fixed #4044 -- Allowed callable views specifier to mix (i.e. not crash) with | Malcolm Tredinnick |
| 2007-04-28 | Fixed #3980 -- Updated German translation. Thanks, Jannis Leidel. | Malcolm Tredinnick |
| 2007-04-28 | Fixed #3268 -- Changed default model formfields to use a select widget when the | Malcolm Tredinnick |
| 2007-04-28 | Refactored the formfield() methods on models.fields.Field subclasses slightly | Malcolm Tredinnick |
| 2007-04-28 | Fixed #4180 -- Fixed docstring typo noticed by Gary Wilson. | Malcolm Tredinnick |
| 2007-04-28 | Fixed #4176 -- Fixed unintended change introduced in [5104]. Thanks, | Malcolm Tredinnick |
| 2007-04-27 | Fixed #3698 -- Modified newforms labels to only add a colon if the label text... | Russell Keith-Magee |
| 2007-04-27 | Fixed #4169 -- Updated Norwegian translation. Thanks, tt@gurgle.no. | Malcolm Tredinnick |
| 2007-04-27 | Fixed #4166 -- Fixed some format string errors in the Greek translation. | Malcolm Tredinnick |
| 2007-04-27 | Fixed #2608 -- Generate correct SQL for multi-level foreign key relations. | Malcolm Tredinnick |