Skip to content

Commit 1861c56

Browse files
committed
TODOs
1 parent 7789df3 commit 1861c56

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

TODO

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- TODO: single underscore functions https://stackoverflow.com/questions/1301346/what-is-the-meaning-of-single-and-double-underscore-before-an-object-name

netbox_acls/forms/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -172,6 +172,7 @@ def clean(self):
172172
- Check if duplicate entry. (Because of GFK.)
173173
- Check if Access List has no existing rules before change the Access List's type.
174174
"""
175+
# TODO: Refactor this method to fix error message logic.
175176
cleaned_data = super().clean()
176177
error_message = {}
177178
if self.errors.get("name"):

0 commit comments

Comments
 (0)