#26665: default callable called twice
----------------------------+--------------------
     Reporter:  dnit        |      Owner:  nobody
         Type:  Bug         |     Status:  new
    Component:  Forms       |    Version:  1.9
     Severity:  Normal      |   Keywords:
 Triage Stage:  Unreviewed  |  Has patch:  0
Easy pickings:  0           |      UI/UX:  0
----------------------------+--------------------
 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.

--
Ticket URL: <https://code.djangoproject.com/ticket/26665>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-updates+unsubscr...@googlegroups.com.
To post to this group, send email to django-updates@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/047.d6cdb19c56aee1aa1b8e03adb3709145%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to