Ian Kelly
aef9663625
[1.0.X] Removed support for passing params as dicts in the oracle backend. Wasn't documented, didn't work, isn't necessary. Backport of [9418] from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14 00:56:12 +00:00
Karen Tracey
4007ac09e4
[1.0.X] Updated svnmerge metadata and added myself to committers (r9416 from trunk).
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9417 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13 23:53:52 +00:00
Karen Tracey
ac832a285f
[1.0.X] Fixed #9579 -- Properly handle apps running with (and specifically, loading templates from) a current working directory path that contains non-ASCII characters. Thanks for the report to gonzalodelgado and for advice on how to fix it to Daniel Pope.
...
r9411 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13 19:11:08 +00:00
Brian Rosner
f219136e11
[1.0.X] Fixed #9498 -- Handle a formset correctly when the foreign key is not available (for now).
...
This case pops up with generic foreign key inlines after [9297]. Added tests
to handle future regressions with generic foreign key inlines in the admin.
Thanks markus and danielr for patches.
Backport of [9412] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13 19:05:49 +00:00
Marc Fargas
c8dcbb038a
[1.0.X] Updated Catalan translation.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9408 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13 18:07:51 +00:00
Marc Fargas
fd0c24b876
[1.0.X] Updated Spanish translation.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9407 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13 18:07:06 +00:00
Jannis Leidel
7d3450ddee
[1.0.X] Updated German translation. Thanks bartTC and flosch.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12 23:29:24 +00:00
Karen Tracey
a2e02a5830
[1.0.X] Fixed #106 -- Refrain from generating popup window names that IE refuses to pop up. Thanks for the reports and initial patches nbstrite and jsmullyan.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12 16:25:36 +00:00
Russell Keith-Magee
8ec6b87c42
[1.0.X] Fixed #9572 -- Corrected some documentation that misleadingly gave the extension for YAML fixtures as YML. Thanks to django@i-sh.me.uk for the report.
...
Merge from trunk of [9401]
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12 11:53:16 +00:00
Russell Keith-Magee
cecbed5ac9
[1.0.X] Fixed #8646 -- Modified test client to set a fully WSGI compliant environment. Thanks to Adam Lofts for the report.
...
Merge from trunk of [9396]
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9400 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12 11:35:34 +00:00
Russell Keith-Magee
7a1421189c
[1.0.X] Blocked [9397] and [9398] from merging into the 1.0.X branch.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9399 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12 11:29:50 +00:00
Karen Tracey
2a1c9072fb
[1.0.X] Fixed #5079 -- Avoid converting Decimals to floats during save to the database.
...
[9394] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9395 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12 00:38:48 +00:00
Justin Bronn
11736980a4
[1.0.X] Fixed #9566 -- made GeoJSON regex more robust.
...
Backport of r9392 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9393 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-11 17:28:43 +00:00
Karen Tracey
1ea0057296
[1.0.X] Fixed #9567 - Removed an extraneous 'are'.
...
[9390] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-11 03:00:27 +00:00
Karen Tracey
21e0efcd64
[1.0.X] Fixed #7064 : Made DemicmalField validation support max_digits equal to decimal_places.
...
r9387 and r9388 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 20:04:42 +00:00
Karen Tracey
8c31bb7ca3
[1.0.X] Fixed #6035 -- Gave the SplitDateTimeField the proper default widget. Thanks dtulig.
...
r9385 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9386 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 19:46:13 +00:00
Karen Tracey
4a3dcd7f5e
[1.0.X] Fixed #8910 -- Added force_unicode during admin log message creation to avoid triggering a Python 2.3 bug. Thanks for the report joshg and patch nfg.
...
[9383] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9384 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 17:26:13 +00:00
Malcolm Tredinnick
df8cb5016d
Fixed #9544 -- Updated Danish translation from Finn Gruwier Larsen.
...
Backport of r9381 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9382 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 10:37:03 +00:00
Marc Fargas
24860ccbd4
[1.0.X] Refs #9537 , Updated Polish translation; Thanks Jarek Zgoda.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9378 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 10:22:24 +00:00
Malcolm Tredinnick
6b7f2bdad2
[Django-1.0.X] New Thai translation from Kowito Charoenratchatabhan and Kadesarin Sanjek. Fixed #9542 .
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9377 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 10:21:50 +00:00
Malcolm Tredinnick
e6c2f496eb
[django-1.0.X] Updated French translation from David Larlet. Fixed #9512 .
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9375 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-10 09:57:23 +00:00
Karen Tracey
a24d80f193
[1.0.X] Fixed #9556 - typos in syndication docs. Thanks sedden.
...
[9373] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-09 19:02:54 +00:00
Karen Tracey
3ced836c73
[1.0.X] Fixed #9514 -- Made admin change_form template correctly recognize/report when a form has only a single error.
...
[9371] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9372 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-09 18:54:12 +00:00
Karen Tracey
dc0389cca0
[1.0.X] Fixed #5748 -- Made floatformat filter round properly on all platforms and handle NaN input correctly on Windows. Also added tests for these cases. Thanks for the report and initial patch to SmileyChris and PJCrosier.
...
[9369] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9370 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-08 01:53:20 +00:00
Jannis Leidel
f56df044dc
[1.0.X] Updated German translation after r9364
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9368 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 21:37:08 +00:00
Karen Tracey
335f4ac03d
[1.0.X] Fixed #6160 , #9111 -- Consistently apply conditional_escape to form errors and labels when outputing them as HTML.
...
[9365] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9366 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 19:53:36 +00:00
Karen Tracey
675ee5c137
[1.0.X] Fixed #9506 take 2 -- Marked the message properly for translation, in both places it appears in the source.
...
[9363] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9364 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 16:47:13 +00:00
Karen Tracey
0776ba048a
[1.0.X] Fixed #9506 -- Marked error string for translation.
...
[9360] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9362 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 14:50:23 +00:00
Karen Tracey
1cbf9a93c6
[1.0.X] Block trunk translation updates from snvmerge to branch.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9361 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 14:47:54 +00:00
Russell Keith-Magee
6be20bf64c
[1.0.X] Fixed #9011 -- Corrected handling of fixture files that contain errors to correctly report the broken fixture name. Thanks to jlrivitti@gmail.com for the report and initial patch.
...
Merge of [9357] and [9358] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 11:27:33 +00:00
Russell Keith-Magee
697f73f488
[1.0.X] Fixed #9518 -- Corrected example JSON snippet in fixture documentation. Thanks to claude@2xlibre.net for the report.
...
Merge of [9355] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 10:48:20 +00:00
Marc Fargas
603dcb89bb
Refs #9526 , Updated Arabic translation; Thanks Ossama M. Khayat.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9352 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 09:41:20 +00:00
Marc Fargas
8edcfc030e
[1.0.X] Refs #9513 , Updated Polish translation; Thanks Jarek Zgoda.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9351 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 09:40:56 +00:00
Marc Fargas
19dd6c3566
[1.0.X] Fixed #9512 , Updated French translation. Thanks David Larlet.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 09:34:01 +00:00
Marc Fargas
65d00e5db8
[1.0.X] Refs #9419 , Typo in Russian translation.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 09:18:58 +00:00
Marc Fargas
e33c6f1382
[1.0.X] Refs #9511 , Updated Hebrew translation.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9345 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 09:12:31 +00:00
Marc Fargas
9c3e9c7e65
Merge branch 'master-1.0.X' into trunk-1.0.X
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9343 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 08:49:03 +00:00
Karen Tracey
dcfafea408
[1.0.X] Fixed #9218 -- Simplified the fix from #9039 and added tests to ensure this case doesn't break again (and that the simplification didn't break anything).
...
[9341] from trunk. Also updated svnmerge metadata.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-05 19:55:51 +00:00
Marc Fargas
8e7eddd59d
[1.0.X] Updated Catalan translation.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-05 18:29:21 +00:00
Justin Bronn
ca5a2b0930
[1.0.X] Fixed `resolve_columns` so that pagination works again on Oracle GeoQuerySets; properly set svn:ignore on `sitemaps` subdir.
...
Backport of r9338 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-05 18:24:55 +00:00
Justin Bronn
dca8dbaf86
Fixed #9364 -- now uses the appropriate database table for inherited `GeometryField`s; now uses the `SpatialBackend` booleans in tests.
...
Backport of r9336 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9337 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-05 18:06:24 +00:00
Karen Tracey
8e4827e506
[1.0.X] Fixed #9418 -- When saving a model form, defer saving of file-type fields until after other fields, so that callable upload_to methods can use data from the other fields. Thanks to Bernd Schlapsi for the report and initial patch.
...
[9334] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-04 19:54:28 +00:00
Karen Tracey
4563060093
[1.0.X] Block doc fix for new function from svnmerge consideration.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9333 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-02 21:48:00 +00:00
Karen Tracey
55943c0975
[1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro.
...
[9330] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-02 20:53:47 +00:00
Karen Tracey
f1eb098d96
[1.0.X] Fixed #9495 -- Corrected typo in urls doc. Thanks seemant.
...
[9328] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-02 04:23:28 +00:00
Brian Rosner
6c069d2a71
[1.0.X] Fixed #9494 -- Ensure the foreign key in an inline formset is always present on the forms. Thanks Fugazi for the report.
...
Backport of r9326 from trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9327 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 22:26:44 +00:00
Ramiro Morales
da151657a0
[1.0.X] Updated Argentinian spanish translation.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 21:07:02 +00:00
Karen Tracey
3905b071bc
[1.0.X] Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin.
...
[9323] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 20:55:13 +00:00
Karen Tracey
1af32e8809
[1.0.X] Fixed #9354 -- Set missing svn:eol-style property on some localflavor .py files. Thanks Semmel.
...
[9321] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9322 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 20:42:17 +00:00
Ludvig Ericson
4c0895bf8f
Updated Swedish translations.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9320 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 20:32:17 +00:00