Commit Graph

6401 Commits

Author SHA1 Message Date
Malcolm Tredinnick 61e36bd7d1 [1.0.X] This fixes a group of problems in the SQL created by QuerySet.exclude()
when used in a few situations where NULL results can appear.

Fixed #8921 (the only ticket I know of that noticed any of these).

Backport of r9590 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9591 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-08 02:47:05 +00:00
Malcolm Tredinnick a8a4743b1d [1.0.X] Fixed #9188 -- Fixed a case where we were generating syntactically invalid SQL in some exclude() queries.
Backport of r9588 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9589 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 05:50:26 +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 3653a53dba [1.0.X] Fixed #9728 -- Updated Macedonian translation from Georgi Stanojevski and Vasil Vangelovski.
Backport of r9575 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9577 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 03:25:20 +00:00
Malcolm Tredinnick 1eac2453a5 [1.0.X] Fixed #9639 -- Updated Ukranian translation from Mykola Zamkovoi.
Backport of r9574 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9576 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-07 03:23:33 +00:00
Justin Bronn 35b0499905 [1.0.X] Fixed #9572 -- use `opts` argument. Thanks SeanL for bug report and patch.
Backport of r9572 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-06 02:01:38 +00:00
Justin Bronn cad3c019cc [1.0.X] Fixed #9742 -- remove extraneous 'kml' from KML mimetype. Thanks, robotika for the bug report.
Backport of r9570 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9571 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-06 01:24:59 +00:00
James Bennett 687823640d [1.0.X] Correct weird typo that crept into [9567].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9568 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-04 19:34:54 +00:00
James Bennett c1ec41a91a [1.0.X] Fixed #9754: static-serving view now uses correct template name for directory indexes. Was [9566] in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9567 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-04 19:34:23 +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
Ian Kelly a261602bd3 [1.0.X] Fixed #9706: made SlugField honor max_length in Oracle, matching the other backends. Backport of [9548] from trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9549 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-02 18:42:30 +00:00
Ian Kelly 4c7efda28f [1.0.X] Fixed a pair of bugs in determining the set of models to flush that were causing test cause failures in Oracle after [9536].
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9547 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-02 16:59:39 +00:00
Russell Keith-Magee af6b7cdc63 [1.0.X] Fixed #9736 -- Added quoting to the SQL constraint names generated during table creation. This is to accommodate primary keys with spaces.
Merge of [9543] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9545 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-02 13:34:00 +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
Russell Keith-Magee 19cb720df7 [1.0.X] Fixed #9717 -- Corrected a problem where django-admin.py flush would attempt to flush database tables that had not yet been created. This occurred when an application had been added to INSTALLED_APPS, but had not yet been synchronized. Thanks to Julien Phalip for the patch.
Merge of [9535] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9536 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-29 11:55:05 +00:00
James Bennett b3f278258a [1.0.X] Fixed an issue in ForeignKeyRawIdWidget where the values in limit_choices_to were always treated as lists even when they weren't. Was [9533] in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9534 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-26 21:22:07 +00:00
Jarek Zgoda 1ca99e901f [1.0.X] Two new locale names translated.
Backport of [9525] from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9526 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-23 20:27:54 +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 df9254c2f3 [1.0.X] Fixed #9615 -- Typo fix to testcase. Thanks jarrow.
r9519 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9520 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21 16:56:24 +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
Karen Tracey 33dac7afd7 [1.0.X] Fixed #9642 -- Made the admin calendar/clock popups go away when the users clicks outside them. The previous javascript code did not work on IE. Thanks northtea for the report and patch.
r9514 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9516 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21 15:35:15 +00:00
Karen Tracey 3ea4dd111c [1.0.X] Block doc index refactor and internal consistency change from svnmerge to branch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9515 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21 15:30:18 +00:00
Malcolm Tredinnick 8bcde6492a [1.0.X] Fixed #2782 -- Make the server port available through the modpython
handler.  (Originally applied in r3866, reverted in r3927 and now verified as
correct).

Backport of r9512 from trunk. This is a bugfix, since the value is used in
HttpRequest.get_host().


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9513 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21 12:08:11 +00:00
Malcolm Tredinnick d75628fbe8 [1.0.X] Fixed #9617 -- Fixed a typo in the Polish translation. Thanks, romke.
Backport of r9510 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9511 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-21 11:52:52 +00:00
James Bennett 0f5258684e [1.0.X] OneToOne? filtering should only apply in a popup selection from the related model. This was [9507] in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-20 19:02:17 +00:00
Ludvig Ericson 5cc5451a3f Update Swedish translations.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9506 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-19 16:24:11 +00:00
James Bennett f952314532 [1.0.X] With 1.0.2 out, this branch is now 1.0.3 pre-alpha
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9505 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-19 06:01:45 +00:00
James Bennett 76c77acc51 [1.0.X] Remove download URL now that we're post-release
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9504 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-19 06:01:22 +00:00
James Bennett deab35c149 Add download_url so easy_install and friends will work
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9502 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-19 05:40:16 +00:00
James Bennett ef784f94d8 [1.0.X] Django 1.0.2.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9499 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-19 05:27:25 +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
Karen Tracey 371fee791b [1.0.X] Fixed #9597: Hebrew translation update.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9492 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-18 22:29:05 +00:00
Karen Tracey 6aff7f4768 [1.0.X] Fixed #9612: Danish translation update including date format corrections.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9491 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-18 22:25:08 +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
Justin Bronn 857e3aa548 [1.0.X] Reverted r9483 -- the patch broke the Oracle spatial backend.
Backport of r9484 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9485 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17 18:47:01 +00:00
Justin Bronn 0ab5dad0b3 [1.0.X] Fixed #9620 -- spatial database tables now have `app_label` set correctly.
Backport of r9482 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9483 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17 18:22:39 +00:00
Justin Bronn ac521026db [1.0.X] Added the GEOS and GDAL interface licenses to the manifest template.
Backport of r9480 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9481 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17 18:12:28 +00:00
Malcolm Tredinnick 174f35bdea [1.0.X] Fixed #9613 -- Added a bunch of files that were missing when the
distribution tarball is created. Thanks, Justin Bronn.

Backport of r9478 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9479 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-17 03:01:07 +00:00
Karen Tracey bdae3cc27d [1.0.X] Fixed #9608: Ensured a Model's default repr() is printable even if its unicode method raises a Unicode error.
r9475 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9477 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16 19:08:53 +00:00
Karen Tracey 5adf72e3ad [1.0.X] Block trunk feature/enhancement work from svnmerge to branch.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9476 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16 19:04:51 +00:00