summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-07-22Fixed #7868 -- Updated FAQ 'When will you release 1.0' to have an actual, val...Adrian Holovaty
2008-07-22Fixed #7814 -- Fixed a number of style inconsistencies in the docs. Thanks, u...Adrian Holovaty
2008-07-22Fixed spaces vs. tabs issue in docs/contenttypes.txt from [7976]Adrian Holovaty
2008-07-22Changed "each" to "ease" and made several edits from Adrian.Gary Wilson Jr
2008-07-22Fixed a few formatting errors and typos, courtesy of the proofreaders in #dja...Malcolm Tredinnick
2008-07-221.0 alpha release notesJames Bennett
2008-07-21Fixed #7869 -- Removed a reference to an inner Admin class in docs/contributi...Brian Rosner
2008-07-21It's time for the "newforms" documentation to arrive:Gary Wilson Jr
2008-07-21Added a link to admin docs in add_ons.txt. Refs #7829.Jacob Kaplan-Moss
2008-07-21Improved the bit of the tutorial that explains how to enable the admin. Fixes...Jacob Kaplan-Moss
2008-07-21Fixed reST error in [8024].Jacob Kaplan-Moss
2008-07-21Tweaked forms/oldforms docs to better represent the current state of things.Jacob Kaplan-Moss
2008-07-21Corrected link to ModelForm doc.Gary Wilson Jr
2008-07-21Refs #7864 -- Corrected more instances of "newforms" in the docs.Gary Wilson Jr
2008-07-21Corrected the privileges needed to run the test suite under OracleIan Kelly
2008-07-21Refs #7864 -- Updates to documentation for the oldforms/newforms switch.Gary Wilson Jr
2008-07-21Changed/fixed the way Django handles SCRIPT_NAME and PATH_INFO (orMalcolm Tredinnick
2008-07-20Fixed #7850 -- Added adding django.contrib.admin to INSTALLED_APPS to the ste...Brian Rosner
2008-07-19Modified [7999] based on some feedback from Marty Alchin.Malcolm Tredinnick
2008-07-19Added a cavaet to the use of get_FOO_filename() and get_FOO_url(). ThisMalcolm Tredinnick
2008-07-19Fixed #7763 -- Added a Romanian localflavor. Thanks, MihaiD.Malcolm Tredinnick
2008-07-19Fixed #7838 -- Corrected an invalid class name the 'classes' usage in the tut...Brian Rosner
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