[PR #364] [MERGED] py37 and django2 fixes #473

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

📋 Pull Request Information

Original PR: https://github.com/nsupdate-info/nsupdate.info/pull/364
Author: @ThomasWaldmann
Created: 9/30/2018
Status: Merged
Merged: 11/4/2018
Merged by: @ThomasWaldmann

Base: masterHead: py37


📝 Commits (6)

  • 04c7d35 add py37 / Django 2.1 to travis, restructure matrix
  • fb0967c setup.py: don't require a specific Django version, so 1.1 and 2.x works
  • d8bb177 django 2.0 requires on_delete arg for ForeignKey/OneToOneField
  • 8965312 django 2.0 does not allow giving a 3-tuple to include()
  • 9a6772b django 2.0 does not have these view functions any more, use classes
  • 6ecee32 use new MIDDLEWARE setting (since Django 1.10)

📊 Changes

9 files changed (+44 additions, -53 deletions)

View changed files

📝 .travis.yml (+11 -21)
📝 nsupdate/accounts/migrations/0001_initial.py (+1 -1)
📝 nsupdate/login/urls.py (+8 -8)
📝 nsupdate/main/migrations/0001_initial.py (+9 -9)
📝 nsupdate/main/migrations/0002_auto_20141115_2227.py (+9 -9)
📝 nsupdate/settings/base.py (+1 -1)
📝 nsupdate/settings/dev.py (+2 -2)
📝 nsupdate/urls.py (+1 -1)
📝 setup.py (+2 -1)

📄 Description

No description provided


🔄 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/364 **Author:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Created:** 9/30/2018 **Status:** ✅ Merged **Merged:** 11/4/2018 **Merged by:** [@ThomasWaldmann](https://github.com/ThomasWaldmann) **Base:** `master` ← **Head:** `py37` --- ### 📝 Commits (6) - [`04c7d35`](https://github.com/nsupdate-info/nsupdate.info/commit/04c7d35e0e6958bf0752cd69f3ad2e291df4e5e6) add py37 / Django 2.1 to travis, restructure matrix - [`fb0967c`](https://github.com/nsupdate-info/nsupdate.info/commit/fb0967c0eccc01c095172e3f270bec1d4db1fa51) setup.py: don't require a specific Django version, so 1.1 and 2.x works - [`d8bb177`](https://github.com/nsupdate-info/nsupdate.info/commit/d8bb17730195ef1ac384a88f5759d67f2fab9e98) django 2.0 requires on_delete arg for ForeignKey/OneToOneField - [`8965312`](https://github.com/nsupdate-info/nsupdate.info/commit/896531276fd09b24a7fe62880428a042fd92f88c) django 2.0 does not allow giving a 3-tuple to include() - [`9a6772b`](https://github.com/nsupdate-info/nsupdate.info/commit/9a6772b74a1c64a4599431122eb574b35202a5b5) django 2.0 does not have these view functions any more, use classes - [`6ecee32`](https://github.com/nsupdate-info/nsupdate.info/commit/6ecee32398403632e8bad0223e13ff6bbcdba8d7) use new MIDDLEWARE setting (since Django 1.10) ### 📊 Changes **9 files changed** (+44 additions, -53 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+11 -21) 📝 `nsupdate/accounts/migrations/0001_initial.py` (+1 -1) 📝 `nsupdate/login/urls.py` (+8 -8) 📝 `nsupdate/main/migrations/0001_initial.py` (+9 -9) 📝 `nsupdate/main/migrations/0002_auto_20141115_2227.py` (+9 -9) 📝 `nsupdate/settings/base.py` (+1 -1) 📝 `nsupdate/settings/dev.py` (+2 -2) 📝 `nsupdate/urls.py` (+1 -1) 📝 `setup.py` (+2 -1) </details> ### 📄 Description _No description provided_ --- <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:38 +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#473
No description provided.