Georg Bauer
|
f83e439efa
|
fixed #2876: updated japanese translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3900 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-10-10 11:53:12 +00:00 |
Georg Bauer
|
69396ea816
|
fixed #2887: updated czech translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-10-10 11:51:45 +00:00 |
Adrian Holovaty
|
f638234932
|
Removed ENABLE_PSYCO setting. If you still need to use this, write custom middleware that activates psyco for you.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-28 02:31:05 +00:00 |
Adrian Holovaty
|
321a59a36a
|
Small improvements to profanities-to-settings move from [3784]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-25 17:38:35 +00:00 |
Georg Bauer
|
a64cb2e4a6
|
some more new translation strings for german translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-25 13:57:36 +00:00 |
Georg Bauer
|
0d24c93b34
|
fixed #2812: updated simplified chinese translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-25 13:50:26 +00:00 |
Georg Bauer
|
f6ec6d24ab
|
fixed #2808: updated danish translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-25 13:48:41 +00:00 |
Georg Bauer
|
fda8593f4e
|
updated german translation to new strings.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-25 13:47:32 +00:00 |
Georg Bauer
|
845cc95caa
|
updated english basic translation file (for two new date formats)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3823 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-25 13:38:09 +00:00 |
Georg Bauer
|
9194038121
|
fixed #2623: added new turkish translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3822 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-25 13:30:16 +00:00 |
Malcolm Tredinnick
|
b46a093c45
|
Fixed #2678 -- Moved the list of profanities for the hasNoProfanities validator
into global_settings. Patch from Matt Croydon.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3784 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-22 02:48:19 +00:00 |
Georg Bauer
|
2535c91c5b
|
fixed #2617: added finnish translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3745 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-11 14:53:36 +00:00 |
Georg Bauer
|
45ce6c3d82
|
fixed #2668: updated russian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3744 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-11 14:50:52 +00:00 |
Georg Bauer
|
86a848e7cc
|
fixed #2597: updated polish translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3743 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-11 14:49:46 +00:00 |
Georg Bauer
|
fc937bd464
|
fixed #2589: updated norwegian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3742 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-11 14:48:28 +00:00 |
Georg Bauer
|
a08322fbc2
|
fixed #2551: updated es_AR translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3741 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-11 14:46:20 +00:00 |
Russell Keith-Magee
|
d78e2ae355
|
Refs #2333 - Added a TEST_DATABASE_NAME setting that can be used to override the 'test_' + DATABASE_NAME naming policy. This setting is then used in runtests.py to restore the use of 'django_test_db' as the Django model/regression test database. Thanks to Michael Radziej for the feedback.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-09-01 13:33:26 +00:00 |
Russell Keith-Magee
|
77ab11be45
|
Refs #2333 - Added 'test' target to django-admin script. Includes addition of --verbosity and --noinput options to django-admin, and a new TEST_RUNNER setting to control the tool used to execute tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3660 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-27 12:46:39 +00:00 |
Adrian Holovaty
|
53348672c9
|
Added USE_I18N setting to default settings.py created for startproject command
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3607 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-18 03:42:28 +00:00 |
Georg Bauer
|
d07c2e9111
|
fixed #2542: updated 'ru' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-14 15:18:21 +00:00 |
Adrian Holovaty
|
45be33a632
|
Fixed #2523 -- Added SESSION_COOKIE_SECURE setting. Thanks, mir@noris.de
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3570 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-12 06:02:28 +00:00 |
Adrian Holovaty
|
320c10cb19
|
Fixed #2485 -- Added comment to project_template/settings.py that says to use absolute paths, not relative paths
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-05 01:48:33 +00:00 |
Georg Bauer
|
243912b255
|
fixed #2171: updated 'ru' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-04 14:28:10 +00:00 |
Adrian Holovaty
|
1a428ec9b8
|
Fixed #2370 -- It's now possible to pass default URLconf arguments to include(). Added docs, as well. Thanks for the patch, martin.glueck@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-08-01 02:57:08 +00:00 |
Georg Bauer
|
f6fbdf575a
|
fixed #2446: updated 'sl' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3500 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-31 12:49:51 +00:00 |
Jacob Kaplan-Moss
|
17d0bd1512
|
Fixed a bunch of spurious imports, typos, and other small errors turned up by a pass through PyFlakes. This covers about the first third of the errors.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3411 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-21 17:11:13 +00:00 |
Georg Bauer
|
f3e3869e09
|
fixed #2371: added tamil translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-21 14:47:14 +00:00 |
Georg Bauer
|
8c399ba5b6
|
fixed #2302: added arabic translation. thx Ahmad Alhashemi.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3310 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-10 14:14:00 +00:00 |
Adrian Holovaty
|
ec4a143a40
|
Made django/utils/translation.py into a package django/utils/translation, which is loaded lazily depending on the value of settings.USE_I18N.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-04 03:58:45 +00:00 |
Georg Bauer
|
009f224e57
|
fixed #2241: typos in french translation (manually snarfed from the diff, please send .po files next time!)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-03 16:07:37 +00:00 |
Georg Bauer
|
86b340656c
|
fixed #2279: updated galician translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-03 16:05:54 +00:00 |
Adrian Holovaty
|
4a324ba7ac
|
Added USE_I18N setting, which lets you turn off internationalization overhead with a single setting. Defaults to True. Currently only affects the admin i18n JavaScript, but I'll be adding other optimizations.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-07-01 03:09:14 +00:00 |
Jacob Kaplan-Moss
|
aab3a418ac
|
Merged multi-auth branch to trunk. See the authentication docs for the ramifications of this change. Many, many thanks to Joseph Kocherhans for the hard work!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-28 16:37:02 +00:00 |
Georg Bauer
|
e19112b47c
|
fixed #2198: updated argentinan translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-26 12:24:22 +00:00 |
Georg Bauer
|
b5a8169f8e
|
fixed #1560: javascript translations for zh_CN
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3207 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-26 12:22:04 +00:00 |
Georg Bauer
|
1a1b1aa5db
|
fixed #2172: updated russian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3151 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-19 13:48:11 +00:00 |
Georg Bauer
|
9496c2be83
|
fixed #2180: updated polish translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3150 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-19 13:45:58 +00:00 |
Georg Bauer
|
3213f84e59
|
fixed #2165: updated hebrew translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3149 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-19 13:45:04 +00:00 |
Georg Bauer
|
ece252ed0f
|
fixed #2113: fixed 'pl' translation of date formats
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3120 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-12 14:49:05 +00:00 |
Georg Bauer
|
395cc62c78
|
fixed #2018: updated 'sk' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3119 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-12 14:45:28 +00:00 |
Adrian Holovaty
|
2abfd5dd58
|
Fixed #2109 -- Convert old-style classes to new-style classes throughout Django. Thanks, Nicola Larosa
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3113 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-08 05:00:13 +00:00 |
Georg Bauer
|
05b1a70dab
|
fixed #2090: fixed bad charset header in po file
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-06 15:13:16 +00:00 |
Adrian Holovaty
|
b5adf70c6c
|
Fixed #2081 -- Fixed typo in django.conf.urls.registration. Thanks, erikankrom
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-04 18:49:37 +00:00 |
Georg Bauer
|
cdee1fc9da
|
fixed #2010: updated 'nl' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-02 10:56:34 +00:00 |
Adrian Holovaty
|
ab2fb1634f
|
Fixed #2062 -- Added YEAR_MONTH_FORMAT and MONTH_DAY_FORMAT settings, and added technical message IDs of the same names. Thanks, ramiro
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-02 04:20:32 +00:00 |
Adrian Holovaty
|
26b61aa813
|
Fixed #395 -- Added SESSION_EXPIRE_AT_BROWSER_CLOSE setting, which regulates whether session framework should use browser-session-length cookies.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-06-01 22:25:06 +00:00 |
Adrian Holovaty
|
c86946f000
|
Added note to default manage.py that a 'missing settings.py' message may be caused by an ImportError in the settings file
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3007 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-30 02:47:33 +00:00 |
Georg Bauer
|
ea325adae2
|
fixed #1974: updated fr translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3001 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-29 12:18:12 +00:00 |
Georg Bauer
|
33a0aa6c73
|
fixed wrong encoding denotation in the greek .po file
git-svn-id: http://code.djangoproject.com/svn/django/trunk@3000 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-29 12:16:34 +00:00 |
Georg Bauer
|
674719bc8b
|
fixed 1996: updated nl translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2988 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-26 11:16:58 +00:00 |
Georg Bauer
|
33f8059755
|
fixed broken el_GR translation, thx Jeroen
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2987 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-26 11:14:09 +00:00 |
Adrian Holovaty
|
be25b661b1
|
Fixed #1998 -- Changed double quotes to single quotes
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2980 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-26 04:05:02 +00:00 |
Georg Bauer
|
b6b64737fc
|
fixed #1915: new argentinean spanish (es_AR) translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2976 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-24 14:22:05 +00:00 |
Georg Bauer
|
31037f83e3
|
fixed #1948: updated cs translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2975 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-24 14:19:13 +00:00 |
Georg Bauer
|
6306e7f6ea
|
fixed #1976: updated sk translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2974 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-24 14:18:09 +00:00 |
Georg Bauer
|
b6c9a908c8
|
fixed #1984: updated it translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2973 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-24 14:16:53 +00:00 |
Georg Bauer
|
a49f5f026e
|
fixed #1937: updated no translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2972 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-24 14:13:44 +00:00 |
Georg Bauer
|
4b44848286
|
fixed #1974: updated french translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2971 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-24 14:05:58 +00:00 |
Georg Bauer
|
98d6eac81c
|
fixed #1909: updated japanese translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-18 11:00:35 +00:00 |
Georg Bauer
|
9c07d20cd4
|
fixed #1893: updated hebrew translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-18 10:59:29 +00:00 |
Georg Bauer
|
bccc0fb5e6
|
fixed #1906: updated zh_CN translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2933 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-17 08:13:17 +00:00 |
Adrian Holovaty
|
268462d686
|
Added comment explaining nonobvious self.__dict__ assignment in django.conf.__init__.py
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2929 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-17 02:02:26 +00:00 |
Adrian Holovaty
|
c643e12faf
|
Fixed #1321 -- Made DJANGO_SETTINGS_MODULE optional. You can now call django.conf.settings.configure() to set settings manually if you don't have a settings module. Thanks, Malcolm Tredinnick, Luke Plant, Fredrik Lundh
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2927 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-16 21:28:06 +00:00 |
Georg Bauer
|
a8455bba92
|
updated translation files - new message IDs from magic removal
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2917 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-16 08:07:45 +00:00 |
Georg Bauer
|
3f627e8efa
|
switched el translation to iso-8859-1 to prevent compile-messages and make-messasges abort. The el translation is still broken!
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2916 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-16 08:02:21 +00:00 |
Georg Bauer
|
947de22e3e
|
updated german translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2915 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-16 07:48:17 +00:00 |
Georg Bauer
|
be66d0a5ab
|
fixed #1854: updated icelandic translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2914 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-16 07:43:39 +00:00 |
Georg Bauer
|
d2ba1c3cca
|
fixed #1831: added hungarian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2913 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-16 07:41:39 +00:00 |
Georg Bauer
|
ca197739d9
|
fixed #1660: added support functions and tags for bidi language support
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2911 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-16 07:35:20 +00:00 |
Adrian Holovaty
|
3248a28b20
|
Fixed #1743 -- Updated Norwegian translations. Thanks, espen.grindhaug
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2880 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-09 16:21:37 +00:00 |
Adrian Holovaty
|
6917a9b49a
|
Fixed #1757 -- Updated Dutch translation. Thanks, Rudolph
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2879 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-09 16:19:14 +00:00 |
Adrian Holovaty
|
2ad386f3b3
|
Fixed #1804 -- Updated fr translation. Thanks, gael.dev@4now.net
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-09 16:16:54 +00:00 |
Adrian Holovaty
|
9869a8ed31
|
Fixed #1806 -- Updated ja translation. Thanks, mtsuyuki@gmail.com
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2876 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-09 16:15:35 +00:00 |
Adrian Holovaty
|
9cec2928ed
|
Fixed #1752 -- Updated cs translations. Thanks, radek
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2875 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-09 16:13:14 +00:00 |
Adrian Holovaty
|
f69cf70ed8
|
MERGED MAGIC-REMOVAL BRANCH TO TRUNK. This change is highly backwards-incompatible. Please read http://code.djangoproject.com/wiki/RemovingTheMagic for upgrade instructions.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2809 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-05-02 01:31:56 +00:00 |
Georg Bauer
|
d4c38fa8f7
|
fixed #1526: updated slovak (sk) translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-13 11:16:28 +00:00 |
Adrian Holovaty
|
8d70ed4b25
|
Fixed #1555 -- Added EMAIL_PORT setting. Thanks, bde3
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2665 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-11 03:23:03 +00:00 |
Georg Bauer
|
30c72faa9c
|
refs #1607 - updated hebrew translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-10 11:55:52 +00:00 |
Georg Bauer
|
158aeb7b97
|
fixed #1581 - added new hebrew translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-06 09:58:05 +00:00 |
Georg Bauer
|
3d8094f898
|
fixed #1587 - added new ukrainian translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2622 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-04-06 09:52:06 +00:00 |
Adrian Holovaty
|
fe24eca81a
|
Fixed #1529 -- Added support for authenticated SMTP to django.core.mail. Thanks, Bruce Kroeze
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-22 19:47:15 +00:00 |
Georg Bauer
|
732210320a
|
fixed #1520 - added new greek translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-20 10:38:41 +00:00 |
Georg Bauer
|
f21b75a280
|
fixed #1521 - new slovenian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-20 10:35:14 +00:00 |
Georg Bauer
|
cffd184daf
|
fixed #1446: updated traditional chinese translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2473 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-02 13:51:43 +00:00 |
Georg Bauer
|
517b4a93e5
|
fixed #1432: updated russian translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2456 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-03-01 16:54:59 +00:00 |
Georg Bauer
|
760badab98
|
fixed #1382 - new polish translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2365 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-21 13:12:23 +00:00 |
Adrian Holovaty
|
e0c915ec39
|
Added TEMPLATE_STRING_IF_INVALID setting, which specifies what the template system should output in case of invalid variables. Default is empty string (to match current behavior)
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-09 00:31:51 +00:00 |
Georg Bauer
|
ba8f23424b
|
fixed #1333 - updated 'ja' translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-06 16:01:50 +00:00 |
Adrian Holovaty
|
567e4e4411
|
Fixed #1323 -- Added ENABLE_PSYCO. Thanks, Wojtek.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-03 15:18:20 +00:00 |
Georg Bauer
|
fa80e70e13
|
fixed #1317 - updated 'sk' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-02 11:52:35 +00:00 |
Georg Bauer
|
1d6a56dae2
|
fixed #1287 - comment forms are now translateable and overrideable
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-02-02 10:25:15 +00:00 |
Georg Bauer
|
ee350b09dd
|
fixed #1269: new and updated 'pt_BR' translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2139 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-27 22:23:42 +00:00 |
Adrian Holovaty
|
1dc65cb6ab
|
Fixed #1271 -- Added a 'request' template context processor, which is not activated by default.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@2133 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-27 15:55:04 +00:00 |
Georg Bauer
|
946b1a5cd2
|
fixed #1228 - updated 'sr' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1985 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-15 19:39:49 +00:00 |
Georg Bauer
|
9bee9a8cf1
|
fixed #1226 - updated 'sk' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1984 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-15 19:37:58 +00:00 |
Georg Bauer
|
46517e0a57
|
fixes #1183 - updated 'ja' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-13 14:48:06 +00:00 |
Georg Bauer
|
a6404e24ec
|
updated translation strings and added dutch to LANGUAGES
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1931 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-12 22:08:00 +00:00 |
Adrian Holovaty
|
9080d5ad74
|
Changed project_template so that it doesn't create an 'apps' directory
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1899 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-11 00:14:25 +00:00 |
Georg Bauer
|
928e0a180e
|
fixes #1190 - updated 'ru' translations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1867 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-08 18:53:39 +00:00 |
Georg Bauer
|
491a152c11
|
fixes #1184 - fixed 'ru' translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1852 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2006-01-08 01:06:49 +00:00 |