summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-07-30Fixed #7935 -- Corrected typo in template docs, plus slightly clarified the l...Russell Keith-Magee
2008-07-30Fixed #7998 -- Corrected typo. Thanks to ElliotM for the report.Russell Keith-Magee
2008-07-30Fixed #7999 -- Slightly changed the overview example to disambiguate the use ...Russell Keith-Magee
2008-07-30A couple of small typo fixes in the settings docs. Fixed #8032.Malcolm Tredinnick
2008-07-29Added a clarification to the docs about filtering across nullable intermediateMalcolm Tredinnick
2008-07-29Fixed #6095 -- Added the ability to specify the model to use to manage a Many...Russell Keith-Magee
2008-07-29Fixed #1157 -- Added some text to i18n.txt to explain how to install theMalcolm Tredinnick
2008-07-29Fixed #7560 -- Moved a lot of the value conversion preparation forMalcolm Tredinnick
2008-07-27Remove the last remaining references to manipulators outside of oldforms docsJames Bennett
2008-07-27Removing another mention of manipulatorsJames Bennett
2008-07-27Remove a couple mentions of manipulators (which are no longer relevant) from ...James Bennett
2008-07-27Made the Paginator class a bit more backwards compatible with the lecacy `Obj...Gary Wilson Jr
2008-07-27Fixed #7320 -- For `object_list` generic view, the `page` argument can also b...Gary Wilson Jr
2008-07-27Fixed #6427 -- Added some more features to the Austrian localflavor.Malcolm Tredinnick
2008-07-27Removed trailing whitespace in admin docs.Gary Wilson Jr
2008-07-27Normalized the use of "JavaScript" in the documentation.Gary Wilson Jr
2008-07-27Fixed #7986 -- Added to the documentation the purpose of the `prepopulated_fi...Gary Wilson Jr
2008-07-26Fixed #4534 -- Added an "else" option to the "ifchanged" template tag.Malcolm Tredinnick
2008-07-26Fixed #7963 -- Corrected reference to deprecated properties in UploadedFile d...Russell Keith-Magee
2008-07-26Fixed #7793 -- Handle sitemaps with more than 50,000 URLs in them (by usingMalcolm Tredinnick
2008-07-26Fixed #7686 -- Added an Austrian localflavor. Thanks, bernd.Malcolm Tredinnick
2008-07-26Fixed #7948 -- Fixed a typo in the linebreaks filter documentation, pointed outMalcolm Tredinnick
2008-07-26Fixed #7962 -- Corrected typo in testing docs. Thanks to cgod for the report.Russell Keith-Magee
2008-07-26Fixed #7896 -- Corrected a couple typos in fastcgi docs, thanks Thomas Steina...Gary Wilson Jr
2008-07-25Fixed #7398 -- Allow for custom cache-backends to be used.Malcolm Tredinnick
2008-07-25Standardised documentation of the Field help_text option and ModelAdmin.field...Luke Plant
2008-07-25Fixed #7937 -- Corrected typo in layout of db docs. Thanks to John Scott for ...Russell Keith-Magee
2008-07-25Fixed #7951 -- Corrected typo in FAQ. Thanks to vulcan_eager for the report.Russell Keith-Magee
2008-07-23Removed a colon that was rendering the bullet-point list below it as code in ...Brian Rosner
2008-07-23Fixed #7897 -- Corrected some spelling and grammatical errors in the InlineMo...Brian Rosner
2008-07-22Fixed #7870 -- Fixed typo in docs/forms.txt. Bad form, whoever originally wro...Adrian Holovaty
2008-07-22Fixed #7841 -- Fixed typo in docs/forms.txt. Thanks, msaelicesAdrian Holovaty
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