summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2005-10-14Cleaned up 'Assume designer competence' section in docs/design_philosophies.txtAdrian Holovaty
2005-10-14Added docs/design_philosophies.txtAdrian Holovaty
2005-10-12Added link to server-arrangements page from docs/install.txt. Thanks, AliceAdrian Holovaty
2005-10-12Fixed ReST bug in docs/model-api.txt from [846]Adrian Holovaty
2005-10-12Fixed #589 -- Added FilePathField. It's available as an ORM field and as a st...Adrian Holovaty
2005-10-12Added note to docs/modpython.txt about non-dev arrangements not serving admin...Adrian Holovaty
2005-10-11Fixed formatting bug in docs/model-api.txtAdrian Holovaty
2005-10-10Fixed #605 -- Fixed template-name errors in docs/generic_views.txt. Thanks, c...Adrian Holovaty
2005-10-10Updated docs to reflect changes in [824]Jacob Kaplan-Moss
2005-10-10Improved docs/db-api.txt to say add_FOO() methods always return the newly-cre...Adrian Holovaty
2005-10-10Fixed #601 -- Updated docs/model-api.txt unique_together section to say it's ...Adrian Holovaty
2005-10-09Changed some formatting in docs/middleware.txtAdrian Holovaty
2005-10-09Fixed ReST error in docs/cache.txtAdrian Holovaty
2005-10-09Fixed small typo in docs/cache.txtAdrian Holovaty
2005-10-09Fixed #580 -- Added mega support for generating Vary headers, including some ...Adrian Holovaty
2005-10-06Fixed ReST formatting for docs/django-admin.txtAdrian Holovaty
2005-10-06Changed docs/django-admin.txt to add a link to diveintopython's explanation o...Adrian Holovaty
2005-10-06Fixed #357 -- Added a '--pythonpath' option to django-admin. Thanks for the p...Adrian Holovaty
2005-10-05Clarified get_FOO_list part of docs/db-api.txt to specify keyword arguments a...Adrian Holovaty
2005-10-04Fixed typo in docs/outputting_pdf.txtAdrian Holovaty
2005-10-04Fixed #591 -- fixed typo in docs/templates_python.txt. Thanks, BoffbowshAdrian Holovaty
2005-09-30Added missing period to docs/outputting_pdf.txtAdrian Holovaty
2005-09-30Small tweak to docs/outputting_pdf.txtAdrian Holovaty
2005-09-30Added docs/outputting_pdf.txtAdrian Holovaty
2005-09-30Fixed typo in docs/tutorial01.txt. Thanks, Aggelos OrfanakosAdrian Holovaty
2005-09-30Fixed typo in docs/db-api.txt. Thanks, Aggelos OrfanakosAdrian Holovaty
2005-09-30Fixed typo in docs/tutorial03.txt. Thanks, Aggelos OrfanakosAdrian Holovaty
2005-09-30Fixed #472 - added notes about File/ImageFields from the FAQ to the model API...Jacob Kaplan-Moss
2005-09-29Fixed #295 - added {{{forloop.revcounter}}} and {{{forloop.revcounter0}}} var...Jacob Kaplan-Moss
2005-09-29Clarified potentially confusing sentence in docs/modpython.txtAdrian Holovaty
2005-09-27Fixed #567 -- Added HttpRequest.has_key() method. Thanks, wojtek3@brandlay.comAdrian Holovaty
2005-09-27Fixed #563 -- Fixed minor typo in docs/cache.txt. Thanks, EugeneAdrian Holovaty
2005-09-27Fixed #131 -- URLconfs that are 'included' now receive captured parameters fr...Adrian Holovaty
2005-09-27Fixed #150 -- Clarified DATABASE_NAME description in docs/tutorial01.txt for ...Adrian Holovaty
2005-09-25Added a database-backed cache backend, along with a tool in django-admin to Jacob Kaplan-Moss
2005-09-25Fixed small typo in docs/db-api.txt. Thanks, RachelAdrian Holovaty
2005-09-25Fixed ReST bugs in [689]Adrian Holovaty
2005-09-25Fixed ReST bugs in [688]Adrian Holovaty
2005-09-25Beefed up docs/db-api.txt, adding a section for each automatic module-level A...Adrian Holovaty
2005-09-24Improved docs/templates.txt to add example for slice filter. Thanks for the s...Adrian Holovaty
2005-09-23Fixed ReST bug in [678]Adrian Holovaty
2005-09-23Changed overview and tutorial docs to use render_to_response and get_object_o...Adrian Holovaty
2005-09-23Added request.session.delete_test_cookie()Adrian Holovaty
2005-09-23Fixed #236 -- Added HttpResponse.delete_cookie() method.Adrian Holovaty
2005-09-20Added ManyToManyField filter doesn't display question to FAQAdrian Holovaty
2005-09-20Added 'Why did you write all of Django from scratch' FAQ questionAdrian Holovaty
2005-09-20Changed my bio to reflect my job changeAdrian Holovaty
2005-09-20Added a few notes about list_display to docs/model-api.txtAdrian Holovaty
2005-09-14Small change to docs/modpython.txt -- added link to Apache Web siteAdrian Holovaty
2005-09-11Fixed #487 -- Fixed typo in docs/cache.txt. Thanks, eugene@lazutkin.comAdrian Holovaty