Malcolm Tredinnick
c61ebbe2ba
[1.0.X] Added a note to the SQLite database documentation mentioning that
...
version 3.6.2 is to be avoided like the plague. Fortunately, it was only the
latest release for three weeks, so avoidance is easy (as is upgrading).
Refs #9358 .
Backport of r9540 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9542 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-02 06:01:14 +00:00
Malcolm Tredinnick
931d96e065
[1.0.X] Added a short note to the modelforms documentation linking between
...
save(commit=False) and using force_insert or force_update on the Model.save()
call. Refs #8672 .
Backport of r9539 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9541 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-02 06:00:44 +00:00
Karen Tracey
f93b9ead80
[1.0.X] Remove the FAQ answer about a setuptools install error that references running a script 2-years-gone from the source tree.
...
r9523 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9524 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21 17:49:19 +00:00
Karen Tracey
94c0aa7d84
[1.0.X] Fixed #9611 -- Noted in the FAQ answer about Python versions that some contrib apps (notably gis) may require a higher Python version. Thansk jamesivanwhite for the report and initial patch.
...
r9521 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9522 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21 17:42:50 +00:00
Karen Tracey
7f06c373d2
[1.0.X] Fixed #9618 : Corrected an error in some example code in the forms documentation. Thanks matthijs.
...
r9517 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9518 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21 16:26:08 +00:00
James Bennett
9ba5b12ca3
[1.0.X] docutils fix in release notes
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9497 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-19 05:23:58 +00:00
James Bennett
f6d68380b6
[1.0.X] Add 1.0.2 release notes to index
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9495 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-19 05:21:03 +00:00
James Bennett
92754ac35e
Draft 1.0.2 release notes
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9494 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-19 05:17:58 +00:00
Adrian Holovaty
cc0e00ebbe
[1.0.X] Removed 'Most Web sites wouldn't be complete without a way to upload files' sentence from file-uploads.txt in docs. I beg to differ. (Same as [9487] on trunk)
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9488 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-18 06:37:50 +00:00
Malcolm Tredinnick
f42df5fc3f
[1.0.X] Fixed #9472 -- Fixed a couple of URL patterns to be more consistent (and remove a misleading initial slash). Thanks, daveyjoe.
...
Backport of r9471 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9472 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16 09:38:40 +00:00
James Bennett
9b93e49ae5
[1.0.X] One more correction to the release notes.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9457 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15 05:58:08 +00:00
Malcolm Tredinnick
c0feb2fad9
[1.0.x] Fixed #9477 -- Removed and edited a bunch of references to "development
...
version". Some were replaced with versionadded or versionchanged directives.
Other, more minor ones, were removed altogether.
Based on a patch from James Bennett.
Backport of r9454 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9455 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15 05:56:01 +00:00
James Bennett
a703cc9970
Actually we didn't port that one to 1.0.1.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9450 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15 05:35:52 +00:00
James Bennett
0cee58d750
[1.0.X] Add 1.0.1 release notes and link them from the releases index page.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9448 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15 05:20:08 +00:00
Malcolm Tredinnick
51dabd2819
[django-1.0.X] Fixed #9377 -- Clarified when cmemcached support was included in Django.
...
Backport of r9435 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9437 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14 08:07:39 +00:00
Malcolm Tredinnick
1b68c6a50f
[django-1.0.X] Fixed #9531 -- Fixed some awkward wording in the docs. Thanks, gsf.
...
Backport of r9434 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9436 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14 08:07:11 +00:00
Malcolm Tredinnick
659f982150
[django-1.0.X] Fixed #9507 -- Correct an example in the admin docs. Thanks,
...
john_scott and SmileyChris.
Backport of r9432 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9433 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14 07:51:16 +00:00
Malcolm Tredinnick
539d947ad4
[django-1.0.X] Fixed #9594 -- Typo fix in the testing example.
...
Backport of r9429 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9431 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14 07:43:26 +00:00
Malcolm Tredinnick
68a74843d7
[django-1.0.X] Fixed #9468 -- Fixed a misleading FAQ answer.
...
Backport of r9428 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9430 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-14 07:42:50 +00:00
Karen Tracey
4007ac09e4
[1.0.X] Updated svnmerge metadata and added myself to committers (r9416 from trunk).
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9417 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-13 23:53:52 +00:00
Russell Keith-Magee
8ec6b87c42
[1.0.X] Fixed #9572 -- Corrected some documentation that misleadingly gave the extension for YAML fixtures as YML. Thanks to django@i-sh.me.uk for the report.
...
Merge from trunk of [9401]
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9402 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-12 11:53:16 +00:00
Karen Tracey
1ea0057296
[1.0.X] Fixed #9567 - Removed an extraneous 'are'.
...
[9390] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9391 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-11 03:00:27 +00:00
Karen Tracey
a24d80f193
[1.0.X] Fixed #9556 - typos in syndication docs. Thanks sedden.
...
[9373] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9374 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-09 19:02:54 +00:00
Russell Keith-Magee
697f73f488
[1.0.X] Fixed #9518 -- Corrected example JSON snippet in fixture documentation. Thanks to claude@2xlibre.net for the report.
...
Merge of [9355] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9356 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-06 10:48:20 +00:00
Karen Tracey
55943c0975
[1.0.X] Fixed #9497 - Doc typos. Many thanks ramiro.
...
[9330] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9331 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-02 20:53:47 +00:00
Karen Tracey
f1eb098d96
[1.0.X] Fixed #9495 -- Corrected typo in urls doc. Thanks seemant.
...
[9328] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9329 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-02 04:23:28 +00:00
Karen Tracey
3905b071bc
[1.0.X] Fixed #9337 -- Use a link to Jython that actually works. Thanks admackin.
...
[9323] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9324 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 20:55:13 +00:00
Karen Tracey
daf875259d
[1.0.X] Fixed #9374 -- Added missing close paren in serialization doc. Thanks jordy.
...
[9318] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9319 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 20:17:10 +00:00
Karen Tracey
19d164e051
[1.0.X] Fixed #9441 -- Corrected typo in file upload settings doc. Thanks gsf.
...
[9316] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9317 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 19:47:09 +00:00
Karen Tracey
fbf32bd000
[1.0.X] Fixed #9412 -- Corrected a couple of typos in the custom model field doc. Thanks carljm.
...
[9314] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9315 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 19:21:46 +00:00
Karen Tracey
d6a1e2ef7a
[1.0.X] Fixed #9487 -- Corrected several links into the Python docs that were broken by the recent Python docs refactor.
...
[9312] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9313 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 19:05:46 +00:00
Karen Tracey
587a2f9809
[1.0.X] Fixed #9491 -- Added a missing 'are' in what to read next. Thanks mh983.
...
[9310] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9311 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-01 18:07:47 +00:00
Karen Tracey
84216ef05e
[1.0.X] Fixed #8966 -- Changed is_safe for length_is filter to False, since its return value is a boolean, not a string.
...
Thanks Thomas Steinacher, carljm, and SmileyChris.
Backport of r9291 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9292 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-28 19:04:59 +00:00
James Bennett
d2f6a84668
[1.0.X] Remove obsolete reference to "development version" in autoescaping docs.
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9281 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-26 03:10:48 +00:00
Malcolm Tredinnick
0a1aafa581
[1.0.X] Fixed #9434 -- Added a note to the mod_python docs regarding requiring
...
PythonInterpreter in different VirtualHost blocks that share the same server
name. Thanks to Graham Dumpleton for the clarification.
Backport of r9268 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9271 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 09:30:53 +00:00
Malcolm Tredinnick
13d810efe4
[1.0.X] Fixed #9432 -- Revived documentation of ~Q usage.
...
Backport of r9267 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9270 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 09:30:04 +00:00
Malcolm Tredinnick
8613e6c53e
[1.0.X] Fixed #9430 -- Fixed documentation references to the HttpResponse
...
classes for returning HTTP status codes other than 200.
Backport of r9266 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9269 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 09:29:27 +00:00
Malcolm Tredinnick
8158bd9380
[1.0.X] Fixed #9424 -- Typo fix.
...
Backport of r9258 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9262 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 07:21:04 +00:00
Malcolm Tredinnick
8cf2a05d35
[1.0.X] Fixed #9420 -- Fixed an exception type in the documentation of
...
Queryset.get(). Based on a suggestion from daveyjoe.
Backport of r9257 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9261 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 07:20:29 +00:00
Malcolm Tredinnick
568cb5d87c
[1.0.X] Fixed #9390 -- Restored some documentation about select_related() that
...
was accidentally lost in the docs refactor.
Backport of r9256 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9260 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 07:19:45 +00:00
Malcolm Tredinnick
73ea785d6b
[1.0.X] Fixed #9384 -- Fixed a couple of typos. Thanks, Thomas Güttler and romke.
...
Backport of r9255 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9259 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-24 07:19:07 +00:00
Brian Rosner
194de934ff
[1.0.X] Corrected a typo in the 1.0 porting guide.
...
Backport of [9219] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9220 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-09 23:38:09 +00:00
Malcolm Tredinnick
94c210427f
[1.0.X] Fixed #9239 -- Somebody read my form validation docs from r9180 and
...
found a typo in them. I guess that was predictable. Thanks, Berry Groenendijk
Backport of r9217 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9218 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-09 09:33:35 +00:00
Malcolm Tredinnick
f0ba276fd6
[1.0.X] Fixed #9325 -- Typo fix in the forms documentation.
...
Backport of r9215 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9216 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-09 09:21:22 +00:00
Malcolm Tredinnick
742ff0800b
[1.0.X] Fixed #9215 -- Added a view/template example of using pagination.
...
Based on a patch from shacker and Matt Dennenbaum.
Backport of r9193 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9196 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-07 11:58:40 +00:00
Malcolm Tredinnick
4991aac216
[1.0.X] Added a link to the "documentation" documentation in the contributing docs.
...
Backport of r9192 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9195 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-07 11:58:02 +00:00
Malcolm Tredinnick
8e1c848099
[1.0.X] Added a note about where custom manager specifications go in a model
...
(for the style guide).
Backport of r9191 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9194 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-07 11:56:49 +00:00
Malcolm Tredinnick
fb4f82f2ea
Reverted r9186 -- Committed to the wrong branch (it's a feature addition).
...
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9187 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-07 09:04:55 +00:00
Malcolm Tredinnick
ed48b0b37e
Fixed #5888 -- Added methods to the test client to support HEAD, PUT, DELETE
...
and OPTIONS support. Thanks Scott Barr and Leah Culver.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9186 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-07 08:47:05 +00:00
Malcolm Tredinnick
e4b28a9b61
[1.0.X] Added a lot more explanation about form field validation, including
...
expanded examples. Fixed #5843 , #6652 , #7428 .
Backport of r9177 from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9180 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-06 11:28:39 +00:00