-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathCHANGES.txt
More file actions
53 lines (36 loc) · 1.75 KB
/
CHANGES.txt
File metadata and controls
53 lines (36 loc) · 1.75 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
0.9.0 (2026-04-24)
Modernization release — no changes to the public API.
Packaging:
- Migrated from setup.py to pyproject.toml (setuptools>=61)
- Bumped requires-python to >=3.10
- Dropped six dependency (Python 2 EOL since 2020)
- Replaced import mock with unittest.mock (stdlib)
- Updated classifiers: Python 3.10–3.14, Django 4.2/5.2/6.0
CI:
- Replaced Travis CI with GitHub Actions (.github/workflows/ci.yml)
- Matrix follows Django docs: one job per Python version, looping over
compatible Django versions (py3.10/3.11×dj4.2,5.2 | py3.12×dj4.2,5.2,6.0
| py3.13×dj5.2,6.0 | py3.14×dj5.2,6.0 experimental)
Quality:
- Replaced flake8 with ruff
- Modernized tox.ini: allowlist_externals, updated envlist and deps
- Fixed test fixtures to be Django-version-independent (controlled view
instead of Django admin login page)
- test_assertNoDiffSelector_non_ascii now self-cleans its fixture
- Removed orphaned test_response.py (belonged to another project)
- Removed brittle hardcoded 404 diff string from test_story
- Added DEFAULT_AUTO_FIELD to test settings, removed deprecated USE_L10N
0.8.0 Strip pound from urls, add FIXTURE_REWRITE
0.7.11 Support FIXTURE_REWRITE env var
0.7.6 Support redirects
0.7.5 Options to remove duplicate fixtures
0.7.4 Windows compat
0.7.1 Bugfix with selector filter and non-ascii
0.7.0 Selector to filter content to diff by @njoyard
0.6.0 New features were missing from 0.5.0
0.5.0 Added crawl feature
Changed fixture format, please regenerate to upgrade.
0.4.0 Added created paths in FixtureCreated exception
0.3.0 Test response.status_code, added ResponseDiffTestMixin
0.2.0 Broken release (actually, it's just plain 0.1.0!)
0.1.0 Autocreation of fixtures to test response.content