[PR #409] [MERGED] use "load static", fixes #403 #494

Closed
opened 2026-02-26 10:31:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/409
Author: @ThomasWaldmann
Created: 4/4/2019
Status: Merged
Merged: 4/8/2019
Merged by: @ThomasWaldmann

Base: masterHead: django-static


📝 Commits (1)

📊 Changes

2 files changed (+2 additions, -2 deletions)

View changed files

📝 setup.py (+1 -1)
📝 src/nsupdate/templates/base.html (+1 -1)

📄 Description

django (since 1.10) supports this and internally will use staticfiles
if django.contrib.staticfiles is in INSTALLED_APPS (which is the case).

this should fix the deprecation warnings we got.

also: require django >= 1.11.0.


🔄 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/nsupdate-info/nsupdate.info/pull/409 **Author:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Created:** 4/4/2019 **Status:** ✅ Merged **Merged:** 4/8/2019 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `django-static` --- ### 📝 Commits (1) - [`a65b50f`](https://github.com/nsupdate-info/nsupdate.info/commit/a65b50f48c994ca681ee4bb74c0014353b0df9af) use "load static", fixes #403 ### 📊 Changes **2 files changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `setup.py` (+1 -1) 📝 `src/nsupdate/templates/base.html` (+1 -1) </details> ### 📄 Description django (since 1.10) supports this and internally will use staticfiles if django.contrib.staticfiles is in INSTALLED_APPS (which is the case). this should fix the deprecation warnings we got. also: require django >= 1.11.0. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 10:31:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsupdate.info-nsupdate-info#494
No description provided.