summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2008-03-27Added the basics needed to build Django's docs using [http://sphinx.pocoo.org...Jacob Kaplan-Moss
2008-03-27Tiny reST fix to testing.txt.Jacob Kaplan-Moss
2008-03-26Removed the ado_mssql database backend.Malcolm Tredinnick
2008-03-25Edited some docs changes from the past few daysAdrian Holovaty
2008-03-24Fixed #6859 -- Greatly cleaned up the section on i18n pluralization inMalcolm Tredinnick
2008-03-20Changed the indenting level on a couple of subsections, since they're notMalcolm Tredinnick
2008-03-20Fixed #6616 -- Added an is_ajax() method to HttpRequest that uses the de factoMalcolm Tredinnick
2008-03-20Fixed #6445 -- Allow model instances to be used as a default for ForeignKeysMalcolm Tredinnick
2008-03-20Fixed #5507 -- Use a more portable way to get at the system's tmpdir (fixes aMalcolm Tredinnick
2008-03-20Merged the tests and documentation from #4720 to support the changes in [7295].Malcolm Tredinnick
2008-03-19Fixed #4620: you can now easily add custom labels to ModelChoiceFields via su...Jacob Kaplan-Moss
2008-03-19Fixed #5894: added FilePathField to newforms. Thanks, Alex Gaynor.Jacob Kaplan-Moss
2008-03-18Fixed #6659: explained where "forloop.counter" comes fromJames Bennett
2008-03-18Fixed #6245: Added note about watching Django development when using the deve...James Bennett
2008-03-18Fixed #4783: Added a note that "admin media" means "media used by the admin a...James Bennett
2008-03-18Added docs/pagination.txtAdrian Holovaty
2008-03-18Improved docs/generic_views.txt to note the new template context for the obje...Adrian Holovaty
2008-03-18Fixed #6266: Added note to docs/modelforms.txt pointing out that they're just...James Bennett
2008-03-18Fixed #6382: Documented request.urlconfJames Bennett
2008-03-18Fixed #6541: Corrected documentation of how the admin chooses a default manag...James Bennett
2008-03-18Fixed #6759: Corrected example of get_db_prep_save() in docs/custom_model_fie...James Bennett
2008-03-18Fixed #6683: corrected some typos in docs/newforms.txt. Thanks PJCrosier for ...James Bennett
2008-03-18Fixed #6166: Improved example of autoescaping with template inheritance. Base...James Bennett
2008-03-18Fixed #6120: First stab at documenting newforms field types which handle rela...James Bennett
2008-03-18Edited docs/templates.txt changes from [7276]Adrian Holovaty
2008-03-18Fixed #6351: added more examples to template filters. Thanks, David Tulig and...Jacob Kaplan-Moss
2008-03-17Fixed #6795 -- Added some translation info to docs/contributing.txt. Thanks, ...Adrian Holovaty
2008-03-17Added section to docs/form_wizard.txt about extra_context. Thanks, HonzaAdrian Holovaty
2008-03-17Fixed the inevitable ReST errors in docs/form_wizard.txtAdrian Holovaty
2008-03-17Added docs/form_wizard.txtAdrian Holovaty
2008-03-14Fixed #6455 -- Updated link to The Django Book in authentication docs, thanks...Gary Wilson Jr
2008-03-14Added a "new in development version" marker that I randomly realised I'd forg...Malcolm Tredinnick
2008-03-13Edited settings.txt and i18n.txt changes from [7185]Adrian Holovaty
2008-03-13Fixed a typo in docs/model-api.txtAdrian Holovaty
2008-03-12Fixed #6753 -- Corrected typo in authentication docs, thanks piem@piem.org an...Gary Wilson Jr
2008-03-11Fixed #6757 -- Corrected typo in newforms docs. Thanks, Atul Varma <varmaa@gm...Russell Keith-Magee
2008-03-11Another minor grammatical fix in docs/modelforms.txtJames Bennett
2008-03-11Correct an example in docs/modelforms.txt, and fix some reST formattingJames Bennett
2008-03-09Fixed #6742 -- Fixed numbering error in docs/flatpages.txtAdrian Holovaty
2008-03-09Fixed #6716 -- Fixed typo in docs/faq.txt. Thanks, AdamGAdrian Holovaty
2008-03-09Fixed #6740 -- Documented in docs/flatpage.txt that the flatpages app require...Adrian Holovaty
2008-03-08Fixed #6732 -- Added missing word "must" in `templates_python.txt` docs, than...Gary Wilson Jr
2008-03-06Added a note that cleaned_data is new in the development release.Malcolm Tredinnick
2008-03-06Fixed #6721 -- Fixed a typo in `templates_python.txt` documentation, thanks A...Gary Wilson Jr
2008-02-29Fixed #5603 -- Allow customization of the language cookie name. Thanks, moe.Malcolm Tredinnick
2008-02-26Added documentation about the "app.Model" relation syntax introduced by [7185]Jacob Kaplan-Moss
2008-02-18Fixed a few errors in the documentation. Thanks, Matthew Flanagan, panni@frag...Malcolm Tredinnick
2008-02-18Fixed #6316 -- Updated FAQ link for one of our Python on Windows links.Malcolm Tredinnick
2008-02-16Made a bunch of small doc rewordings from changes over the past couple of weeksAdrian Holovaty
2008-02-15Made a bunch of tiny documentation formatting and typo fixes.Malcolm Tredinnick