Jacob Kaplan-Moss
4384b164cc
[1.1.X] Fixed (what I hope is) the last Python 2.4 incompatibility, this one in the httpwrappers tests.
...
Backport of [12436] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-15 02:18:15 +00:00
Jacob Kaplan-Moss
9f78e4692c
[1.1.X] Fixed a couple Python 2.4 incompatibilities. Backport of [12434].
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12435 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-14 20:33:32 +00:00
Jacob Kaplan-Moss
a9879b1438
[1.1.X] Fixed #6054 : work around PIL's installation brokeness by detecting either of the two ways it can end up being installed.
...
Backport of [12429] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12430 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-14 18:33:01 +00:00
Russell Keith-Magee
166405b2e4
[1.1.X] Fixed #11944 -- Improved exception handling for the filesizeformat filter. Thanks to rfk for the report and patch.
...
Backport of r12426 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12428 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-13 14:44:07 +00:00
Russell Keith-Magee
f30a4b368c
[1.1.X] Fixed #12613 -- Added Q and Z to the list of characters supported by the phone2numeric filter. Thanks to gabrielhurley for the report and patch.
...
Backport of r12425 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12427 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-13 14:43:33 +00:00
Russell Keith-Magee
d751f2cade
[1.1.X] Fixed #12524 -- Clarified handling of pre-1000AD dates in datetime_safe (and thus, the serializers). Patch includes moving the datetime_safe tests into the utils regressiontests module. Thanks to gsf for the report and initial patch.
...
Backport of r12423 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12424 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-13 14:06:13 +00:00
Russell Keith-Magee
1d9bc59534
[1.1.X] Fixed #10976 -- Isolated contrib.auth tests so they will always pass, regardless of any local templates. Thanks to aarond10 for the report, and SmileyChris for turning that into a patch.
...
Backport of r12420 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12422 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-13 12:32:49 +00:00
Russell Keith-Magee
bf11ab2b21
[1.1.X] Fixed #12011 -- Modified the test client to preserve the request scheme on a redirect. Thanks to tgardner for the report and patch.
...
Backport of r12419 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12421 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-13 12:32:01 +00:00
Russell Keith-Magee
0e9f1553e1
[1.1.X] Corrected merge of r12411 to 1.1.X branch (see r12415).
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12416 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-11 13:23:11 +00:00
Russell Keith-Magee
f764d7ffb1
[1.1.X] Fixed #11483 -- Modified db cache backend to use db backend functions for date conversion, avoiding problems under Jython. Thanks to Leo Soto for the report and patch.
...
Merge of r12411 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12415 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-11 13:12:38 +00:00
Russell Keith-Magee
d4a34b5508
[1.1.X] Fixed #11623 -- Corrected table name quoting in db cache backend. Thanks to Fraser Nevett for the report and fix.
...
Backport of r12410 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12414 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-11 13:11:47 +00:00
Russell Keith-Magee
a9282168f5
[1.1.X] Fixed #12189 -- Corrected rollback behavior in database cache backend. Thanks to Lakin Wecker for the report.
...
Backport of r12409 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12413 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-11 13:10:52 +00:00
Russell Keith-Magee
3792b2cd9f
[1.1.X] Fixed #12399 -- Added handling for memcache timeouts longer than 30 days. Thanks to houdinihound for the report, and gciotta for the patch.
...
Backport of r12408 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12412 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-11 13:09:56 +00:00
Karen Tracey
ad08f07722
[1.1.X] Fixed #11535 : Corrected SQL generated for queries involving generic relations and ORed Q objects. Thanks to brianglass for report, tobias for fix and test, and Alex for review.
...
r12405 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12406 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-10 19:24:44 +00:00
Karen Tracey
750c889a74
[1.1.X] Update svnmerge metatdata to reflect changesets that should not be merged to 1.1.X and those that have already been applied.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12404 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-10 17:43:05 +00:00
Jannis Leidel
01d4316874
[1.1.X] Fixed #3594 - Added ability to discard the language catalog in the JavaScript i18n view in case the selected language is English but no English translation catalog actual exists, e.g. due to being the language translated from. Thanks to msaelices, aryx and Ramiro Morales.
...
Backport of r12384.
Conflicts:
tests/regressiontests/views/tests/i18n.py
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12385 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-05 01:54:22 +00:00
Karen Tracey
88bd40c551
[1.1.X] Corrected app_loading test so it does not generate a key error when TZ is not set in the environment (e.g., on Windows).
...
r12379 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12380 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-03 18:12:35 +00:00
James Bennett
daeceafee6
[1.1.X] Fixed #12745 : The maxlength -> max_length change happened in 2007, we can probably stop mentioning it in the tutorial now. Backport of [12362] from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12363 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-01 11:53:55 +00:00
Karen Tracey
75146a3d7b
[1.1.X] Really this time -- fixed #12721 : Ensured objects with generic relations that use non-integer object ID fields can be deleted on PostgreSQL. Thanks much carljm for patch and Russ for review.
...
Remainder of r12353 from trunk, previous attempt only picked up the new tests.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-29 18:05:58 +00:00
Karen Tracey
4043521f53
[1.1.X] Fixed #12721 : Ensured objects with generic relations that use non-integer object ID fields can be deleted on PostgreSQL. Thanks much carljm for patch and Russ for review.
...
r12353 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12355 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-29 18:02:35 +00:00
Ian Kelly
ab75fd4786
[1.1.X] Fixed #4140 : Documented the ORA-06552 error that can occur when a keyword is used as a field name in the Oracle notes. Backport of r12346 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 22:14:38 +00:00
Russell Keith-Magee
32b573d36b
[1.1.X] Fixed #12720 -- Corrected handling of cookies in the TestClient. Thanks to James Henstridge for the report and patch.
...
Backport of r12343 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12344 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 14:47:42 +00:00
Russell Keith-Magee
6d02f50a8b
[1.1.X] Fixed #12719 -- Added initial Albanian translation. Thanks to Besnik Bleta.
...
Backport of r12341 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 14:18:46 +00:00
Russell Keith-Magee
4a1be98aee
[1.1.X] Fixed #8758 -- Corrected handling of tag creation in feeds when the URL contains a port number.
...
Partial backport of r12338 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12340 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 13:59:57 +00:00
Russell Keith-Magee
2777cd37a8
[1.1.X] Fixed #11973 -- Corrected some misleading documentation regarding the feed_copyright attribute on feeds.
...
Backport of a small part of r12338 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 13:51:00 +00:00
Russell Keith-Magee
dcd58497da
[1.1.X] Fixed some problems with the Frisian translation added in r12324.
...
Backport of r12333 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12334 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 02:17:30 +00:00
Russell Keith-Magee
3943979095
[1.1.X] Fixed #12711 -- Added the start of a Frisian locale. Thanks to Wim Benes.
...
Backport of r12324 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 02:10:08 +00:00
Russell Keith-Magee
cf21fec23d
[1.1.X] Fixed #12419 -- Updated Romanian translation. Thanks to xlotlu.
...
Backport of r12323 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 02:09:24 +00:00
Russell Keith-Magee
d33cab6f19
[1.1.X] Fixed #12357 -- Added a start of a Bosian translation. Thanks to Tim Langeman.
...
Backport of r12322 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12330 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 02:08:50 +00:00
Russell Keith-Magee
fa092e2746
[1.1.X] Fixed #12015 -- Updated Czech translation. Thanks to Vlada Macek.
...
Backport of r12321 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 02:08:05 +00:00
Russell Keith-Magee
c162ac0757
[1.1.X] Fixed #11894 -- Updated Slovakian translation. Thanks to mandre.
...
Backport of r12320 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12328 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 02:07:35 +00:00
Russell Keith-Magee
3e4f810702
[1.1.X] Fixed #11666 -- Updated Dutch translation. Thanks to joeri and tinodb.
...
Backport of r12319 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12327 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 02:06:58 +00:00
Russell Keith-Magee
85b011287e
[1.1.X] Fixed #11645 -- Updated French translation. Thanks to claudep.
...
Backport of r12318 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12326 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 02:06:28 +00:00
Russell Keith-Magee
11d5faae54
[1.1.X] Fixed #11468 -- Updated Norwegian translation. Thanks to jonklo.
...
Backport of r12317 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12325 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-28 02:05:58 +00:00
Justin Bronn
0c9f63f626
[1.1.X] Fixed #11969 -- `Field.post_create_sql` hook should not be called for unmanaged models. Thanks, jtiai for report.
...
Backport of r12313 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12314 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-27 23:52:15 +00:00
Ian Kelly
19353d9c59
[1.1.X] Fixed #11017 : Changed implementation of Oracle LIKE lookups to enable index usage. Thanks to Jani Tiainen for this workaround. Backport of r12293 from trunk.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12294 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-25 19:30:56 +00:00
Luke Plant
77b25ea4da
[1.1.X] Documented backwards incompatibility in 1.1.X branch introduced in r12283
...
Backport of r12284 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-23 23:58:40 +00:00
Luke Plant
a3f4402853
[1.1.X] Fixed #12470 - encoding of comma and semi-colon in cookies.
...
This is a backport of r12282 from trunk.
The original bug was about CookieStorage, which does not exist in 1.1.X,
but the fix involved the underlying cookie storage.
The change fixes other bugs with cookies for Internet Explorer and Safari,
hence it is backported. It could, however, also cause backwards
incompatibilities with existing javascript that may parse cookie values that
contain commas or semi-colons, and, very rarely, with existing cookie values
manipulated server side.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-23 23:25:41 +00:00
Justin Bronn
da954e876b
[1.1.X] Fixed #12664 -- Fixed `GenericRelation.m2m_reverse_name` to return the correct pk column name.
...
Backport of r12276 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12277 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-22 19:43:14 +00:00
Karen Tracey
46d8ae7c24
[1.1.X] Fixed #10015 -- PostgreSQL 8.3+ no longer barfs when passing an integer as a filter() value for a CharField? or TextField?. Thanks, carljm
...
Backport of r12150 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12263 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-19 16:55:22 +00:00
Karen Tracey
a8e659c54f
[1.1.X] Fixed bad indentation in contenttypes code example so that cut and paste from doc will work.
...
r12253 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-18 13:02:07 +00:00
Karen Tracey
d4a2d1f47c
[1.1.X] Updated svnmerge metadata to reflect more stuff that has been and should not be applied to 1.1.X.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12252 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-18 00:00:31 +00:00
Jannis Leidel
3a417736bc
[1.1.X] Fixed #12230 - Updated utils.translation.to_locale to support the special sr_Latn locale. Thanks to Janos Guljas.
...
Backport of r12056.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12251 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17 23:10:23 +00:00
Jannis Leidel
d1e7fdea3f
[1.1.X] Fixed #12017 - Overriding the default error message of the UKPostcodeField works again. Backport of r12044 and r12249.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12250 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17 22:51:25 +00:00
Jannis Leidel
abea4e6ee3
[1.1.X] Fixed #12013 - Marked some default error messages for translation.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17 22:20:10 +00:00
Jannis Leidel
b3ec5e68eb
[1.1.X] Fixed #9819 - Added exemplary documentation for comments app. Thanks for the initial patch, Thejaswi Puthraya.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17 22:12:24 +00:00
Jannis Leidel
d060d84bbc
[1.1.X] Fixed #11794 - Typo in model manager documentation. Thanks, timo.
...
Conflicts:
docs/topics/db/managers.txt
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17 22:12:02 +00:00
Jannis Leidel
0c4f8b345f
[1.1.X] Fixed #12496 - Added code examples to built-in filter documentation. Thanks, Arthur Koziel.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17 22:11:43 +00:00
Jannis Leidel
dc3d26bb59
[1.1.X] Fixed #11301 - Properly hide SplitHiddenDateTimeWidget. Thanks to David Gouldin for the patch.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17 22:11:23 +00:00
Jannis Leidel
889c110e51
[1.1.X] Fixed #11843 - Give MultipleHiddenInput different IDs. Thanks Chris Beaven.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@12241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-01-17 22:11:00 +00:00