Commit Graph

2241 Commits

Author SHA1 Message Date
Jacob Kaplan-Moss 0cc51e8fdd A handful of fixes to django.contrib.comments:
* Fixed #9143, #9429, and #9439 (was r9730 on trunk)
  * Fixed #9959: comment preview documentation example (was r9731 on trunk)
  * Fixed #9346: comment upgrade SQL in documentation. (was r9732 on trunk).

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9738 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-14 17:00:15 +00:00
Malcolm Tredinnick 37260e046f [1.0.X] Revised r9567 slightly to be backwards compatible with versions 1.0 - 1.0.2.
Also documented the change. We prefer to load directory_index.html for static
directory listings, but if you have the (older style) "directory_index"
template and no .html version, we'll load that. This should stop a bunch of
mysterious breakages when people upgrade to Django 1.0.3 or Django 1.1. Also
keeps the docs in sync with released code.

Fixed #9993.

Backport of r9725 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9726 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-09 12:42:35 +00:00
Ian Kelly f6cacacbff [1.0.X] Refs #9935: Added a note in the documentation to the effect that Django currently requires a 4.X release of cx_Oracle. Backport of [9709] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9710 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-06 18:25:52 +00:00
Malcolm Tredinnick ff3320cb6d [1.0.X] Documented that case-insensitive matching is not supported for non-ASCII
strings in SQLite. Refs #9905.

Backport of r9705 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9706 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-06 03:35:46 +00:00
Russell Keith-Magee 7982e5c510 Added a link to RKM's blog in the committers file.
Backport of r9698 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9699 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2009-01-03 05:06:22 +00:00
Adrian Holovaty fd9ddb2dc1 [1.0.X] Merged [9682], [9683] and [9684] from trunk. These were changes dealing with documenting and adding a helpful error message for the quirk of admin users needing 'change user' permission to add users. Refs #9866
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9685 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-26 06:02:44 +00:00
Gary Wilson Jr 1d37663aef [1.0.X] Fixed #9884 -- Corrected template example in model forms documentation, thanks bradmontgomery.
Backport of r9676 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9677 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-23 05:22:10 +00:00
Gary Wilson Jr 44239004db [1.0.X] Fixed #9902 -- Corrected misspelling in form validation documentation, thanks zunzun.
Backport of r9674 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9675 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-23 04:14:51 +00:00
Gary Wilson Jr 47de671948 [1.0.X] Fixed #9896 -- Corrected a couple uses of `formset.forms`, thanks aglzen.
Backport of r9672 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-23 00:15:03 +00:00
Gary Wilson Jr 518e19a363 [1.0.X] Fixed #9780 -- Fixed an undefined internal link in the model forms documentation, thanks ramiro.
Backport of r9670 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9671 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-23 00:03:19 +00:00
Gary Wilson Jr 6c3a98ab3a [1.0.X] Fixed #9904 -- Corrected name of storage method in files documentation.
Backport of r9668 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9669 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-22 23:24:34 +00:00
Malcolm Tredinnick 6dd5c855d4 [1.0.X] Changed some ReST formatting of headers (in forms/validation.txt).
Backport of r9666 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-22 04:19:41 +00:00
Karen Tracey 26554aa6b2 [1.0.X] Fixed #9898 -- Added a missing 'e' to 'one'. Thanks gizzywump. Also Americanized specialised while in the area, per contributing's guideline.
r9662 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9663 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-21 04:23:35 +00:00
Malcolm Tredinnick 01e04e90e0 [1.0.X] Fixed #9431 -- Added extra validation for VARCHAR-based fields on MySQL.
max_length > 255 and unique=True is not permitted. Based on a patch from
adamnelson.

