﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
29829	Remove unused code in contrib.sites.models._simple_domain_name_validator()	Hasan Ramezani	Hasan Ramezani	"There is an `if block` in `_simple_domain_name_validator` function that seems there is no need for them because `domain` field in `Site` model is `not null`.

{{{
    if not value:
        return
}}}

I am going to remove them."	Cleanup/optimization	closed	contrib.sites	2.1	Normal	fixed			Ready for checkin	1	0	0	0	0	0
