django1/docs/releases
Luke Plant 4bff194633 Fixed #12804 - regression with decorating admin views.
This is a BACKWARDS INCOMPATIBLE change, because it removes the flawed
'auto_adapt_to_methods' decorator, and replaces it with 'method_decorator'
which must be applied manually when necessary, as described in the 1.2
release notes.

For users of 1.1 and 1.0, this affects the decorators:

 * login_required
 * permission_required
 * user_passes_test

For those following trunk, this also affects:

 * csrf_protect
 * anything created with decorator_from_middleware 

If a decorator does not depend on the signature of the function it is
supposed to decorate (for example if it only does post-processing of the
result), it will not be affected.
 



git-svn-id: http://code.djangoproject.com/svn/django/trunk@12399 bcc190cf-cafb-0310-a4f2-bffc1f526a37
2010-02-09 15:02:39 +00:00
..
0.95.txt Massive reorganization of the docs. See the new docs online at http://docs.djangoproject.com/. 2008-08-23 22:25:40 +00:00
0.96.txt Fixed several broken and redirecting URLs in the documentation (fixes #12219, refs #12427). 2009-12-26 06:37:26 +00:00
1.0-alpha-1.txt Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
1.0-alpha-2.txt Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
1.0-beta-2.txt Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
1.0-beta.txt Cleaned up a bunch of minor doc stuff: 2008-09-02 16:42:13 +00:00
1.0-porting-guide.txt Fixed #11119 -- Corrected spelling error in 1.0 porting guide. 2009-06-18 13:35:36 +00:00
1.0.1.txt One more correction to the release notes. 2008-11-15 05:57:39 +00:00
1.0.2.txt Fixed #9677 -- Fixed a tiny typo in the 1.0.2 release notes. 2008-12-07 03:54:45 +00:00
1.0.txt Now that the 1.0 release is finalized, we can fill in the revision number for it. 2008-09-04 05:26:09 +00:00
1.1-alpha-1.txt Fixed #12205 -- Corrected malformed reference links in the 1.1 and 1.1-alpha release notes, and corrected position of field lookup reference label. Thanks velmont and timo. 2009-12-26 00:55:06 +00:00
1.1-beta-1.txt Added 1.1 beta release notes. 2009-03-23 23:25:03 +00:00
1.1-rc-1.txt Clarify the description of URL namespacing. 2009-07-22 01:41:16 +00:00
1.1.2.txt Documented backwards incompatibility in 1.1.X branch introduced in r12283 2010-01-23 23:38:36 +00:00
1.1.txt Fixed #12205 -- Corrected malformed reference links in the 1.1 and 1.1-alpha release notes, and corrected position of field lookup reference label. Thanks velmont and timo. 2009-12-26 00:55:06 +00:00
1.2-alpha-1.txt Corrected some referencing problems in the docs. 2010-01-07 11:38:14 +00:00
1.2-beta-1.txt Clarify number of deprecations in the beta release. 2010-02-06 20:48:55 +00:00
1.2.txt Fixed #12804 - regression with decorating admin views. 2010-02-09 15:02:39 +00:00
index.txt Add 1.2 beta release notes to release notes index. 2010-02-06 05:25:50 +00:00