Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Instruction to install django-simple-history before exectuing runtests.py is missing #1294

Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs(CHANGES.rst): Changelog added #1293
muneeb706 committed Jan 15, 2024
commit e4c68e2a44eb0024616d14de1b923b2e6b9573e7
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ Unreleased
- Added temporary requirement on ``asgiref>=3.6`` while the minimum required Django
version is lower than 4.2 (gh-1261)
- Small performance optimization of the ``clean-duplicate_history`` command (gh-1015)
- Added ``pip install django-simple-history`` command in the Testing section of CONTRIBUTING.rs (gh-1293)
- Added ``pip install django-simple-history`` command in the Testing section of CONTRIBUTING.rst (gh-1293)

3.4.0 (2023-08-18)
------------------