summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08Fixed #1187 -- Added field name to error message for missing PIL. Thanks, aka...Adrian 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-08Fixed #1185 -- Fixed Python 2.4 bug in Django authentication mod_python handl...Adrian Holovaty
2006-01-08fixes #1184 - fixed 'ru' translationGeorg Bauer
2006-01-07fixes #1180 - added another random number to the get_new_session_key function...Georg Bauer
2006-01-07added a clarification on the location of the locale directory with appliation...Georg Bauer
2006-01-06Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit te...Adrian Holovaty
2006-01-06Made some small changes to the Django FAQAdrian Holovaty
2006-01-05Changed debug error view to escape the exception value, so that values in ang...Adrian Holovaty
2006-01-05fixes #1161 - added quotes to unique-messages.pyGeorg Bauer
2006-01-05fixes #1166 - updated 'zh_CN' translationGeorg Bauer
2006-01-04Changed repr for MultiValueDictAdrian Holovaty
2006-01-04fixes #1146 - updated 'sk' translationGeorg Bauer
2006-01-03Fixed #1117 -- Added HttpResponsePermanentRedirectAdrian Holovaty
2006-01-03Added 'dummy' cache backendAdrian Holovaty
2006-01-03fixes #1161 - spaces in filenames should now be handled better (filename para...Georg Bauer
2006-01-02Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian RayAdrian Holovaty
2006-01-01Fixed httpwrappers unit tests to reflect MultiValueDict repr() changeAdrian Holovaty
2006-01-01Fixed #1145 -- Added unit tests for default template filters and fixed two bu...Adrian Holovaty
2005-12-31Changed project_template/settings.py to add helpful comment about forward sla...Adrian Holovaty
2005-12-31Updated settings.txt and templates_python.txt to clarify that TEMPLATE_DIRS r...Adrian Holovaty
2005-12-29fixed #1138 - added 'nl' translationGeorg Bauer
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 #1102 -- Fixed some HTML validation errors in admin templates. Thanks, ...Adrian Holovaty
2005-12-28Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joostAdrian Holovaty
2005-12-28Fixed #1131 -- Added repr() to MultiValueDict. Thanks, SimonAdrian Holovaty
2005-12-28added japanese and traditional chinese to the languages list in the global se...Georg Bauer
2005-12-28fixes #1129 - added new 'zh-tw' translationGeorg Bauer
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-27fixes #1126 - new 'ja' translationGeorg Bauer
2005-12-26fixes #1118 - updated 'fr' translationGeorg Bauer
2005-12-26fixes #1114 - 'fr' translations for JavaScriptGeorg Bauer
2005-12-26added missing translation hooks to the login form. thx mikael.Georg Bauer
2005-12-25fixes #1112 - 'ru' translation for JavaScriptGeorg Bauer
2005-12-24Fixed #1111 -- Fixed bug in docs/forms.txt. Thanks, afarhhamAdrian Holovaty
2005-12-24Added missing context_processors module from [1773]Adrian 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-21fixes #1098 - 'cs' translation for JavaScriptGeorg Bauer
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