Commit Graph

6588 Commits

Author SHA1 Message Date
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
Justin Bronn 73d32af430 [1.0.X] Added GeoDjango template and test data directories to the manifest template so that they are included when building the release tarball with `sdist`.
Backport of r9473 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16 16:39:06 +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
Malcolm Tredinnick aed11333f1 [1.0.X] Fixed #6052 -- Worked around a bug in MySQLdb with regards to handling
SafeUnicode (handle SafeString similarly, just to be safe). Based on a patch
from sfllaw.

Backport of r9467 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9469 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16 08:57:10 +00:00
Malcolm Tredinnick d7e1856776 [1.0.X] Fixed #3501 -- Fixed date filtering in querysets for nullable date fields. Only affects SQLite.
Backport of r9466 from trunk.


git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-16 08:55:10 +00:00
James Bennett 197892ab6c [1.0.X] Now that this branch is 1.0.2 pre-alpha, it shouldn't have a download_url set in the setup.py.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9462 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15 12:31:36 +00:00
James Bennett 137d27ada6 [1.0.X] With 1.0.1 out the door, branches/releases/1.0.X is now 1.0.2 pre-alpha.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9461 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15 06:28:20 +00:00
James Bennett 13f63f051b Django 1.0.1.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9459 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15 06:00:26 +00:00
James Bennett 08ae5910b0 New download URL
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9458 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15 06:00:14 +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 a4782f0581 [1.0.X] Ensure generated package name does not contain spaces; this will make Django easy_installable from the Cheese Shop. This is [9452] on trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.0.X@9453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-11-15 05:39:58 +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