Backport of r9470 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9652 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-16 06:49:43 +00:00
Karen Tracey 08d47a16e3 [1.0.X] Fixed a small reST header glitch in docs/ref/templates/builtins.txt. This was [9529] on trunk.
Also updated svnmerge.py metadata; all non bugfix changesets from trunk have been applied to 1.0.X.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9640 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-10 16:13:14 +00:00
James Bennett 349405009f [1.0.X] Yet another place where we claim to support 2.3 and up. Was [9635] in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9636 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-10 01:53:02 +00:00
James Bennett c9a6c06de8 [1.0.X] Another place where we talked about Python versions. Was [9632] in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9633 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 23:06:45 +00:00
James Bennett 1a12506846 [1.0.X] Clarify install docs to point at new FAQ items about Python 3.0. Was [9360] in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9631 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 22:49:16 +00:00
James Bennett 707d144c30 [1.0.X] Fixed #9783; clarified install docs and FAQ to explain that Django does not yet work with Python 3.0. Was [9628] in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9629 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 22:42:10 +00:00
Malcolm Tredinnick 4aaa15e812 [1.0.X] Documented how to handle '%' characters in redirect_to() URL strings
(even in the absence of keyword arguments). Fixed #9773.

Backport of r9626 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9627 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 07:35:34 +00:00
Malcolm Tredinnick 2e4336b659 [1.0.X] Fixed #9777 -- Typo fix.
Backport of r9622 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9624 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 07:18:32 +00:00
Malcolm Tredinnick bc2cc6eb09 [1.0.X] Fixed #9772 -- Fixed a couple of broken links and pointed them to a more
appropriate section. Thanks, Ramiro Morales.

Backport of r9621 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9623 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 07:18:02 +00:00
Adrian Holovaty 3988cb2d27 [1.0.X] Did some much-needed rewriting/editing in the formsets section of docs/topics/forms/modelsforms.txt. 'It self' is not two words. Backport of [9616]
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9617 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 04:20:54 +00:00
Brian Rosner 7edf9149d7 [1.0.X] Improved the model formset and inline formset documentation to be more explicit and handle some cases that were never addressed before.
Backport of r9614 from trunk.

git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9615 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-09 00:36:25 +00:00
Karen Tracey a9c5bf106c [1.0.X] In the release process doc, clarify that the original committer is responsible for backporting trunk fixes to the bug-fix branch.
r9610 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9611 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-08 17:18:50 +00:00
Gary Wilson Jr 3c4c1adefb [1.0.X] Fixed #9724 -- Added missing import to URLconf example, thanks shacker.
Backport of r9597 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9598 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-08 05:36:53 +00:00
Gary Wilson Jr 89f2a5892d [1.0.X] Fixed #9718 -- Removed a reference to oldforms FormWrapper? object in the user authentication docs.
Backport of r9595 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9596 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-08 05:29:43 +00:00
Malcolm Tredinnick 76cf4db494 [1.0.X] Fixed #9645 -- Work around a backwards-incompatibility in Sphinx so that
various combinations of released docutils and sphinx versions all work
together. Thanks, Ramiro Morales.

Backport of r9586 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9587 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 04:03:30 +00:00
Malcolm Tredinnick dc86735859 [1.0.X] Fixed #9677 -- Fixed a tiny typo in the 1.0.2 release notes.
Backport of r9584 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9585 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 03:56:50 +00:00
Malcolm Tredinnick cb2e4e80bc [1.0.X] Fixed #9705 -- Call the Netherlands by their real name in the localflavor documentation.
Backport of r9580 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9583 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 03:49:38 +00:00
Malcolm Tredinnick 8479543fd7 [1.0.X] Fixed #9712 -- Documented how HTTP headers are converted to request.META keys. Based on a patch from masklinn.
Backport of r9579 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9582 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 03:49:06 +00:00
Malcolm Tredinnick 3594f322ed [1.0.X] Fixed #9731 -- Typo fix in docs.
Backport of r9578 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9581 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 03:48:39 +00:00
Malcolm Tredinnick c667fdd4d8 [1.0.X] Fixed some markup errors in the form validation docs.
Backport of r9564 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9565 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-04 05:39:50 +00:00
Malcolm Tredinnick 8c6a6f3b1a [1.0.X] Fixed #9734 -- Typo fix in the custom fields documentation, pointed out by
col16.

Backport of r9557 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9560 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-03 05:53:57 +00:00
Malcolm Tredinnick 500021a923 [1.0.X] Fixed #9740 -- Updated and correct usage of max_entries in cache documentation.
Backport of r9556 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9559 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-03 05:53:26 +00:00
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