Skrattoune

Results 26 comments of Skrattoune

Corresponding Model: ``` class SeriesElement(models.Model): #renamed from SeriesPart objects = SeriesElementManager() # Add custom manager class Admin: manager = SeriesElementManager() # Forces admin to use the custom manager puzzle =...

> seems to be an overflow error. Try to reduce the amount of characters in the columns rendering fields with a lot of content. > I don't think it's related...

I just changed the display name to a shorter version but does not seem to work: ![image](https://user-images.githubusercontent.com/56255427/72205919-92b8c280-3488-11ea-8561-01ad2e757806.png) What do you suggest I should try to attack based on the snapshot...

Except that Series_Element name, nothing was really big. Maximum is 25 to 32 characters

more weird: ``` readonly_fields=['index','difficulty','nb_sucesses', 'nb_fails','comment'] # exclude=['puzzle',] # prevent field to be displayed in change page ``` gives something ok: ![image](https://user-images.githubusercontent.com/56255427/72205999-82551780-3489-11ea-8271-64cfdcc7ff1c.png) ``` readonly_fields=['index','difficulty','nb_sucesses', 'nb_fails','comment'] exclude=['puzzle',] # prevent field to be...

OK, I tried something else: putting back puzzle as the first field to display in admin-sortable2: ![image](https://user-images.githubusercontent.com/56255427/72206302-38b9fc00-348c-11ea-8182-b3ffe2e751de.png) It works ok putting difficulty, another calculated field first: ![image](https://user-images.githubusercontent.com/56255427/72206332-83d40f00-348c-11ea-84e9-e2719bc3d77d.png) I'm disappointed, it...

A little feedback... I tried to implement again adminsortable2 ... and I still have the same display issue: As soon as I try to display an index column in my...

Bon, j'ai trouvé et implémenté en local une meilleure solution (plus robuste) pour ce qui est des currencies basé sur un filtre lié à locale (cf https://www.djangosnippets.org/snippets/552/). Par contre avant...

je viens de voir dans la [doc](https://openrepairplatform.readthedocs.io/en/latest/event/create-event/) qu'il était censé y avoir un bouton pour créer des événements récurrents. Or ce bouton ne semble pas s'afficher chez nous

Aujourd'hui j'ai vu le bouton pour la première fois. Il apparaît, mais sur l'ordi (Chrome sur PC), le bouton disparaît dès qu'on bouge la souris pour essayer d'appuyer dessus. J'immagine...