Changes between Version 2 and Version 3 of Ticket #8713, comment 13
- Timestamp:
- Aug 31, 2013, 9:10:59 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8713, comment 13
v2 v3 5 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` and has coupling with 'django.contrib.sessions' 7 3. `django/test/testcases.py`: depends on `django.contrib.staticfiles` (at least)7 3. ~~`django/test/testcases.py`: depends on `django.contrib.staticfiles` (at least)~~ 8 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