| Age | Commit message (Expand) | Author |
| 2007-06-20 | Fixed #4537 -- Added note to docs/install.txt about get_python_lib() shortcut... | Adrian Holovaty |
| 2007-06-20 | Fixed #4586 -- Fixed typo in docs/tutorial01.txt. | Adrian Holovaty |
| 2007-06-20 | Fixed #4610 -- Made docs/install.txt a bit clearer about skipping the Apache ... | Adrian Holovaty |
| 2007-06-18 | Updated documentation for User.objects.make_random_password, fixing | Luke Plant |
| 2007-06-17 | Fixed #4565 -- Changed template rendering to use iterators, rather than | Malcolm Tredinnick |
| 2007-06-15 | Fixed #4547 -- Included a fix missed in [5468]. | Malcolm Tredinnick |
| 2007-06-13 | Fixed #4547 -- Trivial typo fixing time. Thanks, Grant Kelly. | Malcolm Tredinnick |
| 2007-06-12 | Fixed #4532 -- Trivial typo fix. Noticed by philliptemple@yahoo.co.uk. | Malcolm Tredinnick |
| 2007-06-11 | Fixed #4473 -- Added documentation of the three cleaning methods invoked on | Malcolm Tredinnick |
| 2007-06-11 | Fixed #4406 -- Documented the maxlength parameter (added in [4295]) for the | Malcolm Tredinnick |
| 2007-06-11 | Fixed #3807 -- Some small fixes to a couple of examples. Thanks, | Malcolm Tredinnick |
| 2007-06-10 | Added a man page for django-admin.py. Also install it correctly as part of the | Malcolm Tredinnick |
| 2007-06-10 | Fixed #4488 -- Fixed a typo pointed out by luca.ferroni@labs.it. | Malcolm Tredinnick |
| 2007-06-08 | Fixed #3523 -- Added list unpacking to for loops in templates. Thanks to Smil... | Russell Keith-Magee |
| 2007-06-07 | Made some changes to docs/newforms.txt that I'd had lying around | Adrian Holovaty |
| 2007-06-07 | Fixed misspelling in docs/add_ons.txt from [5432] | Adrian Holovaty |
| 2007-06-07 | Fixed typo in docs/db-api.txt from [5431] | Adrian Holovaty |
| 2007-06-07 | Fixed #4214: added a bit of explicit info on updating FK fields to db-api.txt... | Jacob Kaplan-Moss |
| 2007-06-07 | Fixed #4000 - changed documentation to note that filter arguments no longer n... | Jacob Kaplan-Moss |
| 2007-06-07 | Fixed #3880: added a link to the transaction docs from the model API. Thanks,... | Jacob Kaplan-Moss |
| 2007-06-07 | Fixed #3842 - clarified PythonPath directive in modpython.txt. Thanks, jon.i.... | Jacob Kaplan-Moss |
| 2007-06-07 | Fixed #3833 - added "PT" flag to mod_rewrite/fcgi example in documentation. T... | Jacob Kaplan-Moss |
| 2007-06-07 | Fixed #1791 - documented dependancies of contrib packages. | Jacob Kaplan-Moss |
| 2007-06-07 | Fixed #4496 - fixed section header in db-api doc. Thanks, hattawayd@gmail.com. | Jacob Kaplan-Moss |
| 2007-06-02 | Fixed #4455 -- Small typo fix. | Malcolm Tredinnick |
| 2007-06-01 | Small grammar fixes to docs/serialization.txt changes from [5409] | Adrian Holovaty |
| 2007-06-01 | Small rewording of docs/testing.txt changes from [5380] | Adrian Holovaty |
| 2007-06-01 | Fixed grammar error in docs/settings.txt from [5380] | Adrian Holovaty |
| 2007-06-01 | Negligible spacing change to docs/templates_python.txt | Adrian Holovaty |
| 2007-06-01 | Edited docs/url_dispatch.txt changes from [5362] | Adrian Holovaty |
| 2007-06-01 | Fixed #3466 -- Fixed problem with specifyin a 'fields' argument to a JSON ser... | Russell Keith-Magee |
| 2007-06-01 | Fixed #4401 -- Added documentation about mimetype parameter to | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4370 -- Clarified how syncdb searches for initial data files. Thanks, | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4423 -- Typo fix. | Malcolm Tredinnick |
| 2007-06-01 | Fixed #4409 -- Fixed a typo in tutorial (thanks, mitch.hunt.007@gmail.com | Malcolm Tredinnick |
| 2007-05-31 | Fixed #4439 -- Fixed typo in docs/testing.txt. Thanks, hayley | Adrian Holovaty |
| 2007-05-29 | Fixed #4420 -- Fixed broken link in docs/testing.txt | Adrian Holovaty |
| 2007-05-29 | Added new TEST_DATABASE_CHARSET and TEST_DATABASE_COLLATION settings to ensure | Malcolm Tredinnick |
| 2007-05-29 | Fixed #1278 -- Added a context processor that puts MEDIA_URL in the context, ... | Russell Keith-Magee |
| 2007-05-28 | Fixed #4331 -- Updated possible installation paths for Python site-packages on | Malcolm Tredinnick |
| 2007-05-27 | Fixed a typo. | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4221 -- Removed dependence on hard-coded URL in tutorial 4. | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4366 -- Fixed a small typo. Thanks, Ivan Sagalaev. | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4364 -- Added a link to the main docs page to the end of the tutorial in | Malcolm Tredinnick |
| 2007-05-27 | Fixed #4307 -- Clarified that ROOT_URLCONF is in settings.py and fixed a small | Malcolm Tredinnick |
| 2007-05-27 | Added references to the various get_FOO_*() methods for FileField and | Malcolm Tredinnick |
| 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 |