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


Ignore:
Timestamp:
Jul 11, 2013, 6:51:39 PM (11 years ago)
Author:
Ramiro Morales

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8713, comment 13

    initial v1  
    33Action needed:
    44
    5 1. `django/middleware/doc.py`: checks `request.user.is_active/is_staff`
     51. ~~`django/middleware/doc.py`: checks `request.user.is_active/is_staff`~~
    662. `django/test/client.py`: depends on `django.contrib.auth` (at least)
    773. `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.
     84. ~~`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.~~
    99
    1010No action needed:
Back to Top