summaryrefslogtreecommitdiff
path: root/docs
Commit message (Expand)AuthorAgeFilesLines
* Fixed #3162 -- Added coded to catch and rethrow exceptions that are thrown by...Russell Keith-Magee2007-02-111-0/+11
* Fixed #3159 -- documented how to work around a lack of symlinking functionalityMalcolm Tredinnick2007-02-101-1/+5
* Fixed #3147 -- documented how to use .pth files for easy switching betweenMalcolm Tredinnick2007-02-101-0/+25
* Fixed #2762 -- added copyright element support to RSS and Atom feeds. PatchMalcolm Tredinnick2007-02-101-1/+34
* Fixed #2655 -- added documentation about resolve_variable() for custom templateMalcolm Tredinnick2007-02-101-0/+64
* Added some documentation for truncatewords_html (added in [4468]).Malcolm Tredinnick2007-02-101-0/+10
* Fixed ReST bug in docs/fastcgi.txtAdrian Holovaty2007-02-101-1/+1
* Updated reportlab user guide link in docs/outputting_pdf.txt. Thanks, Derek L...Adrian Holovaty2007-02-101-1/+1
* Added a ``session`` attribute to the test Client, to make it easier to test i...Russell Keith-Magee2007-02-091-5/+27
* Fixed #3385 -- Fixed broken link in docs/design_philosophies.txtAdrian Holovaty2007-01-291-1/+1
* Fixed #3255 -- Added help_text argument to newforms Field class.Adrian Holovaty2007-01-281-0/+32
* Fixed #3098 -- Added db_table parameter to m2m fields, allowing the specifica...Russell Keith-Magee2007-01-251-0/+4
* Fixed #3302 -- Added small note to docs/django-admin.txt about ordering of in...Adrian Holovaty2007-01-251-1/+3
* Fixed ReST error in docs/contributing.txtAdrian Holovaty2007-01-241-1/+0
* Fixed #3333 -- Docs now use relative links, not hard-coded djangoproject.com ...Adrian Holovaty2007-01-2437-200/+200
* Made tiny grammar change to docs/newforms.txt. Thanks, RexAdrian Holovaty2007-01-241-1/+1
* Fixed #2296 -- Documented required trailing slash for MEDIA_URL. Thanks, nwp@...Adrian Holovaty2007-01-231-0/+5
* Fixed a couple more ReST errors I found in docs/generic_views.txtAdrian Holovaty2007-01-231-6/+6
* Fixed #3234 -- Fixed ReST error in docs/generic_views.txt. Thanks, paoloAdrian Holovaty2007-01-231-17/+17
* Fixed small inconsistency in docs/url_dispatch.txt 'New in Django development...Adrian Holovaty2007-01-231-2/+2
* Fixed #3283 -- Added support for empty QuerySets via none() method. Thanks fo...Adrian Holovaty2007-01-231-0/+15
* Fixed #3282 -- Fixed incorrect statement in docs/tutorial03.txt. Thanks, dave...Adrian Holovaty2007-01-231-2/+1
* Fixed #3346 -- Documented that search_fields Admin option can use related mod...Adrian Holovaty2007-01-231-1/+4
* Fixed #3321 -- Fixed typo in docs/testing.txt (which still needs to be proofr...Adrian Holovaty2007-01-201-1/+1
* Changed one link in docs/url_dispatch.txt to use a relative link, as an exper...Adrian Holovaty2007-01-191-1/+1
* Fixed #3317 -- Fixed typos in docs/testing.txt. Thanks for the patch, Marc Fa...Adrian Holovaty2007-01-191-3/+3
* Fixed #3318 -- Fixed out-of-date info in docs/contributing.txt. Thanks for th...Adrian Holovaty2007-01-191-4/+4
* Fixed a couple of typos in docs/contributing.txtAdrian Holovaty2007-01-171-15/+15
* Added a description of our new ticket workflow to the contributing doc.Jacob Kaplan-Moss2007-01-171-15/+61
* Fixed #3287: method columns in the admin changelist can now have a {{{boolean...Jacob Kaplan-Moss2007-01-121-0/+18
* newforms: Added unit tests and docs explaining that clean_data will only ever...Adrian Holovaty2007-01-111-0/+18
* Fixed #3277 - fixed a couple of typoes in docs/testing.txt. Thanks, Jeremy.Jacob Kaplan-Moss2007-01-101-2/+2
* newforms: Added 'initial' parameter to Form, which lets initial data be speci...Adrian Holovaty2007-01-091-0/+47
* Fixed #3229 -- Fixed reference in install.txt. Thanks again, deepfall@gmail.com.Russell Keith-Magee2007-01-061-1/+1
* Added note to docs/newforms.txt that points out ValidationError is a differen...Adrian Holovaty2007-01-051-0/+5
* Fixed #3236 -- Fixed some typos in docs/newforms.txt. Thanks, christoffer.car...Adrian Holovaty2007-01-051-5/+5
* Fixed #3229 -- Fixed typo in numbering in install.txt. Thanks, deepfall@gmail...Russell Keith-Magee2007-01-051-1/+1
* Fixed ReST error in docs/newforms.txt from [4288]Adrian Holovaty2007-01-051-1/+1
* Added a lot more to docs/newforms.txtAdrian Holovaty2007-01-051-104/+319
* More additions to docs/newforms.txtAdrian Holovaty2007-01-051-22/+152
* Added first part of 'Using forms to validate data' section to docs/newforms.txtAdrian Holovaty2007-01-041-1/+47
* Fixed #3225: fixed a typo on docs/middleware.txt. Thanks, Collin GradyJacob Kaplan-Moss2007-01-031-3/+4
* Oops -- reverted accidentally commited material from [4280]Jacob Kaplan-Moss2007-01-031-72/+6
* Fixed #3226: removed some pre-magic-removal-isms in settings docs. Thanks, ub...Jacob Kaplan-Moss2007-01-032-9/+75
* Fixed #3223 -- Fixed typo in model API docs. Thanks, David van Mosselbeen.Russell Keith-Magee2007-01-031-1/+1
* Fixed #2756 -- Modified the get_object_or_404/get_list_or_404 shortcuts to ac...Russell Keith-Magee2007-01-032-1/+41
* Fixes #3176, #3004 -- Added an argument to the floatfilter to allow users to ...Russell Keith-Magee2007-01-031-2/+20
* Fixed #3137 -- Added 'Clearing the session table' section to docs/sessions.txtAdrian Holovaty2006-12-301-0/+17
* Added a small note about decoupling to docs/newforms.txtAdrian Holovaty2006-12-301-0/+4
* Added first bit of 'More granular output' to docs/newforms.txtAdrian Holovaty2006-12-291-4/+36