summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2007-05-08Fixed #4242 -- Changed docs to use full name for the Brazilian Portugese lang...Malcolm Tredinnick
2007-05-07Added assertFormError, assertTemplateUsed and assertTemplateNotUsed for use d...Russell Keith-Magee
2007-05-06Edited docs/email.txt changes from [5141] and other recent changesetsAdrian Holovaty
2007-05-06Finally began proofreading docs/testing.txt. Did the intro for now; more to comeAdrian Holovaty
2007-05-05Backwards incompatible change: Changed the way test.Client.login operates. Ol...Russell Keith-Magee
2007-05-05Added a default test Client to TestCase, and added some assertions for some c...Russell Keith-Magee
2007-05-03Added "new in development version" markers to new email stuff.Malcolm Tredinnick
2007-05-03Fixed #3307 -- Added BCC support to the EmailMessage class. En-passant, fixed aMalcolm Tredinnick
2007-05-03Fixed #2897 -- Added support for TLS connections to email handling. This meansMalcolm Tredinnick
2007-05-03Fixed #3366 -- Part 1 of the email code refactoring and feature extension. ThisMalcolm Tredinnick
2007-05-02Fixed #4201 -- Fixed pre-MR style code example in docs/sessions.txt. Thanks, ...Adrian Holovaty
2007-05-02Fixed #4068 -- Fixed incorrect docstring in docs/syndication_feeds.txt. Thank...Adrian Holovaty
2007-05-02Fixed #4034 -- Updated docs/documentation.txt to reflect the removal of build...Adrian Holovaty
2007-05-02Fixed #4139 -- Fixed typo in docs/templates_python.txt.Adrian Holovaty
2007-05-01Fixed #4188 -- Removed the explicit list of default LANGUAGES setting values,Malcolm Tredinnick
2007-04-28Fixed #4181 -- Corrected anchor names in links to settings document. Thanks,Malcolm Tredinnick
2007-04-28Fixed #4175 -- Fixed a couple of ReST markup errors. Thanks, Matt McClanahan.Malcolm Tredinnick
2007-04-28Made small formatting tweaks to docs/settings.txt and docs/email.txt changes ...Adrian Holovaty
2007-04-27Fixed up some omissions and one mysteriously documented, yet non-existent fieldMalcolm Tredinnick
2007-04-27Fixed #4163 -- Added some "quick notes" documentation about the configurationMalcolm Tredinnick
2007-04-26Edited docs/install.txt changes from [5085]Adrian Holovaty
2007-04-26Added note about Django development version to docs/authentication.txt change...Adrian Holovaty
2007-04-26Added 'New in Django development version' note to docs/settings.txt changes f...Adrian Holovaty
2007-04-26Fixed #4158 -- Fixed a small formatting typo. Thanks, SmileyChris.Malcolm Tredinnick
2007-04-25Fixed #3316 -- Added support for crypt hashing of passwords, mostly to supportMalcolm Tredinnick
2007-04-25Fixed #3185 -- Made values for login, logout and post-login redirect URLsMalcolm Tredinnick
2007-04-25Fixed #3857 -- Used a table to describe the required arg for FileField. ThisMalcolm Tredinnick
2007-04-24Fixed #4133 -- Fixed broken links in docs. Thanks, Gary WilsonAdrian Holovaty
2007-04-23Added HTTP_HOST example headerSimon Willison
2007-04-21Fixed #4101 -- Clarified a potentially confusing URL pattern in one example.Malcolm Tredinnick
2007-04-21Fixed #4097 -- Updated distribution information for Fedora and Gentoo, based onMalcolm Tredinnick
2007-04-20Added a note that MySQLdb versions prior to 1.2.1p2 will only work withMalcolm Tredinnick
2007-04-20Changed all URL references for django_admin/ to the canonical name ofMalcolm Tredinnick
2007-04-20Changed all references to tutorial1/ to be tutorial01/ (and similarly forMalcolm Tredinnick
2007-04-16Fixed ReST error in docs/databrowse.txtAdrian Holovaty
2007-04-16Added django.contrib.databrowseAdrian Holovaty
2007-04-16Fixed #4038 -- Added reference to django.contrib.webdesign in the template docs.Russell Keith-Magee
2007-04-16Refs #3786 -- Added reference to database-specific documentation in install.txt.Russell Keith-Magee
2007-04-13Fixed #4029 -- Fixed some broken links and made some links relative in docs/m...Adrian Holovaty
2007-04-13Fixed #3786 -- Fixed sqlinitialdata references in some docs. Thanks, Ramiro M...Adrian Holovaty
2007-04-12Fixed #3830 -- Added installation note on removing old versions of Django (es...Russell Keith-Magee
2007-04-12Fixed #3956 -- Minor typo in template docs. Thanks, Nick Fishman.Russell Keith-Magee
2007-04-09Edited docs/syndication_feeds.txt changes from [4982]Adrian Holovaty
2007-04-09Backwards-incompatible change -- Removed LazyDate helper class. To preserve e...Russell Keith-Magee
2007-04-09Clarified that there is no feed-level description element in Atom feeds and theMalcolm Tredinnick
2007-04-09Fixed #3916 -- Small tweak to information in tutorial 2. Based on a patch fromMalcolm Tredinnick
2007-04-09Fixed #3909 -- Added a couple of small clarifications to django-admin.pyMalcolm Tredinnick
2007-04-09Edited docs/url_dispatch.txt changes from [4901]Adrian Holovaty
2007-04-09Fixed #3893 -- Changed docs/legacy_databases.txt examples to use manage.py in...Adrian Holovaty
2007-04-09Added note to docs/django-admin.txt about the examples using django-admin.txt...Adrian Holovaty