| 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-14 | Fixed #3780 -- Added first stab at 'Built-in Field classes' section to docs/n... | Adrian Holovaty |
| 2007-05-14 | Fixed #4217 -- Added note to docs/databrowse.txt about import. Thanks, Thomas... | Adrian Holovaty |
| 2007-05-14 | Fixed #4285 -- Fixed ReST error in docs/testing.txt. Thanks, MichaĆ Kwiatkowski | Adrian Holovaty |
| 2007-05-14 | Fixed ReST error in docs/newforms.txt from [5218] | Adrian Holovaty |
| 2007-05-14 | Added unit tests and docs for the newforms case in which the form's data does... | Adrian Holovaty |
| 2007-05-14 | Another word tightening and clarification in docs/newforms.txt | Adrian Holovaty |
| 2007-05-14 | Clarified migration plan in docs/newforms.txt | Adrian Holovaty |
| 2007-05-13 | Removed a stray import that snuck into [5211]. | Malcolm Tredinnick |
| 2007-05-12 | Fixed some ReST errors in docs/newforms.txt from [5212] | Adrian Holovaty |
| 2007-05-12 | Edited changes to docs/newforms.txt from [5202] | Adrian Holovaty |
| 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 #4281 -- Fixed error in docs/i18n.txt example | Adrian Holovaty |
| 2007-05-12 | Changed 'email' to 'e-mail' in docs/testing.txt, to fit our consistent style | Adrian Holovaty |
| 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-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 #4252 -- Fixed a typo in ReST formatting. Thanks, Collin Anderson. | Malcolm Tredinnick |
| 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 #4267 -- In example code, extract the template tag name correctly in | 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 | Improved error reporting for assertions where there are no form errors, or a ... | 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 | Removed a bunch of trailing whitespace. Don't people realise whitespace is a | Malcolm Tredinnick |
| 2007-05-08 | Fixed #3936 -- Mentioned that the DATABASE_USER in the test settings file needs | Malcolm Tredinnick |
| 2007-05-08 | Fixed #3753 -- Allow optional display of invalid variable name in | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4203 -- Noted that "blank" defaults to False in models. Thanks, | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4042 -- Fixed typo in serialization example. Thanks, Vinay Sajip. | Malcolm Tredinnick |
| 2007-05-08 | Omitted AUTHORS change from last [5163]. Refs #4144. | 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-08 | Fixed #4202 -- Corrected namespacing of exception in one of the examples. | Malcolm Tredinnick |
| 2007-05-08 | Fixed #4226 -- Added DATABASE_NAME to the list of settings required to be | Malcolm Tredinnick |
| 2007-05-08 | Removed "new in development version" warning, since this feature was in the | Malcolm Tredinnick |