Changes between Version 1 and Version 2 of Ticket #8713, comment 13


Ignore:
Timestamp:
Aug 14, 2013, 5:57:43 AM (11 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8713, comment 13

    v1 v2  
    44
    551. ~~`django/middleware/doc.py`: checks `request.user.is_active/is_staff`~~
    6 2. `django/test/client.py`: depends on `django.contrib.auth` (at least)
     62. `django/test/client.py`: depends on `django.contrib.auth` and has coupling with 'django.contrib.sessions'
    773. `django/test/testcases.py`: depends on `django.contrib.staticfiles` (at least)
    884. ~~`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.~~
Back to Top