diff options
| author | Luke Plant <L.Plant.98@cantab.net> | 2010-02-09 15:02:39 +0000 |
|---|---|---|
| committer | Luke Plant <L.Plant.98@cantab.net> | 2010-02-09 15:02:39 +0000 |
| commit | 4bff19463361927ff752929da1bc04e9aa1c2e72 (patch) | |
| tree | f4f31666ba7dff59b4925ca390bf139f2a3c256b /scripts | |
| parent | edb6d753a85d8548d9735b6f253a4a5d9a749c75 (diff) | |
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
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
