| Age | Commit message (Expand) | Author |
| 2007-09-14 | Fixed #5460 -- unique_together now accepts a single tuple for convenience. Th... | Adrian Holovaty |
| 2007-09-14 | Fixed #5394 -- REDIRECT_FIELD_NAME is now configurable. Thanks, Petr Marhoun,... | Adrian Holovaty |
| 2007-09-14 | Fixed #5342 -- Added max_length parameter to EmailField. Thanks, donspaulding... | Adrian Holovaty |
| 2007-09-14 | Fixed #5376 -- Added --addrport option to the 'testserver' command. Thanks, t... | Adrian Holovaty |
| 2007-09-14 | Fixed #4061: added docs on how to limit access to databrowse. Thanks, Nick Ef... | Jacob Kaplan-Moss |
| 2007-09-14 | Fixed #5464 -- Fixed typo in docs/newforms.txt. Thanks, ramiro | Adrian Holovaty |
| 2007-09-14 | Fixed #5455 -- Fixed some backticks, quotes and typos in the settings documen... | Russell Keith-Magee |
| 2007-09-14 | Edited docs/install.txt changes from [6178] | Adrian Holovaty |
| 2007-09-14 | Added 'New in Django development version' note to docs/request_response.txt c... | Adrian Holovaty |
| 2007-09-14 | Fixed #5340 -- Fixed a broken link. Thanks, Justin Lilly. | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5280 -- Minor typo in modpython docs. Thanks for the attention to deta... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3766 -- Added in-memory caching for the sites framework. Will speed up... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4544 -- Updated docs for allowed field types in an admin list_filter. ... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3902 -- Added some excellent notes about installing Django on Windows.... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #987 -- Convert relative URI portions into absolute URIs in HTTP Locati... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #5341 -- Clarified docs/db-api.txt docs about params in extra(). Thanks... | Adrian Holovaty |
| 2007-09-14 | Added documentation notes for new feature added in [6149]. | Russell Keith-Magee |
| 2007-09-14 | Added 'New in Django development version' note to docs/generic_views.txt chan... | Adrian Holovaty |
| 2007-09-14 | Edited docs/request_response.txt change from [6155] | Adrian Holovaty |
| 2007-09-14 | Edited docs/templates_python.txt change from [6143] | Adrian Holovaty |
| 2007-09-14 | Fixed #3895 -- Added ability to customize the context variable in the archive... | Russell Keith-Magee |
| 2007-09-14 | Fixed #4726 -- Added a note about the exception raised by QuerySet.__getitem__. | Malcolm Tredinnick |
| 2007-09-14 | Fixed #208 -- Modernized the syntax of the cycle tag to allow for spaces and ... | Russell Keith-Magee |
| 2007-09-14 | Fixed #4919 -- Added 'last' marker on paginators. Thanks to patrick@vonautoma... | Russell Keith-Magee |
| 2007-09-14 | Fixed #3922 -- Added a warning that fields passed to form_for_model callback ... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #4360 -- Corrected where HTTP headers are in the test response. Also no... | Malcolm Tredinnick |
| 2007-09-14 | Fixed #1795 -- Added page_range to paginators in generic list views. Thanks t... | Russell Keith-Magee |
| 2007-09-14 | Fixed #2319 -- Added a note that the sites framework is used by admin's view-... | Malcolm Tredinnick |
| 2007-09-13 | Fixed #4793 -- Tweaked custom filter documentation a little to possibly reduc... | Malcolm Tredinnick |
| 2007-09-13 | Fixed #4752 -- Make default ErrorList customisable in newforms display. Based... | Malcolm Tredinnick |
| 2007-09-13 | Fixed #5409 -- Fixed logic error in docs/db-api.txt. Thanks, David Paccoud | Adrian Holovaty |
| 2007-09-13 | Fixed #5397 -- Fixed typo in docs/newforms.txt example. Thanks, zhaoz@u.washi... | Adrian Holovaty |
| 2007-09-12 | Added 'Claiming tickets' section to docs/contributing.txt | Adrian Holovaty |
| 2007-09-12 | Fixed #5406 -- Fixed spelling error in docs/model-api.txt. Thanks, Andrew She... | Adrian Holovaty |
| 2007-09-10 | Combined two paragraphs in docs/contributing.txt | Adrian Holovaty |
| 2007-09-10 | Attempted to bold part of docs/contributing.txt | Adrian Holovaty |
| 2007-09-10 | Added 'How to document new features' to docs/contributing.txt | Adrian Holovaty |
| 2007-09-09 | Fixed #5336 -- Altered an example in docs/fastcgi.txt. Thanks, Thomas Guttler | Adrian Holovaty |
| 2007-09-09 | Added bullet to docs/contributing.txt about creating diffs from the top-level... | Adrian Holovaty |
| 2007-09-09 | Fixed broken link in docs/django-admin.txt | Adrian Holovaty |
| 2007-09-09 | Improved 'Examples of using different ports and addresses' section in docs/dj... | Adrian Holovaty |
| 2007-09-09 | Fixed #5369 -- Refactored the django-admin.py help system, allowing each subc... | Adrian Holovaty |
| 2007-09-09 | Fixed #5280 -- Fixed typo in docs/modpython.txt. Thanks, nsteinmetz@gmail.com | Adrian Holovaty |
| 2007-09-09 | Fixed #5340 -- Linked docs/templates.txt to docs/templates_python.txt | Adrian Holovaty |
| 2007-09-08 | Fixed #5346 -- Fixed a couple typos in the model-api docs. Thanks, David Pac... | Gary Wilson Jr |
| 2007-09-05 | Refs #5343 -- Reverted [6047]. Loading custom commands was causing the settin... | Russell Keith-Magee |
| 2007-09-04 | Updated docs/cache.txt section on 'dummy caching' to use the same example for... | Adrian Holovaty |
| 2007-09-04 | Fixed #5334 -- Added installation instructions for FreeBSD, and sorted the ex... | Russell Keith-Magee |
| 2007-09-04 | Fixed #5212, #5222 -- Added the ability for users to register their own comma... | Russell Keith-Magee |
| 2007-09-03 | Fixed #5271 -- Fixed documentation reference to using the application name as... | Russell Keith-Magee |