﻿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
26665	default callable called twice	Nitesh Lohchab	nobody	"callable assigned to default parameter of a field called twice when adding a model entry via admin.


behaviour to reproduce this:

----------------------------------------------------------------------------------------------------------

def abc():
    print ""this is abc""
    return ""abc""


class testt(models.Model):
    text = models.CharField(max_length=12, default=abc)

-------------------------------------------------------------------------------------------------------

Now when you try to add this model via admin you will ""this is abc"" printed twice."	Bug	new	Forms	1.9	Normal				Unreviewed	0	0	0	0	0	0
