Changes between Initial Version and Version 1 of Ticket #36131, comment 8


Ignore:
Timestamp:
Jan 24, 2025, 7:57:49 AM (4 weeks ago)
Author:
Sarah Boyce

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #36131, comment 8

    initial v1  
    1010Traceback (most recent call last):
    1111  File "<stdin>", line 1, in <module>
    12   File "/home/sarahboyce/Documents/django/django/core/validators.py", line 170, in __call__
     12  File "/path_to_django/django/core/validators.py", line 170, in __call__
    1313    raise ValidationError(self.message, code=self.code, params={"value": value})
    1414django.core.exceptions.ValidationError: <exception str() failed>
Back to Top