Adrian Holovaty
|
ccc972e750
|
Fixed #15618 -- CookieStorage storage in messages framework now honors SESSION_COOKIE_DOMAIN. Thanks for the report and patch, lamby
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15848 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-16 03:50:51 +00:00 |
Justin Bronn
|
ebd5682989
|
Fixed #15533 -- Now use 3857 as spherical mercator projection instead of deprecated 900913 on platforms that support it. Thanks to cnorthwood for bug report and Christopher Schmidt for OpenLayers JavaScript workaround.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15845 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-16 02:58:35 +00:00 |
Jannis Leidel
|
1df1f2aa1c
|
Pulled sites translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15837 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:13:13 +00:00 |
Jannis Leidel
|
d31cf12be1
|
Pulled sessions translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15836 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:12:38 +00:00 |
Jannis Leidel
|
4380fc2832
|
Pulled redirects translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15835 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:12:07 +00:00 |
Jannis Leidel
|
364cf89e06
|
Pulled messages translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15834 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:11:36 +00:00 |
Jannis Leidel
|
e5ccf0b9ba
|
Pulled localflavor translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15833 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:11:04 +00:00 |
Jannis Leidel
|
f193c17979
|
Pulled humanize translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15832 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:10:24 +00:00 |
Jannis Leidel
|
71e6f9b84d
|
Pulled gis translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15831 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:09:41 +00:00 |
Jannis Leidel
|
25f975a729
|
Pulled formtools translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15830 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:09:10 +00:00 |
Jannis Leidel
|
f7c8ce1d39
|
Pulled flatpages translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15829 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:08:36 +00:00 |
Jannis Leidel
|
e950cbf386
|
Pulled contenttypes translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15828 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:08:06 +00:00 |
Jannis Leidel
|
1bbe626033
|
Pulled comments translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15827 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:07:32 +00:00 |
Jannis Leidel
|
ffe88a7a6c
|
Pulled auth translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:06:58 +00:00 |
Jannis Leidel
|
ddbbb60077
|
Pulled admindocs translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15825 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:06:26 +00:00 |
Jannis Leidel
|
24350e45a3
|
Pulled admin translation updates from Transifex.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15824 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 20:05:50 +00:00 |
Russell Keith-Magee
|
350a56ad49
|
Fixed #15606 -- Ensured that boolean fields always use the Boolean filterspec. Thanks to Martin Tiršel for the report
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15817 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 08:19:39 +00:00 |
Justin Bronn
|
1fdbcadd22
|
Fixed #15378 -- Now properly handle OGR layers that have features with invalid geometries. Thanks, kunitoki for bug report and initial patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15813 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-15 02:26:37 +00:00 |
Adrian Holovaty
|
4e25bc71b1
|
Fixed #15609 -- Fixed some 'raise' statements to use the newer style syntax. Thanks, DaNmarner
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15811 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-14 23:00:03 +00:00 |
Justin Bronn
|
ab7ada16ed
|
Fixed brittle tests that broke with release of GDAL 1.8.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15806 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-14 21:15:34 +00:00 |
Carl Meyer
|
7d71a9e45f
|
Fixed #9213 - Added check to prevent inactive users from resetting their password. Thanks to John Scott for report and draft patch, and Evgeny Fadeev for final patch with test.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15805 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-14 21:14:10 +00:00 |
Ian Kelly
|
f17fc56602
|
Fixed a bunch more tests that were failing in Oracle due to false assumptions about the primary keys of objects.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15789 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-09 23:46:28 +00:00 |
Jannis Leidel
|
f05aab1a43
|
Modified collectstatic management command to not include STATIC_ROOT in the user prompt since it's misleading when using a non-local storage backend.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15782 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-09 12:34:17 +00:00 |
Chris Beaven
|
c47b69ba53
|
Fix the docstring of contrib.staticfiles BaseFinder so it's not misleading.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15771 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-07 22:54:55 +00:00 |
Russell Keith-Magee
|
6bf1c343ca
|
Fixed #15554 -- Corrected test failure in contenttypes when default site isn't example.com. Thanks to twil for the report, and PaulM for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15766 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-07 00:09:11 +00:00 |
Jannis Leidel
|
90564a156c
|
Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15680.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15752 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-04 01:07:11 +00:00 |
Jannis Leidel
|
c11140d04b
|
Fixed plural forms of Irish translation introduced in r15680.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15751 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-04 01:05:10 +00:00 |
Jannis Leidel
|
53b2a25396
|
Fixed plural forms of Welsh translation introduced in r15680.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15750 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-04 01:04:31 +00:00 |
Jannis Leidel
|
bef353873e
|
Fixed plural forms of Bosnian translation introduced in r15680.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15749 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-04 01:03:14 +00:00 |
Russell Keith-Magee
|
afd040d4d3
|
Updated test assertions that have been deprecated by the move to unittest2. In summary, this means:
assert_ -> assertTrue
assertEquals -> assertEqual
failUnless -> assertTrue
For full details, see http://www.voidspace.org.uk/python/articles/unittest2.shtml#deprecations
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-03 15:04:39 +00:00 |
Russell Keith-Magee
|
d1290b5b43
|
Fixed #3094 -- Accelerated deprecation of XMLField, since it hasn't served any useful purpose since oldforms. Thanks to PaulM for driving the issue and providing the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15723 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-03 13:28:20 +00:00 |
Jannis Leidel
|
b921f1bac0
|
Fixed #12475 -- Fixed an edge case with hidden fields in ModelAdmin changelists when used in conjunction with list_display_links or list_editable. Thanks, Simon Meers, Julien Phalip, Karen and master.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15722 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-03 13:20:45 +00:00 |
Jannis Leidel
|
c0fb9bd00b
|
Fixed #13411 -- Made sure URL fragments are correctly handled by the next_redirect utility of the comments apps. Thanks, timesong, dpn and Julien Phalip.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15720 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-03 13:03:53 +00:00 |
Russell Keith-Magee
|
49cfe25399
|
Fixed #15512 -- Cleanup of imports in contrib.admin. Thanks to Julien Phalip for the patch.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15719 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-03 01:54:33 +00:00 |
Russell Keith-Magee
|
22347c89d8
|
Fixed #15532 -- Clarified the error message for unknown auth backends. Thanks to kmike for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-03 00:25:02 +00:00 |
Russell Keith-Magee
|
03717325dd
|
Corrected some typos from r14673.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15712 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-03 00:24:41 +00:00 |
Jannis Leidel
|
cff4ee5cba
|
Updated admin source translation to include string added in r15698.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15708 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-02 13:15:54 +00:00 |
Jannis Leidel
|
751888ece3
|
Fixed #11223 -- Fixed logout view to use the 'next' GET parameter correctly as described in the docs, while only allowing redirection to the same host.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-02 12:47:44 +00:00 |
Jannis Leidel
|
a9ace1466d
|
Slightly modified change [15698] to use ugettext_lazy since it's a module level variable. Refs #15524.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15704 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-02 10:44:48 +00:00 |
Jannis Leidel
|
ec193224d3
|
Fixed #12534 -- Loosened the the security check for "next" redirects after logins slightly to allow paths that contain spaces. Thanks for the patch, jnns and aaugustin.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15702 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 22:49:18 +00:00 |
Ramiro Morales
|
477c482c24
|
Fixed #15524 -- Marked up for translation literal shown by the admin app e.g. in nullable changelist cells and filters. Thanks charettes for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15698 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 16:52:48 +00:00 |
Jannis Leidel
|
3f38a99174
|
Updated sites translations from transifex.net. Refs #15300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 09:14:22 +00:00 |
Jannis Leidel
|
9838ba0db7
|
Updated sessions translations from transifex.net. Refs #15300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 09:12:43 +00:00 |
Jannis Leidel
|
faf292a93e
|
Updated redirects translations from transifex.net. Refs #15300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15693 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 09:11:04 +00:00 |
Jannis Leidel
|
3547d2bb93
|
Updated messages translations from transifex.net. Refs #15300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15692 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 09:09:25 +00:00 |
Jannis Leidel
|
d38bce59ae
|
Updated localflavor translations from transifex.net. Refs #15300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15691 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 09:07:46 +00:00 |
Jannis Leidel
|
c06ed72759
|
Updated humanize translations from transifex.net. Refs #15300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15690 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 09:06:04 +00:00 |
Jannis Leidel
|
f7c9d77134
|
Updated gis translations from transifex.net. Refs #15300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15689 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 09:04:19 +00:00 |
Jannis Leidel
|
533517ec65
|
Updated formtools translations from transifex.net. Refs #15300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15688 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 09:02:40 +00:00 |
Jannis Leidel
|
c6c54bbf66
|
Updated flatpages translations from transifex.net. Refs #15300.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@15687 bcc190cf-cafb-0310-a4f2-bffc1f526a37
|
2011-03-01 09:01:01 +00:00 |