Skip to content

Commit

Permalink
单元测试
Browse files Browse the repository at this point in the history
  • Loading branch information
007gzs committed Mar 13, 2024
1 parent fb4ea6e commit c7a72f5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
python-version: ["3.10", "3.11", "3.12"]
python-version: ["3.10"] #, "3.11", "3.12"]
django-version: [django-3.2, django-4.2, django-5.0, django-pre, django-main]
include:
- python-version: "3.6"
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Changelog
================

Version 1.3.0
Version 1.2.10
------------------
+ Django 4.0 删除 `request.get_raw_uri()`, 使用 `request.build_absolute_uri()` 替代

Expand Down

0 comments on commit c7a72f5

Please sign in to comment.