Russell Keith-Magee
c89bf435c2
[1.0.X] Fixed #10704 -- Resurrected documentation for {% else %} clause on {% ifchanged %}, lost during docs refactor. Thanks to Tarken for the report.
...
Merge of r10563 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10569 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16 13:28:16 +00:00
Russell Keith-Magee
b8abb9b872
[1.0.X] Fixed #10822 -- Corrected minor typo in i18n docs. Thanks to prairiedogg for the report.
...
Merge of r10561 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-16 13:27:46 +00:00
Russell Keith-Magee
e471bbe209
[1.0.X] Fixed #10458 -- Corrected the `next_month` and `previous_month` context variables provided with the generic month_archive view. The value returned now matches the docstring and the generic views documentation. Thanks to fperetti for the report and initial patch.
...
Merge of r10556 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10557 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-13 13:26:31 +00:00
Russell Keith-Magee
960d3172f6
[1.0.X] Fixed #9522 -- Modified handling of values in base serializer so that field subclasses can define their own value_to_string() method for serialization. Thanks to Alex Koshelev for the report and initial patch.
...
Merge of r10554 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10555 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-13 12:40:43 +00:00
Russell Keith-Magee
6be2d903f3
[1.0.X] Fixed #9804 -- Corrected the introspection of sequence names. This was causing problems when flushing tables that had many-to-many relations through an inherited table. Thanks to jdimov for the report.
...
Merge of r10552 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10553 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-13 07:16:44 +00:00
Russell Keith-Magee
2c6e3b30b3
[1.0.X] Fixed #10237 -- Corrected the handling of self-referential m2m fields when using multi-table inheritance. Thanks to Justin Lilly for the report and patch.
...
Merge of r10550 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10551 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-13 03:07:59 +00:00
Malcolm Tredinnick
cab85015c5
[1.0.X] Fixed #10716 -- Fixed a couple of typos in Oracle testing setup.
...
Thanks, canarix.
Backport of r10547 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10548 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 05:56:59 +00:00
Malcolm Tredinnick
1e0c34dd7f
[1.0.X] Fixed #10692 -- Fixed DecimalField lookups for extreme values.
...
Backport of r10545 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10546 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 05:34:07 +00:00
Malcolm Tredinnick
f0c9bc5563
[1.0.X] Fixed #10675 -- Added unicode paragraph and line-sep handling to escapejs.
...
There were a couple of line breaking Unicode characters (\u2028 and
\u2029) that cause Javascript errors, at least in Firefox, if not
escaped. So now we do so. Based on a patch from rleland.
Backport of r10543 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10544 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 04:57:50 +00:00
Malcolm Tredinnick
a83e4cb195
[1.0.X] Fixed #10630 -- Be even more conservative in GZipMiddleware for IE.
...
Patch from sebastien_noack.
Backport of r10541 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 04:15:45 +00:00
Malcolm Tredinnick
6771f4e348
[1.0.X] Fixed #10267 -- Correctly handle IRIs in HttpResponse.build_absolute_uri().
...
Backport of r10539 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10540 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 03:54:49 +00:00
Malcolm Tredinnick
18baad0d2f
[1.0.X] Fixed #10789 -- Updated Estonian translation from RaceCondition.
...
Backport of r10536 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10537 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 02:43:13 +00:00
Malcolm Tredinnick
95dcf56f4c
[1.0.X] Fixed #9577 --Fixed URL display in the debug template.
...
Patch from Thomas Güttler.
Backport of r10534 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10535 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 02:25:18 +00:00
Malcolm Tredinnick
6d5f811cdb
[1.0.X] Fixed #10438 -- Fixed MySQL backend behaviour for UPDATE behaviour.
...
We need to know the number of rows that are matched by an UPDATE query,
not just the number of rows that are changed. In the relatively unlikely
event that somebody was using Django's cursor proxy and relying on the
previous behaviour, well, that isn't the case any longer. We need to
this version.
Thanks to Daniel Tang for pointing out the solution here.
Backport of r10532 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10533 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 02:17:45 +00:00
Malcolm Tredinnick
4915d1d02f
[1.0.X] Fixed #10071 -- Changed some internal database data representations.
...
We now pass numbers used in data queries as actualy numbers (integers) to the
database backends, rather than string forms. This is easier for some of the
less flexible backeds.
Patch from Leo Soto.
Backport of r10530 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10531 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-12 02:05:43 +00:00
Russell Keith-Magee
d78ff63ec6
Updated svnmerge properties for some recent changes
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10525 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 15:13:31 +00:00
Malcolm Tredinnick
13475ed646
[1.0.X] Fixed #10369 -- Fixed auto-escaping inside "tran" and "blocktrans" tags.
...
Patch from Andrew Badr.
Backport of r10519 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 12:07:52 +00:00
Malcolm Tredinnick
f943e2e418
[1.0.X] Fixed #10357 -- Fixed the "dbshell" command for Windows users.
...
Thanks to markshep for the patch.
Backport of r10517 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 11:50:21 +00:00
Russell Keith-Magee
b6bd5ddc33
[1.0.X] Fixed #10571 -- Ensured that unicode POST data is correctly encoded by the test client. Thanks to Rick Wagner for his help identifying and fixing this problem.
...
Merge of r10513 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10514 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 09:27:04 +00:00
Malcolm Tredinnick
c2a828c7ca
[1.0.X] Fixed #10450 -- Fixed an initialisation problem in the savepoint code.
...
Patch from Jeremy Dunck.
Backport of r10511 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10512 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 07:52:07 +00:00
Malcolm Tredinnick
b853ed4fe7
[1.0.X] Fixed #10773 -- Small fix to the French translation. Thanks, djoume.
...
Backport of r10508 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10509 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-11 06:28:58 +00:00
Jacob Kaplan-Moss
b9c0ec63d3
Updated svnmerge metadata.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 21:45:21 +00:00
Jacob Kaplan-Moss
06f379bd5c
[1.0.X] Fixed #10753 -- Fixed regression in dispatcher after [10398]. Thanks for the patch and tests, minmax. Backport of r10497 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10503 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 21:40:38 +00:00
Jacob Kaplan-Moss
2ab40287bc
[1.0.X] Fixed #9640 , #10549 : BooleanFields with choices, a default, and null=False now correctly doesn't generate a blank option. Backport of r10500 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 19:57:11 +00:00
Jacob Kaplan-Moss
7a283f790c
[1.0.X] Converted model_fields regression tests into unittests. Backport of r10499 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10501 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 19:56:56 +00:00
Jacob Kaplan-Moss
1a541eebd3
[1.0.X] Fixed #10038 : make `BaseModelFormSet.save_existing_objects` use `Form.has_changed()` instead of looking at `changed_data` directly. Thanks, karihre. Backport of r10495 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10496 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 18:45:06 +00:00
Jacob Kaplan-Moss
f3eff22de7
[1.0.X] Fixed a silly typo in my bio. How embarrassing. Backport of r10490 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 17:10:57 +00:00
Jacob Kaplan-Moss
ca5b624b05
[1.0.X] Fixed #10774 : accessing form media types in templates (i.e. ``{{ form.media.js }}``) now works. Thanks, tarequeh and Alex Gaynor. Backport of r10489 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 17:10:44 +00:00
Jacob Kaplan-Moss
53af452329
[1.0.X] Updated my bio. Backport of r10484 on trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 16:34:49 +00:00
Jacob Kaplan-Moss
a5e0725247
[1.0.X] Fixed #10747 : fixed the auth tests to ignore broken user-supplied login/logout templates. Backport of r10482 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 15:53:21 +00:00
Malcolm Tredinnick
fe7250db64
[1.0.X] Fixed #10674 -- Updated Arabic translation from Ossama M. Khayat.
...
Backport of r10479 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10480 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 11:29:56 +00:00
Malcolm Tredinnick
4e588ee93d
[1.0.X] Fixed #10652 -- Updated Slovenian translation from Gasper Zejn.
...
Backport of r10477 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10478 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 11:24:55 +00:00
Jarek Zgoda
dccb6e9c9c
[1.0.X] Polish translation updated
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 09:53:58 +00:00
Malcolm Tredinnick
3ae27692b2
[1.0.X] Fixed #10593 -- Updated Portugese Brazilian translation.
...
Thanks, Guilherme Gondim.
Backport of r10473 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 08:50:05 +00:00
Malcolm Tredinnick
4a0e683ef1
[1.0.X] Fixed #10567 -- Slovak translation update from Marian Andre.
...
Backport of r10471 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 08:42:13 +00:00
Malcolm Tredinnick
167d21e6ab
[1.0.X] Fixed #10446 -- Updated Russiann translation. Thanks, dc.
...
Backport of r10469 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10470 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 08:36:56 +00:00
Malcolm Tredinnick
9e22d3ca4a
[1.0.X] Fixed #10077 -- Fixed a Chinese translation error. Thanks, wizunion@gmail.com.
...
Backport of r10466 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10467 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 07:35:57 +00:00
Nicola Larosa
2d97ab1131
[1.0.X] Updated Italian translation
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10464 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 06:24:43 +00:00
Malcolm Tredinnick
dd7198701a
[1.0.X] Fixed #9315 -- Handle spaces in URL tag arguments.
...
Thanks Natalia Bidart and Matías Bordese for most of this patch.
Backport of r10462 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10463 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 04:49:00 +00:00
Malcolm Tredinnick
6c45765681
[1.0.X] Fixed #8515 -- Fixed validation of Polish REGON numbers.
...
Patch from Piotr Lewandowski.
Backport of r10460 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-10 01:13:29 +00:00
Jacob Kaplan-Moss
8c3d593b0f
[1.0.X] Fixed #7944 : date-based generic views no longer get confused with a numeric month format. Thanks to Justin Lilly and Alex Gaynor. Backport of r10457 and r10458 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-09 15:28:41 +00:00
Jacob Kaplan-Moss
3891c137d4
[1.0.X] Fixed #9341 : add another on `ManyToManyField`s with `raw_id_admins` now works correctly. Backport of r10452 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-08 19:58:24 +00:00
Jacob Kaplan-Moss
e013c78ef8
[1.0.X] Fixed the test from [10447] to not depend on `os.listdir()` ordering. I always forget about that one; thanks, buildbot. Backport of r10449 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-08 19:42:01 +00:00
Jacob Kaplan-Moss
136d8b2854
[1.0.X] Fixed #8422 : FilePathField now respects required=False. Backport of r10447 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-08 18:55:06 +00:00
Jarek Zgoda
5fc10e9293
[1.0.X] Polish translations updated: new msgids in comments + unification of messages with trunk
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10445 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-08 09:02:29 +00:00
Jacob Kaplan-Moss
3cff712c21
Updated svnmerge metadata.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10442 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-07 22:21:10 +00:00
Jacob Kaplan-Moss
4f2259f539
[1.0.X] Added some tests to show that #9672 has been fixed ever since [10215]. Refs #9672 . Backport of r10440 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10441 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-07 22:13:30 +00:00
Justin Bronn
806d898bbf
[1.0.X] Fixed #10757 -- Fixed improper selection of primary keys across relations when using `GeoManager.values`. Thanks, David Gouldin for ticket and initial patch.
...
Backport of r10434 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-07 21:33:43 +00:00
Jacob Kaplan-Moss
866574a854
[1.0.X] Fixed #9957 : feeds now respect time zone information provided by the pub date. Backport of r10435 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-07 21:21:17 +00:00
Jacob Kaplan-Moss
8c763da4f7
[1.0.X] Fixed #9555 : respect the `feed_url` feed parameter. Thanks, sedden. Backport of r10432 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@10433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-04-07 20:30:04 +00:00