| Age | Commit message (Expand) | Author |
| 2007-05-27 | Fixed #4150 -- Added an explanation of how to use eggs with mod_python. | Malcolm Tredinnick |
| 2007-05-27 | Added documentation for reverse() (based on a patch from Simon Greenhill) and | Malcolm Tredinnick |
| 2007-05-27 | Fixed #3227 -- Clarified DATABASE_HOST semantics for PostgreSQL. | Malcolm Tredinnick |
| 2007-05-27 | Added a clarification that {#...#} is only for single-line comments. | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4395 -- Fixed a couple of typos in the examples. | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4388 -- Documented where the view shortcuts are imported from. Based on | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4355 -- Clarified a confusing example in the use of the url template | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4353 -- Fixed a typo in newforms documentation. I can't believe the | Malcolm Tredinnick |
| 2007-05-26 | Fixed #4351 -- Attempted to make it easier for readers to see the difference | Malcolm Tredinnick |
| 2007-05-21 | Added 'New in Django development version' notes to docs/model-api.txt regardi... | Adrian Holovaty |
| 2007-05-21 | Fixed #4344 -- Trivial typo fix. | Malcolm Tredinnick |
| 2007-05-21 | Fixed #2365, #3324 -- Renamed FloatField to DecimalField and changed the code | Malcolm Tredinnick |
| 2007-05-20 | Added small note to docs/newforms.txt 'Complex template output' section | Adrian Holovaty |
| 2007-05-20 | Edited docs/newforms.txt changes from [5294] and [5295] | Adrian Holovaty |
| 2007-05-20 | Modified the example views in newforms.txt to include a HttpResponseRedirect ... | Russell Keith-Magee |
| 2007-05-19 | Fixed #4232 -- Added example usages to the newforms documentation. Thanks, Joe | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4327 -- Fixed silly typo in code example. Pointed out by | Malcolm Tredinnick |
| 2007-05-19 | Fixed #4334 -- Fixed typo in model-api.txt. Thanks, Gary Wilson. | Malcolm Tredinnick |
| 2007-05-19 | Added 'http://' to python.org link in docs/install.txt, so it will be auto-li... | Adrian Holovaty |
| 2007-05-18 | Fixed small grammar error in docs/model-api.txt from [5250] | Adrian Holovaty |
| 2007-05-16 | Simplified a coding style example in docs/contributing.txt from [5264] | Adrian Holovaty |
| 2007-05-16 | Added some Django-specific style guidelines to docs/contributing.txt, which I... | Adrian Holovaty |
| 2007-05-15 | Fixed #4303 -- Fixed typos in docs/db-api.txt. Thanks, Gary Wilson | Adrian Holovaty |
| 2007-05-15 | Fixed #4303 -- Fixed typo in docs/db-api.txt | Adrian Holovaty |
| 2007-05-15 | Fixed #3664 -- Documented that get_absolute_url() and item_link() (in | Malcolm Tredinnick |
| 2007-05-14 | Changed the fix from [5231] so that the backwards-incompatibility is made more | 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-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 #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 | Added docs for form_for_model and form_for_instance, and added a fields argum... | Russell Keith-Magee |
| 2007-05-11 | Fixed #4252 -- Fixed a typo in ReST formatting. Thanks, Collin Anderson. | Malcolm Tredinnick |
| 2007-05-11 | Fixed #4267 -- In example code, extract the template tag name correctly in | Malcolm Tredinnick |
| 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 | 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 | 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 |