Re: [Django] #26665: default callable called twice

2016-05-25 Thread Django
#26665: default callable called twice
+--
 Reporter:  dnit|Owner:  dnit
 Type:  Bug |   Status:  assigned
Component:  Forms   |  Version:  1.9
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Unreviewed
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by dnit):

 * owner:  nobody => dnit
 * status:  new => assigned


--
Ticket URL: 
Django 
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/062.5c1aeae6aa5399015ed386d9d1d8b111%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26665: default callable called twice

2016-05-25 Thread Django
#26665: default callable called twice
+--
 Reporter:  dnit|Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Forms   |  Version:  1.9
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Unreviewed
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Description changed by dnit:

Old description:

> 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.

New description:

 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 see "this is abc"
 printed twice in console.

--

--
Ticket URL: 
Django 
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/062.888e5cb8cfe90394fd867249b499a903%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


Re: [Django] #26665: default callable called twice

2016-05-25 Thread Django
#26665: default callable called twice
+--
 Reporter:  dnit|Owner:  nobody
 Type:  Bug |   Status:  new
Component:  Forms   |  Version:  1.9
 Severity:  Normal  |   Resolution:
 Keywords:  | Triage Stage:  Unreviewed
Has patch:  0   |  Needs documentation:  0
  Needs tests:  0   |  Patch needs improvement:  0
Easy pickings:  0   |UI/UX:  0
+--
Changes (by dnit):

 * needs_better_patch:   => 0
 * needs_tests:   => 0
 * needs_docs:   => 0


Old description:

> 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.

New description:

 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: 
Django 
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/062.5b40b21edfef8c03afbfe54e98a12eee%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.


[Django] #26665: default callable called twice

2016-05-25 Thread Django
#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: 
Django 
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.