Changes between Initial Version and Version 1 of Ticket #21831, comment 4
- Timestamp:
- Jan 21, 2014, 7:03:55 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21831, comment 4
initial v1 1 Some updates here: ` `django.contrib.contenttypes.generic`` imports admin stuff which imports from within ``django.contrib.auth``; and South imports ``django.contrib.contenttypes.generic``.1 Some updates here: `django.contrib.contenttypes.generic` imports admin stuff which imports from within `django.contrib.auth`; and South imports `django.contrib.contenttypes.generic`. 2 2 3 3 So we can broaden the list of projects that are broken until #21829 is fixed to include "any project that uses South or conttenttypes.generic, and does not use contrib.auth."