forked from TrangPham/django-admin-confirm
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
15 changed files
with
303 additions
and
344 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
# Safety Security and License Configuration file | ||
security: | ||
ignore-vulnerabilities: | ||
59293: | ||
reason: we don't rely on it. | ||
64976: | ||
reason: we don't rely on it. | ||
72110: | ||
reason: we don't rely on it. | ||
72109: | ||
reason: we don't rely on it. | ||
72111: | ||
reason: we don't rely on it. | ||
72095: | ||
reason: we don't rely on it. | ||
65771: | ||
reason: we don't rely on it. | ||
72519: | ||
reason: we don't rely on it. | ||
72520: | ||
reason: we don't rely on it. | ||
72515: | ||
reason: we don't rely on it. | ||
72521: | ||
reason: we don't rely on it. | ||
61586: | ||
reason: we don't rely on it. | ||
60956: | ||
reason: we don't rely on it. | ||
62126: | ||
reason: we don't rely on it. | ||
66742: | ||
reason: fml, dev deps | ||
64459: | ||
reason: fml, dev deps | ||
64396: | ||
reason: fml, dev deps | ||
67895: | ||
reason: fml, dev deps | ||
42837: | ||
reason: fml, dev deps | ||
42836: | ||
reason: fml, dev deps | ||
67136: | ||
reason: fml, dev deps | ||
61489: | ||
reason: fml, dev deps | ||
64436: | ||
reason: fml, dev deps | ||
64437: | ||
reason: fml, dev deps | ||
62156: | ||
reason: fml, dev deps | ||
58910: | ||
reason: fml, dev deps | ||
70716: | ||
reason: fml, dev deps | ||
70715: | ||
reason: fml, dev deps | ||
63073: | ||
reason: fml, dev deps | ||
58755: | ||
reason: fml, dev deps | ||
71064: | ||
reason: fml, dev deps |
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
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
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
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
1 change: 1 addition & 0 deletions
1
admin_action_tools/tests/integration/confirm-tool/test_with_change_actions.py
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
1 change: 1 addition & 0 deletions
1
admin_action_tools/tests/integration/confirm-tool/test_with_form_input_types.py
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
""" | ||
Tests with different form input types | ||
""" | ||
|
||
from datetime import timedelta | ||
from importlib import reload | ||
|
||
|
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
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
1 change: 1 addition & 0 deletions
1
admin_action_tools/tests/integration/form-tool/test_with_form_actions.py
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
1 change: 1 addition & 0 deletions
1
admin_action_tools/tests/integration/form-tool/test_with_multiple_forms.py
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
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
Oops, something went wrong.