All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Pickling errors with related instances, e.g
book.author
- Logic to mark a request as finished - now it's based on the
request_finished
signal instead of using weakref finalizers
- Error with the query groups view when passed an invalid
request_id
- Ordering options in requests list view
form.as_div
usage since it was added in Django 4.1
- List annotations when using
Count
- passdistinct=True
to avoid duplicate rows
related_name
parameter fromQueryGroup
model to avoid migrations warnings
- Display latest query groups with an N + 1 situation in the dashboard
- Sorting and filtering options in listing views -
django-filter
is now a dependency - Custom representation of common objects
- Django 4.2 to the test matrix
- Updated dashboard and listing views design
- Updated Cython to 3.0.0b2
KeyError
in the query group view when a parent query comes from another request
- Ignore
runtests.py
files in tracebacks
AttributeError
when a queryset tracker is saved before Django finishes iterating over all of its related querysets
- CHANGELOG - thanks to @zerolab
- Catch errors raised in
PyFrame_GetVar