[PR #4207] [MERGED] Closes #3848: Django 3.0 #12790

Closed
opened 2025-12-29 22:23:37 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/netbox-community/netbox/pull/4207
Author: @jeremystretch
Created: 2/19/2020
Status: Merged
Merged: 2/19/2020
Merged by: @jeremystretch

Base: develop-2.8Head: 3848-django-3.0


📝 Commits (6)

  • 01b9d1a Closes #3848: Upgrade to Django 3.0
  • f1b0421 Temporary hack to avoid name collision without renaming the secrets app
  • e17597a Update CI build to Python 3.6 and PostgreSQL 9.6
  • b7d41bc Rename MPTT migration
  • 7b93155 Fix form field ordering; self.fields no longer an OrderedDict
  • be23230 Update tests to match new string representation of ContentTypes

📊 Changes

7 files changed (+48 additions, -8 deletions)

View changed files

📝 .travis.yml (+2 -2)
netbox/dcim/migrations/0097_mptt_remove_indexes.py (+28 -0)
📝 netbox/dcim/tests/test_api.py (+1 -1)
📝 netbox/extras/forms.py (+2 -1)
📝 netbox/extras/tests/test_api.py (+1 -1)
📝 netbox/secrets/__init__.py (+11 -0)
📝 requirements.txt (+3 -3)

📄 Description

Fixes: #3848

Upgrade Django to 3.0 and implement all necessary compatibility tweaks


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/netbox-community/netbox/pull/4207 **Author:** [@jeremystretch](https://github.com/jeremystretch) **Created:** 2/19/2020 **Status:** ✅ Merged **Merged:** 2/19/2020 **Merged by:** [@jeremystretch](https://github.com/jeremystretch) **Base:** `develop-2.8` ← **Head:** `3848-django-3.0` --- ### 📝 Commits (6) - [`01b9d1a`](https://github.com/netbox-community/netbox/commit/01b9d1a4939bcf17cb2c37c6e65d619ffd1388f5) Closes #3848: Upgrade to Django 3.0 - [`f1b0421`](https://github.com/netbox-community/netbox/commit/f1b042180536092fa99d67f55fe5d5ab280d0f69) Temporary hack to avoid name collision without renaming the secrets app - [`e17597a`](https://github.com/netbox-community/netbox/commit/e17597a0a942ecf9d2f5d95f082a5a930c99d672) Update CI build to Python 3.6 and PostgreSQL 9.6 - [`b7d41bc`](https://github.com/netbox-community/netbox/commit/b7d41bc42c0ab5e1bf0ff89ec734eeb5d55052ea) Rename MPTT migration - [`7b93155`](https://github.com/netbox-community/netbox/commit/7b93155b06c79ccbbeed404b467d5d542f31c9a5) Fix form field ordering; self.fields no longer an OrderedDict - [`be23230`](https://github.com/netbox-community/netbox/commit/be232309382ca28fbf190aac285411984baf861f) Update tests to match new string representation of ContentTypes ### 📊 Changes **7 files changed** (+48 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+2 -2) ➕ `netbox/dcim/migrations/0097_mptt_remove_indexes.py` (+28 -0) 📝 `netbox/dcim/tests/test_api.py` (+1 -1) 📝 `netbox/extras/forms.py` (+2 -1) 📝 `netbox/extras/tests/test_api.py` (+1 -1) 📝 `netbox/secrets/__init__.py` (+11 -0) 📝 `requirements.txt` (+3 -3) </details> ### 📄 Description ### Fixes: #3848 Upgrade Django to 3.0 and implement all necessary compatibility tweaks --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 22:23:37 +01:00
adam closed this issue 2025-12-29 22:23:37 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#12790