Re: [Django] #21791: RelatedFieldWidgetWrapper object has no attribute decompress

2014-01-31 Thread Django
#21791: RelatedFieldWidgetWrapper object has no attribute decompress
---+--
 Reporter:  DylannCordel   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  contrib.admin  |  Version:  1.6
 Severity:  Normal |   Resolution:  worksforme
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+--

Comment (by timo):

 Here's a [https://github.com/stefanfoulis/cmsplugin-filer/pull/106 pull
 request] for the issue in cmsplugin-filer.

-- 
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/070.2d18bec3e8ce290c6ea47e768c5e9562%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21791: RelatedFieldWidgetWrapper object has no attribute decompress

2014-01-31 Thread Django
#21791: RelatedFieldWidgetWrapper object has no attribute decompress
---+--
 Reporter:  DylannCordel   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  contrib.admin  |  Version:  1.6
 Severity:  Normal |   Resolution:  worksforme
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+--

Comment (by anonymous):

 Just wanted to say this problem rears its head on my project too. Django
 1.6.1, Python 2.7, django-cms beta3, djangocms-filer.

-- 
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/070.d330ac63fe63324755eed2dd5c44bf77%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21791: RelatedFieldWidgetWrapper object has no attribute decompress

2014-01-18 Thread Django
#21791: RelatedFieldWidgetWrapper object has no attribute decompress
---+--
 Reporter:  DylannCordel   |Owner:  nobody
 Type:  Bug|   Status:  closed
Component:  contrib.admin  |  Version:  1.6
 Severity:  Normal |   Resolution:  worksforme
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+--
Changes (by DylannCordel):

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


Comment:

 Hi,

 The problem seems to be in cmsplugin_filer_image in class FilerImagePlugin
 where "page_link"  is missing from raw_id_fields.
 Maybe RelatedFieldWidgetWrapper really should have his own decompress
 method but I'll investiguate latter (currently, I rush to finish the
 project...).
 I resolve this ticket as "worksforme" and will reopen it if it's necessary
 when I'll be sure there is something to do in Django :).

-- 
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/070.6750eaaf833adb1fa67716075cc05141%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


Re: [Django] #21791: RelatedFieldWidgetWrapper object has no attribute decompress

2014-01-16 Thread Django
#21791: RelatedFieldWidgetWrapper object has no attribute decompress
---+--
 Reporter:  DylannCordel   |Owner:  nobody
 Type:  Bug|   Status:  new
Component:  contrib.admin  |  Version:  1.6
 Severity:  Normal |   Resolution:
 Keywords: | Triage Stage:  Unreviewed
Has patch:  0  |  Needs documentation:  0
  Needs tests:  0  |  Patch needs improvement:  0
Easy pickings:  1  |UI/UX:  0
---+--
Changes (by timo):

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


Comment:

 It would be helpful if you could provide a minimal example (ideally a test
 for Django's test suite) to rule out an issue with django-cms itself.

-- 
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/070.a86766656d849eac122feb61bec2835c%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.


[Django] #21791: RelatedFieldWidgetWrapper object has no attribute decompress

2014-01-16 Thread Django
#21791: RelatedFieldWidgetWrapper object has no attribute decompress
---+
 Reporter:  DylannCordel   |  Owner:  nobody
 Type:  Bug| Status:  new
Component:  contrib.admin  |Version:  1.6
 Severity:  Normal |   Keywords:
 Triage Stage:  Unreviewed |  Has patch:  0
Easy pickings:  1  |  UI/UX:  0
---+
 Hi,

 I'm still a newbie with Django, Django CMS and even Python... So, I
 apologize if it's not a "bug" but a misunderstanding of how it works.

 The easiest way to reproduce this bug :
 * use the FilerImagePlugin in Django CMS to use in a placeHolder
 * add an Image and save this placeHolder
 * then, try to modify and save again the placeHolder : the error occurs.

 I believe that the RelatedFieldWidgetWrapper class should have his own
 "decompress"  function which only do a call of the widget's decompress
 function like this :

 {{{
 def decompress(self, initial):
 return self.widget.decompress(initial)
 }}}

 My complete traceback is here : http://dpaste.com/hold/1554861/

-- 
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/055.6cc56c88565eef263c8ef0346e10419a%40djangoproject.com.
For more options, visit https://groups.google.com/groups/opt_out.