Jannis Leidel
|
b3fff855ab
|
Updated German translation.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-13 13:42:01 +00:00 |
Russell Keith-Magee
|
21e84194b5
|
Fixed #13514 -- Corrected the process of loading multiple javascript translation catalogs. Thanks to jtiai for the report, to Ramiro Morales for working out the test case, and to Ramiro and Jannis for their help on the fix.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-13 13:29:31 +00:00 |
Luke Plant
|
b29b0f8cac
|
Corrected 'name' of functions wrapped with method_decorator
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13249 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-13 11:11:27 +00:00 |
Karen Tracey
|
8e7d2d2e68
|
Fixed #13530: Corrected a handful of doc typos. Thanks Ramiro.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13247 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-12 22:53:23 +00:00 |
Karen Tracey
|
111d361d61
|
Fixed doc markup error that resulted in no anchor tag for the model admin queryset method.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-12 13:34:05 +00:00 |
Russell Keith-Magee
|
70a8f07006
|
Fixed #13502 -- Updated Arabic translation. Thanks to okhayat.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-12 13:29:57 +00:00 |
Russell Keith-Magee
|
0e2f215625
|
Fixed #13529 -- Corrected ModelAdmin example. Thanks to stephane@actinetwork.com for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-12 13:24:38 +00:00 |
Russell Keith-Magee
|
d0d3e6792d
|
Fixed #13524 -- Added backwards compatibility and feature notes regarding admin inlines and formsets. Thanks to Ramiro Morales and Gabriel Hurley.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-12 11:56:42 +00:00 |
Russell Keith-Magee
|
b8ed827952
|
Fixed #13517 -- Added Latvian L10N description. Thanks to fest.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13240 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-12 11:07:50 +00:00 |
Russell Keith-Magee
|
23976fa4b5
|
Fixed #13486 -- Corrected handling of %I in admin javascript version of strftime. Thanks to Bufke for the report, and jmil for the solution.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13239 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-12 11:00:12 +00:00 |
Ramiro Morales
|
b6f0fa586b
|
Updated es_AR translation. Complete as of r13237.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13238 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-11 21:46:39 +00:00 |
Russell Keith-Magee
|
bfa0bae9a9
|
Fixed #13523 -- Updated Russian translation. Thanks to Alexey Boriskin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13237 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-11 14:43:24 +00:00 |
Russell Keith-Magee
|
b160e1c172
|
Fixed #12997 -- Corrected the module markup for QuerySet methods. Thanks to timo for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13235 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-11 14:12:08 +00:00 |
Russell Keith-Magee
|
16c64bc2b7
|
Fixed #13521 -- Corrected javascript comparisons determining when to show and hide the 'add another' inline button. Thanks to darkrho for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13234 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-11 13:40:17 +00:00 |
Russell Keith-Magee
|
6543539777
|
Fixed #13522 -- Updated Indonesian translation. Thanks to gchandrasa.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13233 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-11 13:07:09 +00:00 |
Russell Keith-Magee
|
f6b0f742d1
|
Fixed #13513 -- Ensured that queries collecting deleted objects are issued on the right database, especially when dealing with m2m intermediate tables. Thanks to gavoja for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13232 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-11 13:06:03 +00:00 |
Russell Keith-Magee
|
8d9bef9a46
|
Fixed #13520 -- Updated Finnish translation. Thanks to Aku Kotkavuo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13231 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-11 06:10:58 +00:00 |
Jannis Leidel
|
bbbf1002cf
|
Fixed #13515 -- Updated Irish translation of Javascript catalog. Thanks, Michael Thornhill.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 22:00:39 +00:00 |
Jannis Leidel
|
adde9f4bd2
|
Fixed #13517 -- Updated Latvian translation. Thanks, Reinis Veips.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13229 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 22:00:17 +00:00 |
Aljosa Mohorovic
|
6c2f14e9fd
|
updated croatian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13228 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 17:12:36 +00:00 |
Russell Keith-Magee
|
101571b940
|
Fixed #11908 -- Clarified the role and usage of the ManagementForm in formsets. Thanks to timo for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 14:07:05 +00:00 |
Russell Keith-Magee
|
bc82e20370
|
Fixed #12001 -- Modified the example of form validation to use the form's error class, rather than assuming ErrorList. Thanks to Suor for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13221 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 14:06:09 +00:00 |
Russell Keith-Magee
|
a0cf7f4bb9
|
Fixed #12135 -- Clarified custom template tag example. Thanks to EvilDMP for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 14:05:16 +00:00 |
Russell Keith-Magee
|
fed660e425
|
Refs #12288 -- Clarified that application names must be unique. Thanks to Piotr Czachur for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13219 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 14:04:16 +00:00 |
Russell Keith-Magee
|
a44b10dba7
|
Fixed #12505 -- Clarified the use of the extra argument in formsets. Thanks to Andreas for the report, and timo for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 14:03:11 +00:00 |
Russell Keith-Magee
|
9f230c7eeb
|
Fixed #12517 -- Corrected get_prep_lookup example in custom field docs. Thanks to django@pressure.net.nz for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13213 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 13:17:12 +00:00 |
Russell Keith-Magee
|
b832e61308
|
Fixed #12621 -- Corrected grammar error in custom template tag docs. Thanks to beemzet for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13212 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 13:16:08 +00:00 |
Russell Keith-Magee
|
b34edc76eb
|
Fixed #12678 -- Corrected a few references to Queryset into QuerySet. Thanks to ChrisMorgan for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13211 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 13:14:19 +00:00 |
Russell Keith-Magee
|
fa2062d1db
|
Fixed #12984 -- Corrected typo in signals docs. Thanks to kcharvey for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13210 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 13:12:53 +00:00 |
Russell Keith-Magee
|
efa495f4f0
|
Fixed #13002 -- Corrected description of the default form base class in InlineModelAdmin classes. Thanks to stijn@typograaf.be for the report, and timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13209 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 13:11:09 +00:00 |
Nicola Larosa
|
d12130a72c
|
Compiled .mo file for the Italian translation
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13208 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 12:53:51 +00:00 |
Nicola Larosa
|
5b588dbab6
|
Italian translation updated
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13207 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 12:53:02 +00:00 |
Russell Keith-Magee
|
df1cc366e4
|
Removed some debug accidentally committed in r13201.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13205 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 12:40:54 +00:00 |
Russell Keith-Magee
|
861baecd84
|
Fixed #13509 -- Modified the comment tests so that signal cleanup doesn't rely on garbage collection. Thanks to Alex Gaynor for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13204 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 12:39:53 +00:00 |
Russell Keith-Magee
|
819f43f499
|
Fixed #12229 -- Added documentation of the FieldFile methods that are exposed by FileField and ImageField. Thanks to Gabriel Hurley for the draft patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13202 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 12:29:04 +00:00 |
Russell Keith-Magee
|
34587d8a2a
|
Fixed #13341 -- Clarified default arguments to the RegexValidator. Thanks to David Fischer for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13201 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 12:28:00 +00:00 |
Russell Keith-Magee
|
b82a5b9dd0
|
Fixed #13158 -- Clarified that OneToOneField is a better option for User profile classes. Thanks to hvdklauw for the report and patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13197 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 11:38:37 +00:00 |
Russell Keith-Magee
|
95fea01041
|
Fixed #13329 -- Corrected markup problem with URL pattern in generic views docs. Thanks to LaundroMat for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 11:37:45 +00:00 |
Russell Keith-Magee
|
d73eb089f2
|
Fixed #13333 -- Corrected typo in whatsnew docs. Thanks to cicatrix1 for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 11:35:43 +00:00 |
Jannis Leidel
|
13532eb9ea
|
Fixed #12892 - Fixed unicode related bug in a utility function of the admindocs app that prevented it to be used in non-English environments together with certain versions of docutils.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13192 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 11:20:36 +00:00 |
Jannis Leidel
|
e3a3175d45
|
Fixed #13168 - Corrected the alignment of the admin inline headers for rtl languages. Thanks for the report and patch, benc.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13191 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 11:20:17 +00:00 |
Jannis Leidel
|
8b540073eb
|
Fixed #13508 - Updated Hebrew translation. Thanks, Alex Gaynor.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13190 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 11:19:57 +00:00 |
Jannis Leidel
|
c4292f4b3b
|
Fixed #13236 - Updated Korean translation. Thanks, Joongi Kim.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13189 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 11:19:32 +00:00 |
Russell Keith-Magee
|
5a1695edfb
|
Added exceptions reference page to the API reference index.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-10 00:50:02 +00:00 |
Jannis Leidel
|
b5a628bf15
|
Fixed #13496 - Added Indonesian translation (id). Thanks, Selwin Ong.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13186 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 18:54:22 +00:00 |
Jannis Leidel
|
c796fc7e36
|
Fixed #13317 - Clarified documentation about how the blocktrans and trans template tags work with regard to variables. Thanks for the initial patch, Ramiro Morales.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13184 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 13:55:15 +00:00 |
Jannis Leidel
|
49bd7f0959
|
Fixed #13262 - Updated Czech translation. Thanks, Vlada Macek and Petr Marhoun.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13183 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 13:54:42 +00:00 |
Russell Keith-Magee
|
887a4370d4
|
Fixed #6842 -- Added reference documentation on Django's exceptions. Thanks to timo for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 07:45:05 +00:00 |
Russell Keith-Magee
|
f6e7a3aee5
|
Fixed #6039 -- Modified Atom example to be standard compliant. Thanks to ion.morega@gmail.com for the report, and arien for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13179 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 07:44:39 +00:00 |
Russell Keith-Magee
|
9320c866ff
|
Fixed #13316 -- Added clarifying note about cross-database relations.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@13178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2010-05-09 07:44:06 +00:00 |