You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default value of SlugField.max_length is 50.
This commit fixes the following exception:
DataError: value too long for type character varying(50)
See test_slug_field_max_length for more details.
Sentry issue number: PYDOTORG-PROD-23
0 commit comments