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