Re: [Django] #26212: Forms' FileField is not pickleable

2016-02-15 Thread Django
#26212: Forms' FileField is not pickleable
-+-
 Reporter:  koterpillar  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"180d4cbfe64f261ecb96bc15047c95c3b008fe4b" 180d4cb]:
 {{{
 #!CommitTicketReference repository=""
 revision="180d4cbfe64f261ecb96bc15047c95c3b008fe4b"
 [1.8.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number()
 picklable.

 Backport of b59f963ad2a49322725b20fac71661bd49643443 from master
 }}}

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


Re: [Django] #26212: Forms' FileField is not pickleable

2016-02-15 Thread Django
#26212: Forms' FileField is not pickleable
-+-
 Reporter:  koterpillar  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-

Comment (by Tim Graham ):

 In [changeset:"765e6c411c11e6288f67c6782c919931eb114273" 765e6c4]:
 {{{
 #!CommitTicketReference repository=""
 revision="765e6c411c11e6288f67c6782c919931eb114273"
 [1.9.x] Fixed #26212 -- Made forms.FileField and translation.lazy_number()
 picklable.

 Backport of b59f963ad2a49322725b20fac71661bd49643443 from master
 }}}

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


Re: [Django] #26212: Forms' FileField is not pickleable

2016-02-15 Thread Django
#26212: Forms' FileField is not pickleable
-+-
 Reporter:  koterpillar  |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:  fixed
 Keywords:   | Triage Stage:  Ready for checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by Tim Graham ):

 * status:  new => closed
 * resolution:   => fixed


Comment:

 In [changeset:"b59f963ad2a49322725b20fac71661bd49643443" b59f963]:
 {{{
 #!CommitTicketReference repository=""
 revision="b59f963ad2a49322725b20fac71661bd49643443"
 Fixed #26212 -- Made forms.FileField and translation.lazy_number()
 picklable.
 }}}

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


Re: [Django] #26212: Forms' FileField is not pickleable

2016-02-13 Thread Django
#26212: Forms' FileField is not pickleable
-+-
 Reporter:  koterpillar  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Ready for checkin
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by timgraham):

 * stage:  Accepted => Ready for checkin


Comment:

 I'll add some release notes if we decide to backport this.

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


Re: [Django] #26212: Forms' FileField is not pickleable

2016-02-12 Thread Django
#26212: Forms' FileField is not pickleable
-+
 Reporter:  koterpillar  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+
Changes (by koterpillar):

 * needs_better_patch:  1 => 0


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


Re: [Django] #26212: Forms' FileField is not pickleable

2016-02-12 Thread Django
#26212: Forms' FileField is not pickleable
-+
 Reporter:  koterpillar  |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  Forms|  Version:  1.9
 Severity:  Normal   |   Resolution:
 Keywords:   | Triage Stage:  Accepted
Has patch:  1|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  1
Easy pickings:  0|UI/UX:  0
-+
Changes (by timgraham):

 * needs_better_patch:  0 => 1
 * has_patch:  0 => 1
 * stage:  Unreviewed => Accepted


Comment:

 Please uncheck "Patch needs improvement" when adding the test as requested
 on the pull request.

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


Re: [Django] #26212: Forms' FileField is not pickleable

2016-02-11 Thread Django
#26212: Forms' FileField is not pickleable
-+--
 Reporter:  koterpillar  |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 koterpillar):

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


Comment:

 [https://github.com/django/django/pull/6128 PR]

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