Changes between Initial Version and Version 1 of Ticket #20346, comment 8
- Timestamp:
- Oct 17, 2013, 1:55:13 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #20346, comment 8
initial v1 1 Here's an [https:// code.djangoproject.com/ticket/20346updated PR] with tests. I left some minor comments for improvement.1 Here's an [https://github.com/django/django/pull/1760 updated PR] with tests. I left some minor comments for improvement. 2 2 3 3 One concern is that upgrading Django will change cache keys for all the existing pages now that the domain name is part of the key. At a minimum, this needs to be documented in the release notes. Ideas for how we might be able to do this in a backwards compatible fashion would also be welcome.