Nicolas Steinmetz a écrit :
> Nicolas Steinmetz a écrit :
> [...]
> 
>> I tried this but the bug persists. Sometimes it works well (technical 
>> skills are well regrouped by technical domaines) but if I refresh, it's 
>> no longer the case.
>>
>> I even tried this on an easier object and it does not work more 
>> efficiently (user_skill in my view). If I do not add .order_by() in the 
>> view, and add the |dictsort:"" filter, I have the same bug. If I add the 
>> order_by() and the dictsort filter, bug remains. It only works well if I 
>> add the order_by() and remove the dictsort filter.
>>
>> However for the 1st object on which I had the bug, I cannot sort it in 
>> my views unless I decompose my model...
>>
>> Any other clue ?
> 
> So should I fill a ticket or do I make something wrong ?

small up before filling tickets :)

For a more readable view on my files :
<https://hg.unelectronlibre.info/mvmo/file/5af96e9e476b/cv/views.py>
<https://hg.unelectronlibre.info/mvmo/file/5af96e9e476b/cv/models.py> 
(line 38 > 138)
<https://hg.unelectronlibre.info/mvmo/file/5af96e9e476b/templates/cv/cv_detail.html>
 
(lines 108/116)


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to