summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2005-12-24Fixed #1111 -- Fixed bug in docs/forms.txt. Thanks, afarhhamAdrian Holovaty
2005-12-24Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify proce...Adrian Holovaty
2005-12-22Fixed typo in OR syntax example in docs/db-api.txtAdrian Holovaty
2005-12-21Added link to 'Submitting and maintaining translations' from docs/i18n.txtAdrian Holovaty
2005-12-21Added clarification to 'Using branches' in docs/contributing.txtAdrian Holovaty
2005-12-21Added 'Submitting and maintaining translations' section to docs/contributing.txtAdrian Holovaty
2005-12-15Added 'Where should this code live?' section to tutorial01Adrian Holovaty
2005-12-09Fixed grammar error in docs from [1584]Adrian Holovaty
2005-12-09Fixed #857 -- Changed default session cookie name from hotclub to sessionid. ...Adrian Holovaty
2005-12-09Fixed #972 -- Improved docs for 'choices' model field option. Thanks, radekAdrian Holovaty
2005-12-04Lightly reworded docs/i18n.txt section on JavaScriptAdrian Holovaty
2005-12-04reverted changes from [1534] and [1536] regarding ticket #966Georg Bauer
2005-12-04fixed a small bug in the positional interpol sample in i18n.txtGeorg Bauer
2005-12-04added documentation for the query kwargs introduced by [1534]Georg Bauer
2005-12-04updated the i18n documentation with regard to JavaScript translationsGeorg Bauer
2005-12-01Fixed typo in docs/templates.txt. Thanks, pbxAdrian Holovaty
2005-12-01Fixed #971 -- inspectdb for SQLite now introspects field types.Adrian Holovaty
2005-11-30Added allow_empty hook to archive_index date-based generic view.Adrian Holovaty
2005-11-30Fixed #251 -- Added OR support to queries, via the new 'complex' DB API keywo...Adrian Holovaty
2005-11-30Fixed #736 -- Changed behavior of QueryDict items() to be more consistent, fi...Adrian Holovaty
2005-11-30Moved Apache auth handler to django/contrib/auth/handlers/modpython.pyAdrian Holovaty
2005-11-30Fixed #709 -- Added a __contains__ method to MultiValueDict. Thanks, BrantleyAdrian Holovaty
2005-11-29Fixed small ReST error in [1495]Jacob Kaplan-Moss
2005-11-29Added mod_python authentication handler and document on authenticating agains...Jacob Kaplan-Moss
2005-11-29Clarified wording about deprecated features (thanks, Wilson)Jacob Kaplan-Moss
2005-11-29Fixed typo in docs/admin_css.txt. Thanks, DanielAdrian Holovaty
2005-11-29Fixed #460 -- Added 'django-admin.py inspectdb' support for SQLite. Thanks, S...Adrian Holovaty
2005-11-29Fixed some tiny typos in docs/contributing.txtAdrian Holovaty
2005-11-28Added "how to contribute to Django" documentJacob Kaplan-Moss
2005-11-28Fixed #798 and #715 -- Added optional arguments to createsuperuser, for each ...Adrian Holovaty
2005-11-27Updated middleware.txt and url_dispatch.txt docs to reflect [1470] (support f...Adrian Holovaty
2005-11-27Fixed #933 -- Updated 'django-admin.py sql polls' output in tutorial01. Thank...Adrian Holovaty
2005-11-27Changed template library system so that it looks for a module-level variable ...Adrian Holovaty
2005-11-27Added a 'Directory listings' section to docs/static_files.txtAdrian Holovaty
2005-11-27Fixed ReST error in [1455]Adrian Holovaty
2005-11-27Added note to docs/static_files.txt about serving static files in productionAdrian Holovaty
2005-11-27Added docs/static_files.txtAdrian Holovaty
2005-11-27Fixed several bugs in docs/url_dispatch.txt, and made several clarificationsAdrian Holovaty
2005-11-27Improved docs/modpython.txt to add note about debugging under mod_python with...Adrian Holovaty
2005-11-27Fixed ReST error in docs/templates_python.txt. Thanks, EABinGAAdrian Holovaty
2005-11-26Fixed #911 -- Made template system scoped to the parser instead of the templa...Adrian Holovaty
2005-11-26Fixed #903 -- Added login_url argument to user_passes_test view decorator. Di...Adrian Holovaty
2005-11-26Fixed bug in Python 2.3 example of user_passes_test decorator in docs/authent...Adrian Holovaty
2005-11-26Added 'Error handling' section to docs/modpython.txtAdrian Holovaty
2005-11-25Fixed typo in docs/model-api.txtAdrian Holovaty
2005-11-23Added TEMPLATE_DEBUG to docs/settings.txtAdrian Holovaty
2005-11-22Added docs/add_ons.txt -- small documentation of contribAdrian Holovaty
2005-11-22Fixed #876 -- Fixed typos in docs/forms.txt. Thanks, czhangAdrian Holovaty
2005-11-22Fixed #875 -- Fixed typo in docs/db-api.txt. Thanks, wojtekAdrian Holovaty
2005-11-22Fixed #598 -- Added {% include %} template tag. Added docs and unit tests. Th...Adrian Holovaty