Skip to content

Fixes #19415: Increased Circuit/WirelessLink distance upper limit #19495

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

Merged
merged 8 commits into from
May 19, 2025
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Gah, remove django migration header comment
  • Loading branch information
jnovinger committed May 16, 2025
commit a3adb6de482f131d07bf0abb8f0afc4fbcbeccc2
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Generated by Django 5.2.1 on 2025-05-16 14:42

from django.db import migrations, models


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# Generated by Django 5.2.1 on 2025-05-16 14:42

from django.db import migrations, models


Expand Down
Loading