Changes between Initial Version and Version 1 of Ticket #15975
- Timestamp:
- May 5, 2011, 6:04:36 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15975 – Description
initial v1 1 1 Reportedly due to the recent enabling of https://djangoproject.com: 2 2 3 {{{ 3 4 ====================================================================== 4 5 FAIL: test_correct_https_url_but_nonexisting (modeltests.validation.tests.BaseModelValidationTests) … … 10 11 self.assertRaises(ValidationError, clean) 11 12 AssertionError: ValidationError not raised 13 }}}