Adrian Holovaty
|
bbfc645337
|
Fixed #1181 -- get_in_bulk no longer fails on empty input. Also added unit tests. Thanks, akaihola
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-06 20:43:14 +00:00 |
Adrian Holovaty
|
7104000e52
|
Made some small changes to the Django FAQ
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-06 17:03:12 +00:00 |
Adrian Holovaty
|
170c3be4b3
|
Changed debug error view to escape the exception value, so that values in angle brackets aren't hidden by browsers
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-05 16:28:25 +00:00 |
Georg Bauer
|
7332b13239
|
fixes #1161 - added quotes to unique-messages.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1821 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-05 14:09:22 +00:00 |
Georg Bauer
|
d3b85e30d3
|
fixes #1166 - updated 'zh_CN' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1820 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-05 12:05:15 +00:00 |
Adrian Holovaty
|
1714e79796
|
Changed repr for MultiValueDict
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1819 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-04 17:09:26 +00:00 |
Georg Bauer
|
b0ad54ec0b
|
fixes #1146 - updated 'sk' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-04 11:59:46 +00:00 |
Adrian Holovaty
|
3234a932b2
|
Fixed #1117 -- Added HttpResponsePermanentRedirect
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1816 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-03 23:57:14 +00:00 |
Adrian Holovaty
|
6cca806943
|
Added 'dummy' cache backend
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1815 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-03 23:41:31 +00:00 |
Georg Bauer
|
839bcfe330
|
fixes #1161 - spaces in filenames should now be handled better (filename parameters are enclosed in "")
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1814 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-03 22:29:56 +00:00 |
Adrian Holovaty
|
2bd833d462
|
Fixed #1156 -- Fixed typo in docs/url_dispatch.txt. Thanks, Brian Ray
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-02 18:22:43 +00:00 |
Adrian Holovaty
|
49874d54a2
|
Fixed httpwrappers unit tests to reflect MultiValueDict repr() change
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1812 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-01 18:43:09 +00:00 |
Adrian Holovaty
|
53aef92bf8
|
Fixed #1145 -- Added unit tests for default template filters and fixed two bugs in filters. Thanks, Luke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-01 18:37:33 +00:00 |
Adrian Holovaty
|
4596b1bbfd
|
Changed project_template/settings.py to add helpful comment about forward slashes. Thanks, Michael Hipp
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-31 04:03:40 +00:00 |
Adrian Holovaty
|
c62369361b
|
Updated settings.txt and templates_python.txt to clarify that TEMPLATE_DIRS requires Unix-style slashes.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-31 01:46:04 +00:00 |
Georg Bauer
|
25aacbb9f1
|
fixed #1138 - added 'nl' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1799 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-29 23:45:18 +00:00 |
Adrian Holovaty
|
528b4ebd8d
|
Fixed #1139 -- Changed django.core.mail to raise BadHeaderError (a subclass of ValueError) and changed docs/email.txt example to use that
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1798 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-29 22:12:54 +00:00 |
Adrian Holovaty
|
8b5c2192e8
|
Fixed #1135 -- Changed django.core.mail functions not to allow newlines in headers
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1795 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-29 20:33:56 +00:00 |
Adrian Holovaty
|
f7f812cd70
|
Fixed #1137 -- Added a _contains_() method to SessionWrapper. Thanks, Brant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1793 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-29 19:17:32 +00:00 |
Adrian Holovaty
|
632914f188
|
Fixed #1102 -- Fixed some HTML validation errors in admin templates. Thanks, Luke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1791 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-28 23:32:56 +00:00 |
Adrian Holovaty
|
5f47ce0b4c
|
Fixed #1128 -- Fixed typo in docs/url_dispatch.txt. Thanks, joost
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1790 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-28 23:14:09 +00:00 |
Adrian Holovaty
|
5cff7360cb
|
Fixed #1131 -- Added repr() to MultiValueDict. Thanks, Simon
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-28 23:11:07 +00:00 |
Georg Bauer
|
7337fe4900
|
added japanese and traditional chinese to the languages list in the global settings (and updated message files)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1788 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-28 23:02:09 +00:00 |
Georg Bauer
|
e08e19604f
|
fixes #1129 - added new 'zh-tw' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1787 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-28 22:58:41 +00:00 |
Adrian Holovaty
|
bf5125734e
|
Added note to docs/db-api.txt about using distinct=True with get_values()
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1786 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-28 19:18:48 +00:00 |
Adrian Holovaty
|
de72616ac0
|
Added small bits to docs/email.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1785 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-27 22:57:45 +00:00 |
Adrian Holovaty
|
0891e7bec5
|
Added docs/email.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1784 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-27 22:52:06 +00:00 |
Georg Bauer
|
37f068ce55
|
fixes #1126 - new 'ja' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1783 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-27 18:47:23 +00:00 |
Georg Bauer
|
8efd0dc06d
|
fixes #1118 - updated 'fr' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1782 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-26 18:01:15 +00:00 |
Georg Bauer
|
50a297c7cd
|
fixes #1114 - 'fr' translations for JavaScript
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1781 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-26 18:00:42 +00:00 |
Georg Bauer
|
3e771e6f9a
|
added missing translation hooks to the login form. thx mikael.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1779 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-26 11:52:42 +00:00 |
Georg Bauer
|
2a6e1ed930
|
fixes #1112 - 'ru' translation for JavaScript
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1778 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-25 00:37:25 +00:00 |
Adrian Holovaty
|
a180f638bb
|
Fixed #1111 -- Fixed bug in docs/forms.txt. Thanks, afarhham
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1776 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-24 16:27:53 +00:00 |
Adrian Holovaty
|
b28e5e4133
|
Added missing context_processors module from [1773]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1774 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-24 04:41:10 +00:00 |
Adrian Holovaty
|
49fd163a95
|
Fixed #925 -- Added TEMPLATE_CONTEXT_PROCESSORS, which lets you specify processesors for DjangoContext. Thanks, Luke Plant
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1773 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-24 04:39:59 +00:00 |
Adrian Holovaty
|
d9269055c9
|
Fixed typo in OR syntax example in docs/db-api.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1766 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-22 15:10:01 +00:00 |
Georg Bauer
|
02e301053d
|
fixes #1098 - 'cs' translation for JavaScript
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1764 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-21 14:59:05 +00:00 |
Adrian Holovaty
|
197aae8d98
|
Added link to 'Submitting and maintaining translations' from docs/i18n.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1763 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-21 05:47:37 +00:00 |
Adrian Holovaty
|
c4b543ff46
|
Added clarification to 'Using branches' in docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1762 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-21 05:47:17 +00:00 |
Adrian Holovaty
|
7ce1d7d098
|
Added 'Submitting and maintaining translations' section to docs/contributing.txt
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1761 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-21 05:43:58 +00:00 |
Adrian Holovaty
|
d971b31695
|
Fixed #1092 -- Fixed behavior for query-string overrides in admin forms
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1758 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-21 03:37:31 +00:00 |
Wilson Miner
|
f16033ed91
|
Adjusted styles on popup calendars to try to avoid clipped text.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-20 22:24:45 +00:00 |
Adrian Holovaty
|
909cf0822f
|
Fixed #1093 -- Fixed error in inspectdb from [1688]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-20 15:53:01 +00:00 |
Georg Bauer
|
36a7d90ab2
|
fixes #1091 - updated 'gl' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-20 10:44:43 +00:00 |
Georg Bauer
|
bf5e5163c5
|
fixes #1087 - updated 'es' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-19 21:29:24 +00:00 |
Georg Bauer
|
0359a18dfd
|
fixes #1079 and #1080 - updated 'sk' translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1735 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-19 08:24:21 +00:00 |
Adrian Holovaty
|
3a11722860
|
Changed django.core.formfields.CheckboxSelectMultipleField NOT to use the '_' variable
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1732 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-19 03:31:08 +00:00 |
Georg Bauer
|
e0acc619e8
|
fixes #1078 - updated 'cs' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-18 18:16:00 +00:00 |
Georg Bauer
|
787dea30c1
|
added missing translations to the file widget
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-17 21:27:54 +00:00 |
Adrian Holovaty
|
3235f0298a
|
Fixed #1075 -- Fixed bug in edit_inline. Thanks, Eric Moritz
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1717 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2005-12-17 19:32:15 +00:00 |