-
Notifications
You must be signed in to change notification settings - Fork 1
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
refactor(documentation): partie 3, ajout de l'app documentation
et de ses modèles
#785
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3ba147a
to
e99a324
Compare
a6a67d6
to
9e3e12c
Compare
7b6ab0b
to
4930178
Compare
vincentporte
added a commit
that referenced
this pull request
Sep 25, 2024
vincentporte
added a commit
that referenced
this pull request
Sep 25, 2024
b99f60b
to
a0e8d41
Compare
9e3e12c
to
bacdf13
Compare
a0e8d41
to
833f10a
Compare
Comment on lines
+55
to
+57
def del_forums(category_transpo_dict, document_transpo_dict): | ||
forums_to_delete = list(category_transpo_dict.keys()) + list(document_transpo_dict.keys()) | ||
return Forum.objects.filter(pk__in=[forum.pk for forum in forums_to_delete]).delete() |
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.
J’imagine que des redirections vers les documents correspondants sont prévues ?
bacdf13
to
020dbe6
Compare
833f10a
to
92d29cf
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
ISSUE #765
Description
🎸 Ajout des modèles
Category
en remplacement desForum
de type categorieDocument
en remplacement desForum
enfant desForum
de type categorieType de changement
🥁 Changement de rupture (modification ou caractéristique qui empêcherait une fonctionnalité existante de fonctionner comme prévu) nécéssitant une mise à jour de la documentation
🚧 technique
Points d'attention
🦺 suite PR #784