| Age | Commit message (Expand) | Author |
| 2007-12-02 | Fixed #6042 -- ModelForms implementation from Joseph Kocherhans. Still might | Malcolm Tredinnick |
| 2007-12-02 | Fixed #3511 -- Changed QuerySet.get() to return a MultipleObjectsReturned exc... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #685 -- archive_index() and object_list() generic views allow empty | Malcolm Tredinnick |
| 2007-12-02 | Fixed #5743 -- Tweaked the exceptions raised when importing settings so that we | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6087 -- Added setdefault() support to the Session object. Thanks, Ben | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6070 -- Fixed the documentation about running Django's core tests, sin... | Malcolm Tredinnick |
| 2007-12-02 | Fixed #6097 -- Fixed some broken RST markup. Thanks, Simeon. | Malcolm Tredinnick |
| 2007-12-02 | Documented that the simple cache backend was deprecated in [6822]. | Malcolm Tredinnick |
| 2007-12-01 | img/doc/tutorial -> img/doc/tutorial-trunk in docs/tutorial02.txt | James Bennett |
| 2007-12-01 | Fixed #3483: Documented AUTH_PROFILE_MODULE and custom user profiles | James Bennett |
| 2007-12-01 | Correcting some awkward wording/spelling in docs/request_response.txt while I... | James Bennett |
| 2007-12-01 | Fixed #5550: Documented the context used by the default view for 404 and 500 ... | James Bennett |
| 2007-12-01 | Fixed #5860: Documented the correct order in which the syndication framework ... | James Bennett |
| 2007-12-01 | Fixed #4819: documented the need to call authenticate() before login(), based... | James Bennett |
| 2007-12-01 | Edited docs/newforms.txt changes from [6740] | Adrian Holovaty |
| 2007-12-01 | Edited docs/newforms.txt changes from [6733] | Adrian Holovaty |
| 2007-12-01 | Fixed #6007: Added DEFAULT_TABLESPACE and DEFAULT_INDEX_TABLESPACE | Ian Kelly |
| 2007-12-01 | Edited templates.txt and templates_python.txt auto-escaping changes from [6671] | Adrian Holovaty |
| 2007-12-01 | Documented the new Someday/Maybe triage status. | Malcolm Tredinnick |
| 2007-12-01 | Fixed #5776: Added an explanation of when and why Django might need ALTER TAB... | James Bennett |
| 2007-12-01 | Edited docs/custom_model_fields.txt from [6652] | Adrian Holovaty |
| 2007-12-01 | Fixed #6079: Added AUTHENTICATION_BACKENDS to docs/settings.txt | James Bennett |
| 2007-12-01 | Fixed #5870: documented the "fail_silently" argument to EmailMessage.send(). | James Bennett |
| 2007-12-01 | Correct a typo in [6788] | James Bennett |
| 2007-12-01 | Fixed #5940: added sessions and webdesign cross-references to docs/add_ons.txt | James Bennett |
| 2007-12-01 | Edited docs/serialization.txt changes from [6645] | Adrian Holovaty |
| 2007-12-01 | Edited docs/newforms.txt changes from [6625] | Adrian Holovaty |
| 2007-11-30 | Edited docs/cache.txt changes from [6580], removing a gross exclamation point... | Adrian Holovaty |
| 2007-11-30 | Edited docs and docstring changes from [6572] (new cache add() method) | Adrian Holovaty |
| 2007-11-30 | Edited docs/syndication_feeds.txt changes from [6570] | Adrian Holovaty |
| 2007-11-30 | Edited docs/settings.txt changes from [6545] | Adrian Holovaty |
| 2007-11-30 | Edited docs/modpython.txt changes from [6536] | Adrian Holovaty |
| 2007-11-30 | Edited docs/templates.txt changes from [6533]. Let's not smash people over th... | Adrian Holovaty |
| 2007-11-30 | Edited docs/newforms.txt changes from [6532] | Adrian Holovaty |
| 2007-11-30 | Edited docs/unicode.txt change from [6463] -- Americanized 'behavior' | Adrian Holovaty |
| 2007-11-30 | Small edit to docs/i18n.txt from [6461] | Adrian Holovaty |
| 2007-11-30 | Edited docs/databases.txt Oracle changes from [6432] | Adrian Holovaty |
| 2007-11-29 | Fixed #6046 -- Correct an obvious blunder in setting the PYTHONPATH. Pointed | Malcolm Tredinnick |
| 2007-11-29 | Fixed #6006 -- Typo fixing in the description of verbosity. Pointed out by | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5955 -- Made a bunch of ReST fixes. Thanks, SmileyChris. | Malcolm Tredinnick |
| 2007-11-29 | Added better error handling in the basic feed class example. Refs #5855 | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5854 -- Added an example to the newforms documentation showing how to | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5777 -- Recommend using a symbolic link on Linux, OSX, etc for | Malcolm Tredinnick |
| 2007-11-29 | Fixed #5813 -- Taught the CacheMiddleware to respect any max-age HTTP header | Malcolm Tredinnick |
| 2007-11-29 | Fixed #4653 -- Improved the logic to decide when to include (and select as | Malcolm Tredinnick |
| 2007-11-19 | Fixed #5978 -- Gave `LOCALE_PATHS` a default setting of an empty tuple and re... | Gary Wilson Jr |
| 2007-11-19 | Fixed link to settings documentation in the i18n docs. | Gary Wilson Jr |
| 2007-11-18 | Rewrote the section about writing autoescaping-aware filters, based on feedback | Malcolm Tredinnick |
| 2007-11-17 | Fixed #5945 -- Treat string literals in template filter arguments as safe | Malcolm Tredinnick |
| 2007-11-15 | Fixed #5898 -- Updated docs for r6662, as pointed out by arien. | Malcolm Tredinnick |