Migration missing for cable termination limit choices #2643

Closed
opened 2025-12-29 18:20:47 +01:00 by adam · 3 comments
Owner

Originally created by @DanSheps on GitHub (May 31, 2019).

Environment

  • Python version: 3.7
  • NetBox version: 2.5.13

Steps to Reproduce

  1. Download latest 2.5.13
  2. Perform upgrade
  3. Django reports model changes missing migration

Expected Behavior

No warning message

Observed Behavior

Warning message received regarding missing migration.

Additional Information

Originally created by @DanSheps on GitHub (May 31, 2019). ### Environment * Python version: 3.7 * NetBox version: 2.5.13 ### Steps to Reproduce 1. Download latest 2.5.13 2. Perform upgrade 3. Django reports model changes missing migration ### Expected Behavior No warning message ### Observed Behavior Warning message received regarding missing migration. ### Additional Information * This was introduced in PR #3133 for Issue #3132 * This is cosmetic only and will not affect functionality
adam added the type: bugstatus: accepted labels 2025-12-29 18:20:47 +01:00
adam closed this issue 2025-12-29 18:20:47 +01:00
Author
Owner

@n0creativity commented on GitHub (Jun 3, 2019):

We received the the same error (I believe). Below is the error message we received.
What should our next steps be?

Applying database migrations (python3 netbox/manage.py migrate)...                                                                        
Operations to perform:                                                                                                                    
  Apply all migrations: admin, auth, circuits, contenttypes, dcim, extras, ipam, secrets, sessions, taggit, tenancy, users, virtualization
Running migrations:                                                                                                                       
  No migrations to apply.                                                                                                                 
  Your models have changes that are not yet reflected in a migration, and so won't be applied.                                            
  Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them.                               
Collecting static files (python3 netbox/manage.py collectstatic --no-input)...                                                            
                                                                                                                                          
38 static files copied to '/opt/netbox/netbox/static', 309 unmodified.                                                                    
@n0creativity commented on GitHub (Jun 3, 2019): We received the the same error (I believe). Below is the error message we received. What should our next steps be? ```bash Applying database migrations (python3 netbox/manage.py migrate)... Operations to perform: Apply all migrations: admin, auth, circuits, contenttypes, dcim, extras, ipam, secrets, sessions, taggit, tenancy, users, virtualization Running migrations: No migrations to apply. Your models have changes that are not yet reflected in a migration, and so won't be applied. Run 'manage.py makemigrations' to make new migrations, and then re-run 'manage.py migrate' to apply them. Collecting static files (python3 netbox/manage.py collectstatic --no-input)... 38 static files copied to '/opt/netbox/netbox/static', 309 unmodified. ```
Author
Owner

@DanSheps commented on GitHub (Jun 3, 2019):

This is a cosmetic change, you shouldn't worry about this and it will be fixed the next time we push out migrations.

@DanSheps commented on GitHub (Jun 3, 2019): This is a cosmetic change, you shouldn't worry about this and it will be fixed the next time we push out migrations.
Author
Owner

@haminhcong commented on GitHub (Jun 6, 2019):

I have same problem with @DanSheps. Can you help me fix this problem?

@haminhcong commented on GitHub (Jun 6, 2019): I have same problem with @DanSheps. Can you help me fix this problem?
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2643