summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
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
2007-02-26Fixed #3319: Added docs to django-admin.txt about reset and runfcgi. Thanks, ...Jacob Kaplan-Moss
2007-02-26Improved error e-mail docs in docs/settings.txt from [4619]Adrian Holovaty
2007-02-26Fixed #3279: Added a note about using MySQLdb 1.2.1 or later. Thanks, Marc Fa...Jacob Kaplan-Moss
2007-02-26Fixed #3195: added a note in settings.txt about DEBUG and HIDDEN_SETTINGS. Th...Jacob Kaplan-Moss
2007-02-26Fixed #3135: added some more explanation about how the various error email se...Jacob Kaplan-Moss
2007-02-26Fixed #2592: Added a warning to tutorial 1 about not naming your project "sit...Jacob Kaplan-Moss
2007-02-26Fixed #3253 -- Exposed the number of failed tests as a return code in manage....Russell Keith-Magee
2007-02-26Fixed #3397: You can now order by non-DB fields in the admin by telling Djang...Jacob Kaplan-Moss
2007-02-26D'oh, fixed broken ReST in last commit.Jacob Kaplan-Moss
2007-02-26Fixed #3354: added a message to tutorial 1 about where to go for help. Thanks...Jacob Kaplan-Moss
2007-02-26Fixed #3249: small doc fix to pagination documentation. Thanks, Nikolaus Sch...Jacob Kaplan-Moss
2007-02-26Fixed #3170: added first_on_page and last_on_page arguments to paginated gene...Jacob Kaplan-Moss
2007-02-25Reverted [4578] because there's no such thing as a PasswordField database fie...Adrian Holovaty
2007-02-25Fixed #2071: added a smidge of docs on PasswordField. Thanks for the patch, a...Jacob Kaplan-Moss
2007-02-25Fixed #2104: allow somewhat nicer error messages in RequiredIfOtherFieldEqual...Jacob Kaplan-Moss
2007-02-25Fixed #3488: send_mail no longer uses settings in function default arguments....Jacob Kaplan-Moss
2007-02-25Fixed #3504: fixed a missing "self" in the authentication docs. Thanks, Rober...Jacob Kaplan-Moss
2007-02-23Fixed documentation from [4558] to be correct.Jacob Kaplan-Moss
2007-02-23Fixed #343: filters that take strings now handle non-strings correctly. Thank...Jacob Kaplan-Moss
2007-02-18Copy edited new docs in docs/model-api.txt from [4535]Adrian Holovaty
2007-02-18Copy edited new docs in docs/request_response.txt from [4534]Adrian Holovaty
2007-02-17Fixed #2568 -- Added documentation for the permalink() decorator. Based on aMalcolm Tredinnick
2007-02-17Fixed #2906 -- Added documentation about HTTP error code returns and theMalcolm Tredinnick
2007-02-17Fixed #3160 -- Added the ability to control the content type in a test client...Russell Keith-Magee
2007-02-15Fixed typo in docs/newforms.txt. Thanks, Jeff HilyardAdrian Holovaty
2007-02-15Created django.contrib.localflavor, for country- and culture-specific functio...Adrian Holovaty
2007-02-14Made a small improvement to the first overview paragraph in docs/newforms.txtAdrian Holovaty
2007-02-14Fixed ReST error in docs/testing.txtAdrian Holovaty
2007-02-14Implemented subclassing Forms in newformsAdrian Holovaty
2007-02-13Renamed date_to_format function in docs/templates_python.txt example so as to...Adrian Holovaty
2007-02-13Cleaned up docs/templates.txt 'url' tag documentation from [4494]Adrian Holovaty
2007-02-13Fixed #3005 -- Applied trivial docs patch for "oldforms" use of do_html2python.Malcolm Tredinnick
2007-02-13Fixed #2606 -- Added tag for working out the URL of a particular view function.Malcolm Tredinnick
2007-02-12Small formatting tweaks to named-end-blocks change from [4489]Adrian Holovaty
2007-02-12Fixed dangling modifier in docs/settings.txtAdrian Holovaty
2007-02-12Fixed #3351 -- Added optional naming of the block in "endblock" tags to ensureMalcolm Tredinnick
2007-02-12Fixed #2315 -- added work around for Windows timezone setting (i.e. we can't doMalcolm Tredinnick
2007-02-11Made negligible change to docs/django-admin.txt -- 'MS Windows' to 'Windows'Adrian Holovaty
2007-02-11Made negligible change to docs/contributing.txt -- 'MS Windows' to 'Windows'Adrian Holovaty
2007-02-11Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...Russell Keith-Magee
2007-02-10Fixed #3159 -- documented how to work around a lack of symlinking functionalityMalcolm Tredinnick
2007-02-10Fixed #3147 -- documented how to use .pth files for easy switching betweenMalcolm Tredinnick
2007-02-10Fixed #2762 -- added copyright element support to RSS and Atom feeds. PatchMalcolm Tredinnick
2007-02-10Fixed #2655 -- added documentation about resolve_variable() for custom templateMalcolm Tredinnick
2007-02-10Added some documentation for truncatewords_html (added in [4468]).Malcolm Tredinnick
2007-02-10Fixed ReST bug in docs/fastcgi.txtAdrian Holovaty
2007-02-10Updated reportlab user guide link in docs/outputting_pdf.txt. Thanks, Derek L...Adrian Holovaty