-
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
vincentporte
force-pushed
the
765-part3
branch
2 times, most recently
from
September 24, 2024 15:36
3ba147a
to
e99a324
Compare
vincentporte
force-pushed
the
765-part2
branch
from
September 24, 2024 15:42
a6a67d6
to
9e3e12c
Compare
vincentporte
force-pushed
the
765-part3
branch
2 times, most recently
from
September 24, 2024 15:50
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
vincentporte
force-pushed
the
765-part3
branch
2 times, most recently
from
September 25, 2024 10:16
b99f60b
to
a0e8d41
Compare
vincentporte
force-pushed
the
765-part2
branch
from
September 30, 2024 14:02
9e3e12c
to
bacdf13
Compare
vincentporte
force-pushed
the
765-part3
branch
from
September 30, 2024 14:18
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 ?
vincentporte
force-pushed
the
765-part2
branch
from
October 9, 2024 13:39
bacdf13
to
020dbe6
Compare
vincentporte
force-pushed
the
765-part3
branch
from
October 9, 2024 13:39
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