Mario Gudelj
Results
1
issues of
Mario Gudelj
Line 95 in models.py has this in it: path_components[0] = path_components[0][:50] That should be changed to path_components[0] = path_components[0][:255] Just imported some WP posts and noticed that some of those...