Commit Graph

8366 Commits

Author SHA1 Message Date
Russell Keith-Magee 41ccfa15d7 Fixed #13469 -- Cleaned up the test case from r13085, and added some cache cleanup that matters for Python 2.3. Thanks to Karen and Alex for their help.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13095 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 14:48:43 +00:00
Russell Keith-Magee 5211f48ae3 Fixed #12164 -- Removed the Python 2.3 compatibility imports and workarounds. Thanks to timo and claudep for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13094 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 14:00:30 +00:00
Russell Keith-Magee 7202eb8e31 Fixed #13094 -- Added Mongolian translation. Thanks to Urangua.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13092 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 11:10:36 +00:00
Russell Keith-Magee 67ac33f8a6 Fixed #13160 -- Updated Brazilian translation and localization. Thanks to Guilherme Gondim.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13091 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 11:08:50 +00:00
Russell Keith-Magee 3acbf7ca7d Fixed #13262 -- Updated Czech translation. Thanks to Petr Marhoun and Vlada Macek.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13090 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 11:07:37 +00:00
Russell Keith-Magee 74c457b439 Fixed #13355 -- Updated Serbian and Serbian Latin translations. Thanks to Janos.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13089 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 10:45:51 +00:00
Russell Keith-Magee 5f731bd949 Fixed #13098 -- Updated Norwegian (Bokmål) translation in both the deprecated "no" and the new "nb" variant. Thanks to jonklo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13088 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 10:44:40 +00:00
Russell Keith-Magee 471477ab4c Fixed #13435 -- Updated Bosnian translation. Thanks to Filip Dupanović.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13087 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 10:42:53 +00:00
Russell Keith-Magee 89fb09eb72 Fixed #13467 -- Corrected Japanese translation for password reset emails. Thanks to cdeyoung for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13084 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 08:14:12 +00:00
Russell Keith-Magee e99b283e77 Fixed #13459 -- Corrected numbering of tr elements in the admin. Reverts the changes introduced in r13068. Thanks to 3point2 for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13083 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 07:23:02 +00:00
Russell Keith-Magee 4ca7c4e34d Fixed #13464 -- Reworked module_has_submodule to break the requirement for loader and finder to be the same class. Thanks to Alex Gaynor for the report and patch, and Brett Cannon for suggesting the approach.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-04 06:14:47 +00:00
Karen Tracey 7fc25715d6 Fixed Python2.4 incompatibility introduced in r13041: datetime.strptime classmethod was added in 2.5.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13078 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-03 15:30:11 +00:00
Nicola Larosa 02ffb6f1dd Updated the Italian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13076 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-03 06:39:08 +00:00
Nicola Larosa b4615a762f Italian translation updated by makemessages, to be fixed
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13074 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-03 05:56:51 +00:00
Jannis Leidel 22236fa9cc Fixed #13463 - Tweaked Italian locale format a bit to make sense.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13073 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 23:08:45 +00:00
Jannis Leidel cce32a9b09 Fixed #13166 - Added JavaScript warnings to admin changelist to help against ambiguity between action and list_editable form submission. Thanks to blinkylights and aaugustin for the report and initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13072 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 23:02:16 +00:00
Jannis Leidel bcc9db82ce Fixed #13456 - Updated Turkish translation. Thanks, Metin Amiroff.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13071 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 20:04:41 +00:00
Jannis Leidel 43bf086783 Fixed #13388 - Refined changes made in r12384 in the JavaScript i18n admin view.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 19:46:31 +00:00
Russell Keith-Magee cb02b92f85 Fixed #13459 -- Corrected ID numbering of dynamically added inlines in the admin. Thanks to 3point2 for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13068 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 13:25:13 +00:00
Jannis Leidel 28294b30b5 Fixed #13384 - Tweaked a wrong plural form in the Russian translation. Thanks for the report, Harut.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13067 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 10:27:40 +00:00
Jannis Leidel b3e9150f27 Fixed #13273 - Updated Macedonian translation. Thanks, Vasil Vangelovski.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 10:27:17 +00:00
Jannis Leidel a74fc359e4 Fixed #13064 - Updated Portuguese translation. Thanks, Nuno Mariz.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 10:26:52 +00:00
Jannis Leidel f9e2debbcc Fixed #13454 - Updated Hebrew translation. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-02 10:26:26 +00:00
Russell Keith-Magee b26aa18c5c Fixed #13444 -- Improved the documentation around the backwards compatibility quirks of the cycle and include tags. Thanks to awmcclain for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-01 14:27:10 +00:00
Karen Tracey d2b5a6c8d7 Fixed #13453: Corrected typo in template syntax error message. Thanks jheasly.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-05-01 02:29:32 +00:00
Russell Keith-Magee 8b1aebbf35 Fixed #12851 -- Another attempt at fixing select_related() with inherited models, this time with only(). Thanks to phxx for the test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-30 16:32:48 +00:00
Russell Keith-Magee 21d98c5ebd Fixed #13443 -- Added required CSS class to the column headings on admin TabularInline formsets. Thanks to deschler for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-30 15:24:07 +00:00
Russell Keith-Magee 7fa7bed911 Fixed #13449 -- Corrected typo in comment. Thanks stephaner.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-30 14:27:29 +00:00
Russell Keith-Magee 4e97d7f8e4 Fixed #12851 -- Corrected the loading of values when select_related() is used on inherited models. Thanks to phxx for the report and test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13054 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-30 14:07:47 +00:00
Jannis Leidel 1ff7ed2e69 Added British English translation. Refs #11637.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13053 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 14:38:50 +00:00
Jannis Leidel 657db6a30a Updated Swedish locale formats. Refs #11637.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13052 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 14:38:22 +00:00
Jannis Leidel 8006f85f2d Updated Portugese locale formats. Refs #11637.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13051 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 14:38:02 +00:00
Jannis Leidel 413ae251ac Fixed #12980 - Use raw strings for locale formats which contain single backslahes. Thanks for report and patch, Martin von Löwis and Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13050 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 14:37:39 +00:00
Jannis Leidel 5f7732d059 Fixed #13134 - Updated Hebrew translation. Thanks, Shai Berger.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13049 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 14:37:04 +00:00
Jannis Leidel e0ac591ed7 Fixed #13230 - Updated Finish translation. Thanks, Ville Säävuori.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13048 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 14:36:36 +00:00
Jannis Leidel 77c13844ae Fixed #11068 - Introduced new language code "nb" for Norwegian Bokmål as a replacement of the current "no".
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13047 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 14:36:09 +00:00
Jannis Leidel df44485c40 Fixed #13096 - Added Norwegian Nynorsk translation. Thanks, Håvard Grimelid.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13046 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 14:35:25 +00:00
Ramiro Morales 0db68c8123 Refs #13047 and #12980 -- Fixed es_AR message format specifiers:
* Reviewed them for missing backslash escaping characters.
 * Converted all of them to raw strings for consistency.
 * Made default 'long' output specifiers for dates and/or times more terse
   and so more suited to real local usage, trying to maintain backward
   compatiblity with the equally named pre 1.2 technical message IDs where
   possible.

