| Age | Commit message (Expand) | Author |
| 2008-07-19 | Fixed #7839 -- Corrected admin documentation and tutorial to reflect that 'cl... | Brian Rosner |
| 2008-07-19 | Fixed #7832 -- Corrected a formatting error in the newforms docs. Thanks to o... | Russell Keith-Magee |
| 2008-07-19 | Fixed #4412 -- Added support for optgroups, both in the model when defining c... | Russell Keith-Magee |
| 2008-07-19 | Fixed #7785 -- Added a note in the contenttypes documentation that GenericRel... | Russell Keith-Magee |
| 2008-07-19 | Fixed #7782 -- Corrected documentation to refer to chunks(), rather than the ... | Russell Keith-Magee |
| 2008-07-18 | Merged the newforms-admin branch into trunk. | Brian Rosner |
| 2008-07-18 | Refs #6086 -- Changed settings docs to reflect deprecation of "simple" cache ... | Gary Wilson Jr |
| 2008-07-18 | Fixed #7685 -- fixed a typo in French localflavor documentation. | Malcolm Tredinnick |
| 2008-07-18 | Fixed #3639: updated generic create_update views to use newforms. This is a b... | Jacob Kaplan-Moss |
| 2008-07-18 | Removed the mysql_old backend. It smells bad and has no friends. | Malcolm Tredinnick |
| 2008-07-13 | Fixed #7605 -- Added a note about SQLite database creation to Tutorial 1. Tha... | Russell Keith-Magee |
| 2008-07-13 | Fixed #7534 -- Added a note about TEST_DATABASE_CHARSET in the contribution d... | Russell Keith-Magee |
| 2008-07-13 | Fixed #7737 -- Corrected a comment in the testing docs to be PEP257 compliant... | Russell Keith-Magee |
| 2008-07-12 | Fixed #7583 -- Corrected the testing docs that referred to the defunct header... | Russell Keith-Magee |
| 2008-07-11 | Documented that the update() method on querysets is a direct SQL call, not the | Malcolm Tredinnick |
| 2008-07-08 | Fixed #7307 -- Split InvalidPage exception into two subclasses, PageNotAnInte... | Adrian Holovaty |
| 2008-07-08 | Fixed #7569 -- Improved a link in docs/generic_views.txt to link to the new p... | Adrian Holovaty |
| 2008-07-08 | Fixed #7478 -- Rolled QuerySetPaginator into the Paginator class, to simplify... | Adrian Holovaty |
| 2008-07-07 | Fixed #7638, a small typo in uploading files docs. Thanks, Horst Gutmann. | Jacob Kaplan-Moss |
| 2008-07-07 | Fixed #7614: the quickening has come, and there now is only one UploadedFile.... | Jacob Kaplan-Moss |
| 2008-07-06 | Fixed #7630 -- Slight tweak to the custom form widget exampleto avoid any | Malcolm Tredinnick |
| 2008-07-06 | Fixed #5522 -- Moved make-messages, compile-messages and daily-cleanup into d... | Malcolm Tredinnick |
| 2008-07-06 | Fixed #7061 -- Fixed a small inaccuracy in the i18n docs. Thanks akaihola. | Malcolm Tredinnick |
| 2008-07-05 | Fixed #7626 -- Fixed a typo in the newforms docs. | Malcolm Tredinnick |
| 2008-07-02 | Fixed a few typos in upload handling docs | Jacob Kaplan-Moss |
| 2008-07-01 | Fix a small typo in docs/upload_handling.txt | James Bennett |
| 2008-07-01 | Fixed #2070: refactored Django's file upload capabilities. | Jacob Kaplan-Moss |
| 2008-07-01 | Fixed #7185 -- Added a "ping_google" management command to | Malcolm Tredinnick |
| 2008-07-01 | Changed a documentation example that wasn't wrong to stop complaints. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #4081 -- Allow empty content in flatpages. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #7521 -- Added the ability to customize ROOT_URLCONF for the duration o... | Russell Keith-Magee |
| 2008-06-30 | Fixed #6612 -- Updated Apache auth recipe for Apache 2.2. Thanks, trbs. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #7543 -- Typo fix. Thanks, James Turnbull. | Malcolm Tredinnick |
| 2008-06-30 | Fixed #7314 -- Changed the way extra() bits are handled when QuerySets are me... | Malcolm Tredinnick |
| 2008-06-26 | Fixed #7482 -- Fixed an awkward wording in docs/model-api.txt. Thanks, cbmeek... | Adrian Holovaty |
| 2008-06-26 | Fixed #6201 -- Improved the {% cache %} template tag to allow the timeout to ... | Adrian Holovaty |
| 2008-06-26 | Improved our tests so that they don't raise an error if setuptools isn't inst... | Adrian Holovaty |
| 2008-06-26 | Various documentation edits | Adrian Holovaty |
| 2008-06-23 | Fixed #6891 -- Clarified modelform usage documentation. Thanks to Eric Holsch... | Russell Keith-Magee |
| 2008-06-21 | Removed some cruft from the [7718] checkin. | Russell Keith-Magee |
| 2008-06-21 | Fixed #7513 -- Added a note on the dependencies that need to be installed whe... | Russell Keith-Magee |
| 2008-06-21 | Fixed a minor typo in some sample SQL. Thanks for the report, Glen Jarvis <gl... | Russell Keith-Magee |
| 2008-06-20 | Added docs about urls.py and testing views for contrib apps | Luke Plant |
| 2008-06-20 | Updated information about unit tests, contrib apps in particular. | Luke Plant |
| 2008-06-20 | Fixed #3774 - primary_key=True does not, in fact, imply blank=False | Luke Plant |
| 2008-06-19 | Fixed #6719 -- Added a --traceback option to syncdb to provide a stack trace ... | Russell Keith-Magee |
| 2008-06-19 | Fixed #7059 -- Added a note to the settings documentation reminding users tha... | Russell Keith-Magee |
| 2008-06-17 | Refs #7216 -- Corrected typo, removed comma, trimmed trailing whitespace, and... | Gary Wilson Jr |
| 2008-06-17 | Fixed #7216 -- Added a description on how to use named URLs with a permalink.... | Russell Keith-Magee |
| 2008-06-17 | Fixed #7200 -- Added newforms documentation for the FloatField. Thanks, Georg... | Russell Keith-Magee |