Re: [Django] #19696: Collectstatic management command: unicodeerror

2013-02-09 Thread Django
#19696: Collectstatic management command: unicodeerror
-+-
 Reporter:  arn.breton@… |Owner:  nobody
 Type:  Bug  |   Status:  closed
Component:  contrib.staticfiles  |  Version:  1.4
 Severity:  Normal   |   Resolution:  duplicate
 Keywords:  unicodeerror,| Triage Stage:
  collectstatic, css, assets |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by claudep):

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


Comment:

 Reopen if you can reproduce with recent code.

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




Re: [Django] #19696: Collectstatic management command: unicodeerror

2013-01-30 Thread Django
#19696: Collectstatic management command: unicodeerror
-+-
 Reporter:  arn.breton@… |Owner:  nobody
 Type:  Bug  |   Status:  new
Component:  contrib.staticfiles  |  Version:  1.4
 Severity:  Normal   |   Resolution:
 Keywords:  unicodeerror,| Triage Stage:
  collectstatic, css, assets |  Unreviewed
Has patch:  0|  Needs documentation:  0
  Needs tests:  0|  Patch needs improvement:  0
Easy pickings:  0|UI/UX:  0
-+-
Changes (by claudep):

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


Comment:

 This looks like #18430, which is fixed in Django 1.5. Could you try if it
 still crashes with 1.5?

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




[Django] #19696: Collectstatic management command: unicodeerror

2013-01-29 Thread Django
#19696: Collectstatic management command: unicodeerror
-+-
 Reporter:   |  Owner:  nobody
  arn.breton@…   | Status:  new
 Type:  Bug  |Version:  1.4
Component:   |   Keywords:  unicodeerror, collectstatic, css,
  contrib.staticfiles|  assets
 Severity:  Normal   |  Has patch:  0
 Triage Stage:   |  UI/UX:  0
  Unreviewed |
Easy pickings:  0|
-+-
 Hi,

 I experienced an issue today while using the collectstatic command.

 One of my CSS files contains some comments with accent marks (I'm french).
 When the command passes on this file, it crashes with a standard
 unicodeerror ("character not in range").

 The error occured here:
 
https://github.com/django/django/blob/master/django/contrib/staticfiles/storage.py#L226

 When I deleted these comments, it works again.

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