Thanks to Fabián Ramirez for his work on this.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@13045 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 01:40:12 +00:00
Russell Keith-Magee 60df7421f6 Fixed #13441 -- Enforced a maximum identifier length of 63 for PostgreSQL. Thanks to aball for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13044 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-29 01:22:50 +00:00
Ian Kelly 6a1cf9369f Fixed a bug preventing cursor variables from being passed as bind parameters in the oracle backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-28 17:08:06 +00:00
Russell Keith-Magee 5926a26e92 Fixed #12986 -- Ensured that SelectDateField repopulates correctly when USE_L10N=True and locale has a default date input format other than %Y-%m-%d. Thanks to wim@go2people.nl for the report, and walteralini for his draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13041 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-28 15:39:26 +00:00
Russell Keith-Magee 9d8492c169 Fixed #12977 -- Ensure that indexes don't exceed character limits on MySQL. Thanks to carljm for the original report, and hgeerts@osso.nl for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13040 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-28 12:08:30 +00:00
Russell Keith-Magee 4e0aa65d16 Refs #13339 -- Disable %b/%B-based locale datetime input formats, and document that they are problematic.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13039 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-28 11:27:38 +00:00
Jarek Zgoda cae4401a01 Polish translation updated
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13038 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-28 10:28:05 +00:00
Russell Keith-Magee 848fbdc3e7 Fixed #13432 -- Corrected the logic for router use on OneToOne fields; also added a bunch of tests for OneToOneField queries. Thanks to piquadrat for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13037 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-28 04:20:35 +00:00
Russell Keith-Magee 2ebf7fb2b2 Fixed #13431 -- Corrected a unicode literal in select widgets. Thanks to gutworth for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13036 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-28 03:02:53 +00:00
Karen Tracey b647e22bbd Removed an import that is no longer needed after r13033.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13035 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-27 15:11:44 +00:00
Russell Keith-Magee dd07c23545 Fixed #12749 -- Corrected a problem with validation of inline primary keys. Thanks to Chris.Wesseling@cwi.nl for the report, and nessita for the test case.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13034 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-27 15:05:38 +00:00
Russell Keith-Magee b031fa2376 Reverted r13021 -- Trunk no longer supports Python 2.3, so the special case isn't required.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13033 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-27 15:04:41 +00:00
Russell Keith-Magee dccc5ac0a6 Refs #13427 -- Removed translation from verbose_name and verbose_name_plural on autogenerated m2m models.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13031 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-04-27 14:42:55 +00:00