Skip to content

Commit edb49a8

Browse files
authored
Merge pull request #5 from salesforce/chore/fix-changelog
docs: Fix bad link in CHANGELOG
2 parents 0af5ef2 + 0d7faa9 commit edb49a8

File tree

2 files changed

+9
-6
lines changed

2 files changed

+9
-6
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [1.0.2] - 2024-02-05
8-
- [PR 2](https://github.com/salesforce/django-request-queue-timeout/pull/2) Update publish-release.yml
8+
- [PR 4](https://github.com/salesforce/django-request-queue-timeout/pull/4) Update publish-release.yml
99

1010
## [1.0.1] - 2024-02-05
1111
- [PR 1](https://github.com/salesforce/django-request-queue-timeout/pull/1) Set up Dependabot, PR checks, and a CHANGELOG

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,21 @@ This is useful in environments like Heroku, where traffic spikes can result in r
66

77
## Requirements
88

9-
* Python >= 3.6
10-
* Django >= 2.2
9+
Recent versions of Python and Django. See `pyproject.toml` for exact versions.
1110

1211
## Installation
1312

1413
Install from git
1514

16-
pip install git+<git address>#egg=django-request-queue-timeout
15+
```sh
16+
pip install git+<git address>#egg=django-request-queue-timeout
17+
```
1718

18-
Install from [PyPI](https://pypi.org/)
19+
Install from [PyPI](https://pypi.org/project/django-request-queue-timeout/)
1920

20-
pip install django-request-queue-timeout # Not yet published to PyPI
21+
```sh
22+
pip install django-request-queue-timeout
23+
```
2124

2225
Add to `MIDDLEWARE` list in settings file as the first item:
2326

0 commit comments

Comments
 (0)