Changes between Initial Version and Version 1 of Ticket #24834, comment 5
- Timestamp:
- May 21, 2015, 11:44:32 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24834, comment 5
initial v1 10 10 11 11 I feel that we want to ensure that people do not needlessly create multiple records, e.g. `example.com`, `example.com:80` and `example.com:443`. This may lead to confusion where other models have a foreign key to `Site` and may lead to "missing" content. 12 13 (Edit: I've just realised that the current implementation would have always supported `domain:port` so as my current version of the PR would break backwards compatibility, although I'm not sure anyone necessarily expected `domain:port` to be work.)