summaryrefslogtreecommitdiff
path: root/docs
AgeCommit message (Expand)Author
2006-01-11Updated tutorial01.txt to note possible error about DATABASE_ENGINEAdrian Holovaty
2006-01-11Updated docs/install.txt to note 0.91Adrian Holovaty
2006-01-11Fixed error in docs/templates_python.txt (thanks, Alice)Jacob Kaplan-Moss
2006-01-11Added 'Unit tests' section to docs/contributing.txtAdrian Holovaty
2006-01-11Fixed typo in docs/django-admin.pyAdrian Holovaty
2006-01-11Fixed typo in docs/django-admin.txtAdrian Holovaty
2006-01-11Updated tutorials 1-4 to use manage.py instead of django-admin.py, new direct...Adrian Holovaty
2006-01-11Removed 'Only in Django development version' messages from the docs, because ...Adrian Holovaty
2006-01-09Fixed #1116 -- Fixed two typos in docs. Thanks, ChengAdrian Holovaty
2006-01-08Fixed bug in docs/request_response.txt. Thanks, Anders HovmöllerAdrian Holovaty
2006-01-08Fixed #1189 -- Fixed typo in docs/forms.txt 'Place' model example. Thanks, Br...Adrian Holovaty
2006-01-08Made another small clarification to docs/contributing.txtAdrian Holovaty
2006-01-08Made docs/contributing.txt example more detailedAdrian Holovaty
2006-01-08Added a few more bullets to docs/contributing.txt 'Committing code' sectionAdrian Holovaty
2006-01-08Added 'Committing code' section to docs/contributing.txt and made a few cleanupsAdrian Holovaty
2006-01-07added a clarification on the location of the locale directory with appliation...Georg Bauer
2006-01-06Made some small changes to the Django FAQAdrian Holovaty
2006-01-03Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian Holovaty
2006-01-03Added 'dummy' cache backendAdrian Holovaty
2006-01-02Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian RayAdrian Holovaty
2005-12-31Updated settings.txt and templates_python.txt to clarify that TEMPLATE_DIRS r...Adrian Holovaty
2005-12-29Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass o...Adrian Holovaty
2005-12-29Fixed #1135 -- Changed django.core.mail functions not to allow newlines in he...Adrian Holovaty
2005-12-29Fixed #1137 -- Added a _contains_() method to SessionWrapper. Thanks, BrantAdrian Holovaty
2005-12-28Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joostAdrian Holovaty
2005-12-28Added note to docs/db-api.txt about using distinct=True with get_values()Adrian Holovaty
2005-12-27Added small bits to docs/email.txtAdrian Holovaty
2005-12-27Added docs/email.txtAdrian Holovaty
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