-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Corrige filtres, ordre et nombre de contenus #4484
Conversation
0f90050
to
bf0321d
Compare
class Meta: | ||
model = Category | ||
|
||
title = factory.Sequence('Ma catégorie No{0}'.format) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remplacer par 'Ma catégorie nº {0}'
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
En fait, a cet endroit là, c'est du pur détail, parce que c'est pour les tests :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah OK :-)
* Corrige ordre et nombre de contenus * Distinct and Unit Test * Fini le filtre par tag * fix tests * utilise settins.ZDS_APP pour le nombre de contenus * not so fast * C'est 4! * remarques de @vhf * Vérifie que la sous-catégorie appartient à la catégorie
QA