Skip to content
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

WIP: Django 42 #418

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
Draft

WIP: Django 42 #418

wants to merge 15 commits into from

Conversation

frankystone
Copy link
Contributor

@frankystone frankystone commented Feb 7, 2023

This is for the upcoming release of Django 4.2. I used the alpha version for 4.2.

Our code should work, missing are outdated third party apps django-messages and django-tagging, so this won't work yet:

  • wiki (works without tagging)
  • adding new news
  • PM messaging

Removed django-pagination and implemented django's own pagination framework

@frankystone
Copy link
Contributor Author

@Noordfrees @hessenfarmer @SirVer Anyone against removing tagging from the News?

Imho tagging has no practical usefulness for the News.

@SirVer
Copy link
Contributor

SirVer commented Feb 10, 2023 via email

README.txt Show resolved Hide resolved
@blotter
Copy link
Contributor

blotter commented Feb 11, 2023

im allgemeine sollte in den
[...]/urls.py
von
from django.urls import *
auf
from django.urls import re_path[, ...]
umgestellt werden

@frankystone
Copy link
Contributor Author

frankystone commented Feb 11, 2023

im allgemeine sollte in den [...]/urls.py von from django.urls import * auf from django.urls import re_path[, ...] umgestellt werden

Auf lange Sich sollte man evtll auf path umstellen. Ich denke das ist ein eigener PR wert.

@bunnybot bunnybot changed the title Django 42 WIP: Django 42 Feb 3, 2024
@bunnybot bunnybot changed the title WIP: Django 42 Django 42 Feb 3, 2024
@bunnybot bunnybot changed the title Django 42 WIP: Django 42 Feb 3, 2024
@bunnybot bunnybot changed the title WIP: Django 42 Django 42 Feb 3, 2024
@bunnybot bunnybot changed the title Django 42 WIP: Django 42 Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants