Muneeb Shahid
Muneeb Shahid
- Used quote method to convert a primary key value into a string that can be used in a URL for a history view. - Used unquote method to convert...
**Describe the bug** In the [CONTRIBUTING.rst](https://github.com/jazzband/django-simple-history/blob/master/CONTRIBUTING.rst) file under the Testing section, the instruction to install django-simple-history before running` python runtests.py` command is missing. Without this step, **importlib.metadata.PackageNotFoundError: No package metadata...
# Submitting Pull Requests ## General - [x] Make sure you use [semantic commit messages](https://seesparkbox.com/foundry/semantic_commit_messages). Examples: `"fix(google): Fixed foobar bug"`, `"feat(accounts): Added foobar feature"`. - [x] All Python code must...