Changes between Initial Version and Version 1 of Ticket #8713, comment 13
- Timestamp:
- Jul 11, 2013, 6:51:39 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8713, comment 13
initial v1 3 3 Action needed: 4 4 5 1. `django/middleware/doc.py`: checks `request.user.is_active/is_staff`5 1. ~~`django/middleware/doc.py`: checks `request.user.is_active/is_staff`~~ 6 6 2. `django/test/client.py`: depends on `django.contrib.auth` (at least) 7 7 3. `django/test/testcases.py`: depends on `django.contrib.staticfiles` (at least) 8 4. `django/views/defaults.py`: `shortcut` has a comment saying it should be deprecated in Django 2.0, but I don't see much point in waiting; we have a well established deprecation policy now and this is a trivial case.8 4. ~~`django/views/defaults.py`: `shortcut` has a comment saying it should be deprecated in Django 2.0, but I don't see much point in waiting; we have a well established deprecation policy now and this is a trivial case.~~ 9 9 10 10 No action needed: