We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45080e9 commit ad3a905Copy full SHA for ad3a905
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Pending
+## 1.1.0 (2024-11-29)
4
5
* Shortened the name ``AssertModelQueriesContext`` to ``AssertModelQueries``.
6
pyproject.toml
@@ -5,7 +5,7 @@ requires = [ "hatchling" ]
[project]
7
name = "django-assert-model-queries"
8
-version = "1.0.2"
+version = "1.1.0"
9
description = "A Django test utility to assert the number of queries per model."
10
readme = "README.md"
11
keywords = [ "django", "pytest", "test" ]
0 commit comments