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