api: merge category selection into agenda options (#71187) #8
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "wip/71187-statistiques-ranger-les-agendas-"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
0650f9c585
toe220f39954
@ -294,3 +294,3 @@
end = serializers.DateTimeField(required=False, input_formats=['iso-8601', '%Y-%m-%d'])
category = serializers.SlugField(required=False, allow_blank=False, max_length=256)
agenda = serializers.SlugField(required=False, allow_blank=False, max_length=256)
agenda = serializers.CharField(required=False, allow_blank=False, max_length=256)
Le changement ici c'est pour accepter le : dans un category:whatever, correct ?
(commentaire à 90% fait pour tester les commentaires gitea).
Oui, grosse flemme de mettre une regex mais je me plierai à ce que demandera la relecture.
Mergé manuellement (comme pour https://gitea.entrouvert.org/entrouvert/chrono/pulls/4 mais depuis j'ai activé la détection des merges manuels dans https://gitea.entrouvert.org/entrouvert/chrono/settings, visiblement ça fonctionne mal).
Pull request closed