netbox/netbox/wireless/migrations
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
..
__init__.py Introduce the wireless app and SSID model 2021-10-12 12:48:36 -04:00
0001_squashed_0008.py Closes #17166: Remove obsolete limit_choices_to argument from ForeignKey & M2M fields 2025-04-03 09:17:20 -04:00
0009_wirelesslink_distance.py Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
0010_charfield_null_choices.py Fixes #19440: Ensure data migrations use the correct database connection 2025-05-08 14:53:52 -04:00
0011_wirelesslan__location_wirelesslan__region_and_more.py Closes #17166: Remove obsolete limit_choices_to argument from ForeignKey & M2M fields 2025-04-03 09:17:20 -04:00
0012_alter_wirelesslan__location_and_more.py Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
0013_natural_ordering.py Closes #18022: Extend linter (ruff) to enforce line length limit (120 chars) (#18067) 2024-11-21 15:58:11 -05:00
0014_wirelesslangroup_comments.py Removes banner from new migrations 2025-03-13 15:43:32 -05:00
0015_extend_wireless_link_abs_distance_upper_limit.py Fixes #19415: Increased Circuit/WirelessLink distance upper limit (#19495) 2025-05-19 08:38:30 -04:00