6962 Commits

Author SHA1 Message Date
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
Russell Keith-Magee
c60901c031 [1.0.X] Fixed #10834 -- Corrected [11120] to ensure that there is a difference between catching a bad URL pattern and an new (no URLs) project. Thanks to Matt Welch for the report.
Merge of r11155 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11156 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-07-02 14:44:28 +00:00
James Bennett
2a7b781cfe [1.0.X] Fixed #11357: contrib.admindocs now correctly displays many-to-many relationships. Thanks to Ben Spaulding for the final version of the patch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11128 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-30 18:41:12 +00:00
Justin Bronn
8fd40001f5 [1.0.X] Fixed #11401 -- Update geographic admin to use OpenLayers 2.8 as OpenStreetMap does not support previous versions. Thanks, yourcelf for ticket and patch.
Backport of 11125 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11126 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-29 17:58:07 +00:00
Russell Keith-Magee
1153d4bf80 [1.0.X] Fixed #10834 -- Added bucket condition to ensure that URL resolvers won't ever return None. Thanks to Chris Cahoon for the patch.
Merge of r11120 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11122 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-29 14:23:28 +00:00
Russell Keith-Magee
c4e240fae3 [1.0.X] Fixed #11392 -- Enforced a predictable result order for a couple of test cases. Thanks to Nathan Auch for the report and patch.
Merge of r11119 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11121 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-29 14:10:53 +00:00
Russell Keith-Magee
74b631667b [1.0.X] Updated svnmerge-blocked property for some old checkins
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11108 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-25 06:16:38 +00:00
Russell Keith-Magee
8d25e8f828 [1.0.X] Made some small improvements to docs/topics/http/sessions.txt
Merge of r10839 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11107 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-25 05:56:43 +00:00
Russell Keith-Magee
998a3776ed [1.0.X] Updated svnmerge-integrated property for some old checkins
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11106 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-25 05:52:54 +00:00
Russell Keith-Magee
cef2a6f236 [1.0.X] Updated svnmerge properties for recent checkins
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11105 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-25 05:36:29 +00:00
Karen Tracey
7c8a6605ea [1.0.X] Fixed #10741: Updated instructions on the best gettext package to get for Windows. Thanks Ramiro.
r11103 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11104 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24 23:40:00 +00:00
Russell Keith-Magee
b287f8a96f [1.0.X] Fixed #8861 -- Added note on the availability of ModelForm.instance. Thanks to Ramiro Morales for the patch.
Merge of r11097 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11102 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24 14:23:24 +00:00
Russell Keith-Magee
34fbf191c1 [1.0.X] Fixed #11327 -- Added missing prefix in HTML id in admin-docs. Prefix originally added in r10343, but missed the second usage. Thanks to Nathan for the report and patch.
Merge of r11096 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11101 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24 14:22:11 +00:00
Russell Keith-Magee
60ec0bdec2 [1.0.X] Fixed #10415 -- Added documentation for features added in r7627 and r7630; extensibility points for the ModelAdmin?? and AdminSite??. Thanks to Ramiro Morales for the draft text.
Merge of r11095 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11100 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24 14:21:19 +00:00
Russell Keith-Magee
e717ddc0da [1.0.X] Fixed #11354 -- Remove stray whitespace in queryset docs. Thanks to flebel for the report.
Merge of r11094 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11099 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24 14:20:38 +00:00
Russell Keith-Magee
589d96ce4a [1.0.X] Fixed #11356 -- Added links to the growing collection of 3rd party database backends that are available. Thank to Nathan Auch for the draft text.
Merge of r11093 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-24 14:19:44 +00:00
Karen Tracey
75de41f910 [1.0.X] Fixed #11344 -- Made a couple of minor clarifications to the mod_wsgi deployment doc. Thanks nartzpod and achew22.
r11079 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11080 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-19 01:38:53 +00:00
Russell Keith-Magee
c9771f0b4a [1.0.X] Fixed #11270 -- Modified cache template tag to prevent the creation of very long cache keys. Thanks to 235 for the report and patch.
Merge of r11068 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11070 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 15:14:04 +00:00
Russell Keith-Magee
bb0538d4d5 [1.0.X] Fixed #11270 -- Corrected naming conflict in templatetag test. Thanks to steveire for the report.
Merge of r11067 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11069 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 15:07:22 +00:00
Russell Keith-Magee
9356e16a62 [1.0.X] Updated svnmerge properties for recent commits
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11066 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:22:39 +00:00
Russell Keith-Magee
0c24c3ee17 [1.0.X] Fixed #11221 -- Replaced a reference to a non-existent URL with an actual explanation of sequences. Thanks to Rob Hudson for the report, and SmileyChris for the patch.
Merge of r11053 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11065 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:18:43 +00:00
Russell Keith-Magee
527609ccc9 [1.0.X] Fixed #10978 -- Clarified that the include statement is part of the urlpattern definition. Thanks to swatermasysk for the suggestion.
Merge of r11052 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11064 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:18:13 +00:00
Russell Keith-Magee
91e16bdcb7 [1.0.X] Fixed #11253 -- Normalized the way the docs refer to TestCase.assert* methods. Thanks to SmileyChris for the report and patch.
Merge of r11051 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11063 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:17:45 +00:00
Russell Keith-Magee
7cebfa1c49 [1.0.X] Fixed #11119 -- Corrected spelling error in 1.0 porting guide.
Merge of r11050 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:17:13 +00:00
Russell Keith-Magee
5301334f15 [1.0.X] Fixed #11141 -- Corrected a code example in the admin docs. Thanks to jodal for the report, and SmileyChris for the patch.
Merge of r11049 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11061 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:16:45 +00:00
Russell Keith-Magee
c77f83ceae [1.0.X] Fixed #11322 -- Clarified docs regarding middleware processing. Thanks the Michael Malone for the patch.
Merge of r11048 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11060 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:16:13 +00:00
Russell Keith-Magee
82ffb6747f [1.0.X] Fixed #11318 -- Grammar correction in modelform docs. Thanks to seemant for the report.
Merge of r11047 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11059 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:15:27 +00:00
Russell Keith-Magee
7ccd095755 [1.0.X] Fixed #11312 -- Fixed the default value given for DEFAULT_FILE_STORAGE in the docs. THanks to x00nix@gmail.com for the patch.
Merge of r11046 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11058 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:14:52 +00:00
Russell Keith-Magee
9029db7b79 [1.0.X] Fixed #11278 -- Clarified query documentation regarding bulk assignment of m2m values. Thanks to zgoda for the patch.
Merge of r11045 and r11054 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11057 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:14:21 +00:00
Russell Keith-Magee
58e4a9d938 [1.0.X] Fixed #11272 -- Made some clarifications to the overview and tutorial. Thanks to jjinux for the review notes.
Merge of r11044 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11056 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:13:50 +00:00
Russell Keith-Magee
4a79eaac97 [1.0.X] Fixed #10848 -- Added prairiedogg to AUTHORS.
Merge of r11043 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11055 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 14:12:55 +00:00
Karen Tracey
7cccaaaf70 [1.0.X] Fixed #11339 -- Corrected typo in FAQ. Thanks Kellen.
r11041 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11042 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-18 12:42:57 +00:00
Karen Tracey
a44960b083 [1.0.X] Fixed #11335 -- Corrected model reference in generic views doc. Thanks oyvind.
r11028 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11029 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17 20:02:17 +00:00
Russell Keith-Magee
9d7e51d957 [1.0.X] Fixed #10336 -- Added improved documentation of generic views. Thanks to Jacob and Adrian for the original text (from the DjangoBook), and Ramiro for doing the work of porting the docs.
Merge of r11025 and r11026 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11027 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17 14:19:54 +00:00
Russell Keith-Magee
40bcd34fab [1.0.X] Fixed #9919 -- Added note on the need to mark transactions as dirty when using raw SQL.
Merge of r11022 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11024 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17 13:54:43 +00:00
Russell Keith-Magee
e63e0bb400 [1.0.X] Fixed #11328 -- Added missing imports in the sample urls.py from Tutorial 3. Thanks to marcalj for the report.
Merge of r11021 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@11023 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-06-17 13:52:05 +00:00