Changes between Version 1 and Version 2 of Ticket #8713, comment 13
- Timestamp:
- Aug 14, 2013, 5:57:43 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8713, comment 13
v1 v2 4 4 5 5 1. ~~`django/middleware/doc.py`: checks `request.user.is_active/is_staff`~~ 6 2. `django/test/client.py`: depends on `django.contrib.auth` (at least)6 2. `django/test/client.py`: depends on `django.contrib.auth` and has coupling with 'django.contrib.sessions' 7 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.~~