api: merge category selection into agenda options (#71187)
#8
Closed
vdeniaud
wants to merge 1 commits from wip/71187-statistiques-ranger-les-agendas-
into main
Loading…
Reference in New Issue
There is no content yet.
Delete Branch 'wip/71187-statistiques-ranger-les-agendas-'
Deleting a branch is permanent. It CANNOT be undone. Continue?
0650f9c585
toe220f39954
7 months ago@ -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).
Reviewers
Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.