1
0
mirror of https://github.com/django/django.git synced 2025-07-17 16:19:12 +00:00

6997 Commits

Author SHA1 Message Date
James Bennett
f602e2bad4 [1.0.X] Update packaging information for impending 1.0.3 security/bugfix release.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11360 bcc190cf-cafb-0310-a4f2-bffc1f526a37
1.0.3
2009-07-29 04:15:59 +00:00
James Bennett
b8997d66be [1.0.X] We don't need to put the 'final' bit in the version number, and it messes up some pypi stuff. Backport of [11358] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11359 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29 04:11:33 +00:00
Russell Keith-Magee
df7f917b7f [1.0.X] SECURITY ALERT: Corrected a problem with the Admin media handler that could lead to the exposure of system files. Thanks to Gary Wilson for the patch.
This is a security-related backport of r11351. A full announcement, as well as a backport 0.96.X will be forthcoming.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11353 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29 02:55:26 +00:00
Russell Keith-Magee
f9249e4bd0 [1.0.X] Updated svnmerge properties
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11350 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-29 00:27:00 +00:00
Russell Keith-Magee
e94ef54279 [1.0.X] Updated svnmerge properties
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11348 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-28 15:11:55 +00:00
Russell Keith-Magee
892ef07ac7 [1.0.X] Fixed #11556 -- Clarified the argument required by get_object_or_404. Thanks to rbonvall for the report.
Merge of r11344 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11347 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-28 14:41:45 +00:00
Nicola Larosa
ca530f27c9 [1.0.X] Italian translation: further corrections
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11342 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27 09:12:14 +00:00
Russell Keith-Magee
f053d450e0 [1.0.X] Fixed #11519 -- Corrected minor typo in release notes index.
Merge of r11338 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11339 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-27 02:06:06 +00:00
Nicola Larosa
67d47daf05 1.0.X: italian translation: updates, corrections, added ugly but more correct suffixes to some gender-varying words
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11336 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-26 17:25:23 +00:00
Nicola Larosa
cc5590b236 1.0.X: italian translation: commit of regenerated django.po to have significant commit diffs afterwards
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11335 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-26 16:58:17 +00:00
Russell Keith-Magee
59f0efa54b [1.0.X] Updated svnmerge properties.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11332 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-25 05:54:12 +00:00
Russell Keith-Magee
128787d3b5 [1.0.X] Fixed #11546 -- Modified the mail regression test to avoid getting hung up on 32/64 bit differences. Thanks to Richard Davies for the report.
Merge of r11328 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-25 05:17:38 +00:00
Russell Keith-Magee
10e90f9350 [1.0.X] Updated svnmerge properties
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11323 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-24 14:11:09 +00:00
Jannis Leidel
e6d5d886bf [1.0.X] Updated German translation.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-23 17:46:28 +00:00
Ian Kelly
77b269e875 Fixed #11487: pass long strings to Oracle as CLOB rather than NCLOB to prevent an encoding bug that occurs in some installations. Backport of [11285] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11286 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21 21:25:48 +00:00
Gary Wilson Jr
72e2713d1a [1.0.X] Updated my bio.
Backport of r11281 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11283 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21 16:51:26 +00:00
Gary Wilson Jr
6c5ca9f480 [1.0.X] Added myself to AUTHORS and updated my bio.
Backport of r11265 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11282 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21 16:50:14 +00:00
Russell Keith-Magee
1679202ebb [1.0.X] Fixed #11493 -- Added an internal document listing the APIs that have been formally deprecated. Thanks to Alex Gaynor for the draft text.
Merge of r11277 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11280 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21 03:04:00 +00:00
Russell Keith-Magee
624194a33a [1.0.X] Cleanup of some minor markup problems in URL documentation. Thanks to Ramiro Morales for the patch (an apologies for ommitting the credit from r11275)
Merge of r11275 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11279 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21 02:14:36 +00:00
Russell Keith-Magee
dff276b9c1 [1.0.X] Fixed #11512 -- Corrected unclosed tag in HTML on debug page. Thanks to rlaager for the report.
Merge of r11276 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11278 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-21 02:09:06 +00:00
Russell Keith-Magee
29b53b2b1c [1.0.X] Fixed #11492 -- Corrected some typos, and added some extra markup for the URLs documentation. Thanks to Ramiro Morales for the patch.
Merge of r11258 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-17 01:01:50 +00:00
Russell Keith-Magee
393e06997d [1.0.X] Blocked recent revisions from merge
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11256 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-17 00:08:24 +00:00
Russell Keith-Magee
0056d79c4e [1.0.X] Fixed #11229 -- Updated the mod_wsgi deployment documentation to avoid references to mod_python and techniques that are not recommended or required for mod_wsgi. Thanks to Graham Dumpleton for the suggestion and guidance.
Merge of r11249 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11255 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-16 23:54:04 +00:00
Russell Keith-Magee
ab3b5b2380 [1.0.X] Fixed #10908 -- Clarified the procedure for creating test users in the testing docs. Thanks to gruszczy and timo.
Merge of r11248 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11254 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-16 23:49:27 +00:00
Russell Keith-Magee
940b8a17d4 [1.0.X] Blocked some recent updates from merge
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11246 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15 14:28:08 +00:00
Russell Keith-Magee
1c908784e6 [1.0.X] Fixed #11235 -- Added a missing clause from some sample SQL in the queryset docs.
Merge of r11239 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11245 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15 14:24:49 +00:00
Russell Keith-Magee
c7289a0402 [1.0.X] Fixed #11364 -- Modified the jsi18n example to use the {% url %} tag rather than a placeholder. Thanks to jcassee for the suggestion.
Merge of r11237 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11244 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15 14:21:19 +00:00
Russell Keith-Magee
500202337e [1.0.X] Fixed #11374 -- Modified the documentation for forms.BooleanField to allow for the fact that it can be rendered using widgets other than a checkbox. Thanks to lygaret for the patch.
Merge of r11236 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11243 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15 14:17:29 +00:00
Russell Keith-Magee
ca3bd9ffb7 [1.0.X] Fixed #11469 -- Removed suspicion that Django developers have trouble counting to four. Thanks to msgre for the report.
Merge of r11235 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11242 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15 14:14:04 +00:00
Russell Keith-Magee
fcbd3bcec9 [1.0.X] Fixed #10287 -- Added better examples in the docs of formset validation. Thanks to Andrew Badr for the text.
Merge of r11234 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11241 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-15 14:11:06 +00:00
Russell Keith-Magee
9133e12a4c [1.0.X] Update svnmerge properties for recent changes
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-13 14:01:04 +00:00
Russell Keith-Magee
c4f1970b03 [1.0.X] Blocked r11221 from merge.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11226 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11 16:11:50 +00:00
Russell Keith-Magee
558e4e9482 [1.0.X] Fixed #11438 -- Corrected some bad grammar in the custom fields docs. Thanks to thepointer for the report.
Merge of r11220 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11225 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11 16:09:18 +00:00
Russell Keith-Magee
5c2518539c [1.0.X] Fixed #11453 -- Added note on customizing SERVER_EMAIL for error reporting. Thanks to seveas for the suggestion and draft text.
Merge of r11219 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11224 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11 16:06:59 +00:00
Russell Keith-Magee
7cfee7925a [1.0.X] Fixed #11450 -- Corrected markup problem in contenttype docs. Thanks to seveas for the report.
Merge of r11218 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11223 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11 15:48:38 +00:00
Russell Keith-Magee
667042a060 [1.0.X] Fixed #11454 -- Corrected mismatched parenthesis in admin docs. Thanks to seveas for the report.
Merge of r11217 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11222 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11 15:45:55 +00:00
Russell Keith-Magee
79af110d37 [1.0.X] Fixed #11107 -- Corrected the generation of sequence reset SQL for m2m fields with an intermediate model. Thanks to J Clifford Dyer for the report and fix.
Merge of r11215 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-11 14:30:14 +00:00
Justin Bronn
aa0be5b7f0 [1.0.X] ixed GEOS & GDAL C function prototypes to explicitly use a subclass of c_char_p as the return type on routines that return strings. This prevents crashes on some 64-bit platforms, like FreeBSD. Thanks to wilsaj for discovering the problem. Refs #9747.
Backport of r11205 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11206 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-09 02:37:20 +00:00
Marc Fargas
18f12a3884 [1.0.X] Updated Spanish translation.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11203 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-07 13:31:57 +00:00
Marc Fargas
e3cf57598e [1.0.X] Update Catalan translation.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11202 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-07 13:31:32 +00:00
Russell Keith-Magee
f921908bc2 [1.0.X] Blocked r11176 from merge to branch
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11178 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 14:19:14 +00:00
Russell Keith-Magee
63a7b95693 [1.0.X] Fixed #9669 -- Corrected an answer in the admin FAQ that is wrong in a post-newforms-admin world. Thanks to Alex for the report.
Merge of r11175 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11177 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 14:16:21 +00:00
Russell Keith-Magee
7b5869e140 [1.0.X] Fixed #9607 -- Added documentation for the `extra` argument in test client methods. Thanks to jroes for the report and patch.
Merge of r11173 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11174 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 07:47:05 +00:00
Russell Keith-Magee
40f24b4635 [1.0.X] Fixed #10426 -- Added note on language variables required for Apache to survive non-ASCII file uploads. Thanks to daybreaker for the report, and david for the draft text.
Merge of r11170 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11172 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 07:23:37 +00:00
Russell Keith-Magee
c05f4d5a22 [1.0.X] Fixed #11417 -- Corrected typo in MySQL collation notes. Thanks to vorushin for the report.
Merge of r11169 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11171 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 07:20:36 +00:00
Russell Keith-Magee
df2011c61b [1.0.X] Added a Sphinx anchor that somehow got omitted from r11102.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11168 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 06:25:42 +00:00
Russell Keith-Magee
45411379b4 [1.0.X] Fixed #10604 -- Added note on the limitation of ungettext, especially as relating to the {% blocktrans %} tag. Thanks to bartTC for the report, and Ramiro Morales for the patch.
Merge of r11164 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11167 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 06:15:48 +00:00
Russell Keith-Magee
9219741ee7 [1.0.X] Fixed #11413 -- Added notes on the cycle and firstof tag detailing that variables output by those tags will not be escaped by default. Thanks to krystal for the report and draft patch.
Merge of r11163 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11166 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 06:12:50 +00:00
Russell Keith-Magee
4aca3be925 [1.0.X] Fixed #10539 -- Updated Sphinx configuration to accommodate 0.6 while retaining compatibility with 0.4 and 0.5. Thanks to Ramiro Morales for the patch.
Merge of r11162 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11165 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 06:09:57 +00:00
Russell Keith-Magee
f538e15a2c [1.0.X] Updated svnmerge properties for recent commits
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11161 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-03 03:27:31 +00:00