上传及下载 #2

Open
innov wants to merge 39 commits from stable/0.91.x into stable/1.0.x

39 Commits

Author SHA1 Message Date
James Bennett aa5133500b [0.91-bugfixes] Apply a modified version of the most recent fix from #106
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@9661 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-12-19 20:11:18 +00:00
James Bennett 7d3b409311 [0.91-bugfixes] Fix a silly typo in the version number.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@9230 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-10-12 05:01:01 +00:00
James Bennett 30d4c16ade Bump legacy support branch to 0.91.3 for impending security release
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@8878 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-02 21:18:07 +00:00
Jacob Kaplan-Moss 44debfeaa4 Security fix. Announcement forthcoming.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@8877 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-09-02 21:10:00 +00:00
James Bennett f6c56d473f Version bump 0.91.1 -> 0.91.2 for forthcoming security bugfix release
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@7532 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-14 04:16:31 +00:00
James Bennett 6e657e2c40 Backport [7521] to 0.91-bugfixes per security policy; announcement and security bugfix release will be forthcoming.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@7529 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-05-14 04:07:42 +00:00
Jacob Kaplan-Moss 2c03839d79 [0.91-bugfixes] Fixed, once again, the stale-db connection problem. Seems [3725] wasn't applied to the wsgi handler
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@7155 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2008-02-25 18:02:13 +00:00
Jacob Kaplan-Moss 8bc36e726c i18n security fix. Details will be posted shortly to the Django mailing lists and the official weblog.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6605 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-26 19:52:04 +00:00
James Bennett 613cfabdd0 0.91-bugfixes: Backport [3066] and some related changes. Refs #1635, #106.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6474 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-12 18:47:11 +00:00
James Bennett 9cd09e7562 0.91-bugfixes: Minor improvement to [6468
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6471 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-10 15:51:38 +00:00
James Bennett 56c074f565 0.91-bugfixes: Backport silent failure of date-related template filters
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6468 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-10-08 20:53:23 +00:00
James Bennett d797b34bf8 0.91-bugfixes: Backport [3785] from Django trunk
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@6373 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-09-17 19:00:39 +00:00
James Bennett 0417b0f17b 0.91-bugfixes: Revert previous, since it doesn't seem to actually solve the bug
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@5648 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-11 17:47:06 +00:00
James Bennett e6f09afa78 0.91-bugfixes: Fix problem parsing values from ManyToManyField with raw_id_admin. Thanks, Tom Tobin
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@5647 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-07-11 17:41:58 +00:00
James Bennett 17e98808c1 0.91-bugfixes: Fixed #4651; UnicodeCursorWrapper should work with dictionaries of parameters now
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@5508 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-21 16:46:23 +00:00
James Bennett 1680e8709c 0.91-bugfixes: Fixed a subtle bug with mutable default arguments to form fields. Thanks, Tom Tobin.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@5507 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-06-21 16:38:51 +00:00
James Bennett f63faca4c6 0.91-bugfixes: fix lookup kwarg corruption in certain types of one-to-one listings. Thanks Tom Tobin for finally figuring this one out
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4936 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-04-05 18:36:04 +00:00
James Bennett 32b733ccbd 0.91-bugfixes: Table name needs to be pluralized in that query
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4714 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-12 17:12:10 +00:00
James Bennett d8b1717266 0.91-bugfixes: Fix bad settings reference in comments feeds
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4713 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-12 15:46:36 +00:00
James Bennett 18cf40006c Backing out [4694] because it looks like the version on trunk caused problems
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4696 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-09 22:43:44 +00:00
James Bennett f46f052e05 0.91-bugfixes: backporting [4693] as the other half of the fix in [4673]
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4694 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-09 17:42:47 +00:00
James Bennett 8a0fa75839 0.91-bugfixes: Fixed #999 by resolving name clash in the metasystem which could confuse manipulators about which fields they should follow. Refs #1808, #1826, #1839 and #2415, which are variations of this that persist in trunk.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4673 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-03-07 17:03:43 +00:00
James Bennett 02ca9fd1de 0.91-bugfixes: settings fix for backport in [4419]
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4453 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-30 19:06:08 +00:00
James Bennett d0672a7344 0.91-bufixes: Backport [4244] for those using legacy Django with psycopg1
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4419 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2007-01-24 19:57:41 +00:00
James Bennett f931905517 0.91-bugfixes: Backport [3820] to 0.91-bugfixes, refs #2745.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4099 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-24 18:24:49 +00:00
James Bennett 2823775114 0.91-bugfixes: Backport [3820] to 0.91-bugfixes, refs #2745.
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4098 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-24 18:24:34 +00:00
James Bennett 1fcef7a07e 0.91-bugfixes: Move request middleware into the handler's try/catch block so we can deal with exceptions it throws
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@4097 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-11-24 18:16:36 +00:00
James Bennett 3720a12a2a 0.91-bugfixes: corrected version of previous (COMMENTS_FIRST_FEW is imported directly)
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3943 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-27 19:19:28 +00:00
James Bennett c08f81ff5e 091-bugfixes: backporting fix in [3936] to 0.91-bugfixes
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3942 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-27 19:17:38 +00:00
James Bennett b457108751 Fixed #1113, thanks to Jacob for spotting the deeper bug
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3935 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-10-25 20:25:54 +00:00
James Bennett e35be34c21 0.91-bugfixes: fix bad copy/paste in previous version of README
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3729 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-05 16:36:09 +00:00
James Bennett 4b97347921 0.91-bugfixes: changes in the README to provide more useful info on the branch and how it relates to Django proper
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3728 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-05 16:35:20 +00:00
James Bennett db2e70a74b 0.91-bugfixes: fix a problem on mod_python that could result in stale DB connections
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3725 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-09-05 16:03:02 +00:00
James Bennett d31e39173c 0.91-fixes: Fixed minor security hole in compile-messages.py. See trunk patch in [3592]
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3593 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-16 06:28:59 +00:00
James Bennett 0d60669146 0.91-bugfix: Fixed #1113, limit_choices_to on OneToOneField no longer breaks admin changelist
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3576 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-13 02:59:41 +00:00
James Bennett b70c86c36d 0.91-bugfix: Fix typo in update to README
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3574 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-13 01:39:33 +00:00
James Bennett 06a3c04c87 Update README with info on new branch
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3573 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-13 01:38:55 +00:00
Adrian Holovaty 5623203d15 Created 0.91-bugfixes branch, for bug fixes to version 0.91, for people stuck with 0.91. Currently it's a copy of the pre-magic-removal notable moment tag
git-svn-id: http://code.djangoproject.com/svn/django/branches/0.91-bugfixes@3572 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-08-13 00:58:37 +00:00
Adrian Holovaty 9a2f6a542a Created pre-magic-removal tag, so we have an easy way to switch back to the last pre-magic-removal Django code.
git-svn-id: http://code.djangoproject.com/svn/django/tags/notable_moments/pre-magic-removal@2808 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2006-05-02 01:09:45 +00:00