michaelian ennis

Results 2 issues of michaelian ennis

Is reducing the max from 500 to 255 a bad idea? class Repository(models.Model): """ Representation of a version control system repository. """ project = models.ForeignKey(Project, related_name='repos') url = models.CharField(max_length=255, unique=True)...

Disabling a measurement doesn't prevent the log file from being created. It is empty however.

enhancement