summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-10-26i18n security fix. Details will be posted shortly to the Django mailing lists...Jacob Kaplan-Moss
2007-03-23Remove notes about things added/removed in development version, since the dev...James Bennett
2007-03-23One more typo in the notesJames Bennett
2007-03-23Hopefully finalized release notesJames Bennett
2007-03-23Correcting formatting styles in release notesJames Bennett
2007-03-23Fix broken link in MySQLdb notesJames Bennett
2007-03-23Minor reordering of sections in 0.96 release notesJames Bennett
2007-03-23Note non-availability of DATABASE_OPTIONS in mysql_old backendJames Bennett
2007-03-23Some work on the 0.96 release notesJames Bennett
2007-03-23Clarified documentation on submission of multiple selections using test client.Russell Keith-Magee
2007-03-22Added draft release notes for 0.96 (which should be coming closer...)Jacob Kaplan-Moss
2007-03-22Fixed #3772 -- Minor fix to serialization docs. Thanks, SmileyChris.Russell Keith-Magee
2007-03-22Added links to Textile, Markdown and ReST Wikipedia pages in docs/add_ons.txtAdrian Holovaty
2007-03-21Added a mysql_old backend that matches the mysql backend prior to [4724]. ThisMalcolm Tredinnick
2007-03-16Cleaned up docs/databases.txtAdrian Holovaty
2007-03-16Tightened docs/i18n.txt change from [4707]Adrian Holovaty
2007-03-16Tightened change to docs/model-api.txt from [4692]Adrian Holovaty
2007-03-16Tightened change to docs/contributing.txt from [4689] so that the action come...Adrian Holovaty
2007-03-16Fixed typo in docs/distributions.txt. Thanks, Rick v HAdrian Holovaty
2007-03-16Fixed small typo in docs/django-admin.txt. Thanks, CortAdrian Holovaty
2007-03-14Fixed #2635 -- Added improved MySQL backend support from Andy Dustman. AlsoMalcolm Tredinnick
2007-03-12Fixed #1049 -- Documented the need to implement flatten_data() in some cases ...Malcolm Tredinnick
2007-03-12Added a note about serving admin media to the alternative server setupMalcolm Tredinnick
2007-03-12Fixed #3084 -- Fixed typo pointed out by Simon Greenhill.Malcolm Tredinnick
2007-03-12Fixed #3084 -- Documented that Django's core must be translated into aMalcolm Tredinnick
2007-03-09Fixed #2869 -- Do not append ADMIN_MEDIA_PREFIX to absolute-path URLs used forMalcolm Tredinnick
2007-03-09Fixed #3685 -- Added note about keeping contributors' names in AUTHORS. Thanks,Malcolm Tredinnick
2007-03-08Tightened up docs/contributing.txt changes from [4682]Adrian Holovaty
2007-03-08Fixed #3658 -- Included description of ticket resolution states in theMalcolm Tredinnick
2007-03-08Fixed #3333 -- Made db-api.txt links relative, in line with the other docs.Malcolm Tredinnick
2007-03-07Fixed #3646 -- Corrected documentation for ABSOLUTE_URL_OVERRIDES. Patch fromMalcolm Tredinnick
2007-03-02Fixed typo.Malcolm Tredinnick
2007-03-02Fixed #3628 -- Fixed a broken link spotted by Manoj Govindan.Malcolm Tredinnick
2007-03-02Added option to pretty-print dumped fixture outputRussell Keith-Magee
2007-03-01Fixes #2333 -- Added test fixtures framework.Russell Keith-Magee
2007-02-28Fixed #3610: typo in django-admin.txt. Thanks, Yasushi Masuda.Jacob Kaplan-Moss
2007-02-28Removed a stray colon in authentication.txt.Jacob Kaplan-Moss
2007-02-28Added note to docs/db-api.txt about 'depth' being new in Django development v...Adrian Holovaty
2007-02-28Fixed #3602: a few small doc fixes. Thanks, Jeremy DunckJacob Kaplan-Moss
2007-02-28Fixed #3488: Added "b" option to date format filter. Thanks, Gary Wilson.Jacob Kaplan-Moss
2007-02-28Added a "depth" argument to select_related() to control how many "levels" of ...Jacob Kaplan-Moss
2007-02-27Fixed #3598: Added a note about the precedence of URL matches versus extra k...Jacob Kaplan-Moss
2007-02-27Fixed #2565: added a note about the laziness of querysets in tutorial 4. Than...Jacob Kaplan-Moss
2007-02-27Fixed #2264: the docs now mention that delete() cascades. Thanks, UbernostrumJacob Kaplan-Moss
2007-02-27Fixed #3039: corrected example code in authentication.txt. Thanks, Ubernostrum.Jacob Kaplan-Moss
2007-02-26Fixed #3325: Added docs/distributions.txt, a guide to packaged versions of Dj...Jacob Kaplan-Moss
2007-02-26Fixed #834: Added documentation of the built-in authentication views. Thanks,...Jacob Kaplan-Moss
2007-02-26Small cleanup of docs/model-api.txt change from [4625]Adrian Holovaty
2007-02-26Fixed #3455: added documentation of Model.get_FIELD_display(). Thanks, Uberno...Jacob Kaplan-Moss
2007-02-26Fixed #3364: Updated install.txt to recommend psycopg2. Thanks, Marc Fargas.Jacob Kaplan-Moss