The Error Tracker complementary test also passed fine on Noble: ❯ SERIES=noble; podman run --hostname $SERIES --name $SERIES -it --rm -v $(pwd):/error-tracker --network host ubuntu:$SERIES root@noble:/# apt-get -qq update DEBIAN_FRONTEND=noninteractive apt-get install -qqy lsb-release wget jq python3 python3-django python3-amqp python3-bson python3-cassandra python3-swiftclient python3-numpy python3-distro-info python3-apt python3-httplib2 python3-lazr.restfulclient >/dev/null 2>&1 echo "deb http://archive.ubuntu.com/ubuntu/ $(lsb_release -cs)-proposed restricted main multiverse universe" >/etc/apt/sources.list.d/ubuntu-$(lsb_release -cs)-proposed.list apt-get -qq update apt-get install -t $(lsb_release -cs)-proposed -qqy python3-django-tastypie >/dev/null dpkg-query -W python3-django-tastypie debconf: delaying package configuration, since apt-utils is not installed python3-django-tastypie 0.15.1-1~24.04.2 root@noble:/# cd /error-tracker/src/errors/ root@noble:/error-tracker/src/errors# export PYTHONPATH=$(realpath ..) root@noble:/error-tracker/src/errors# ./manage.py runserver & [1] 5108 root@noble:/error-tracker/src/errors# Performing system checks...
System check identified no issues (0 silenced). January 22, 2026 - 08:02:41 Django version 4.2.11, using settings 'errors.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C. ^M root@noble:/error-tracker/src/errors# root@noble:/error-tracker/src/errors# wget -O - "http://127.0.0.1:8000/api/1.0/average-crashes/?format=json" | jq --2026-01-22 14:02:57-- http://127.0.0.1:8000/api/1.0/average-crashes/?format=json Connecting to 127.0.0.1:8000... connected. HTTP request sent, awaiting response... timing: whoopsie-daisy.errors: args=('errors.api.resources.average-crashes.200', 0.013128280639648438) | kwargs={} 200 OK Length: unspecified [application/json] Saving to: 'STDOUT' - [ <=> ] 130 --.-KB/s in 0s 2026-01-22 14:02:57 (15.3 MB/s) - written to stdout [130] { "meta": { "limit": 7, "next": null, "offset": 0, "previous": null, "total_count": 0 }, "objects": [] } root@noble:/error-tracker/src/errors# -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/2136109 Title: [SRU] django-tastypie: tastypie is completely broken against Django 4+ To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/django-tastypie/+bug/2136109/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
