netbox/netbox/wireless
Jason Novinger a2a8779ebc
Fixes #19415: Increased Circuit/WirelessLink distance upper limit (#19495)
* Fixes #19415: Increased Circuit/WirelessLink absolute distance upper limit

Also adds form validation that provides a useful message to the user
rather than a 500 error with potentially little information.

* Include forgotten migration files

* Remove unnecessary comments

* Remove more unnecessary comments

* Addresses PR feedback

* Gah, remove django migration header comment

* Clean up new has_field_errors mechanism, fix issue with ObjectAttribute

* Address PR feedback, revert changes to render_fieldset template tag
2025-05-19 08:38:30 -04:00
..
api Adds WirelessLANGroup.comments to all the required places 2025-03-13 11:52:06 -05:00
forms Fixes #19415: Increased Circuit/WirelessLink distance upper limit (#19495) 2025-05-19 08:38:30 -04:00
graphql Closes #19493: Change filter() to filter_type() (#19494) 2025-05-14 08:34:25 -07:00
migrations Fixes #19415: Increased Circuit/WirelessLink distance upper limit (#19495) 2025-05-19 08:38:30 -04:00
tables Make GFK scope field sortable=False on tables where it appears 2025-01-17 08:52:12 -05:00
tests Adds WirelessLANGroup.comments to all the required places 2025-03-13 11:52:06 -05:00
__init__.py Introduce the wireless app and SSID model 2021-10-12 12:48:36 -04:00
apps.py Closes #17725: Clean up import statements (#17728) 2024-10-10 14:52:47 -04:00
choices.py 16547 Add distance to Circuit (#17629) 2024-10-10 14:37:33 -04:00
constants.py Add wireless authentication attributes 2021-10-20 10:58:15 -04:00
filtersets.py Extract base NestedGroupModelFilterSet with base search behavior 2025-03-13 15:36:55 -05:00
models.py Closes #17166: Remove obsolete limit_choices_to argument from ForeignKey & M2M fields 2025-04-03 09:17:20 -04:00
search.py Adds WirelessLANGroup.comments to all the required places 2025-03-13 11:52:06 -05:00
signals.py Merge main into feature 2025-04-10 17:17:21 -04:00
urls.py Closes #18023: Employ register_model_view() for list views (#18029) 2024-11-20 15:54:37 -05:00
utils.py 15094 Add missing gettext to error strings for internationalization (#15155) 2024-02-20 09:44:02 -05:00
views.py Fixes #19322: Correct URL paths for bulk import views (#19323) 2025-04-25 12:20:25 -05:00