Merge branch 'dev' into 78-adding-tests
This commit is contained in:
@@ -1,4 +1,9 @@
|
||||
# Change Log
|
||||
## 2.9.0
|
||||
* Fix a typo,
|
||||
|
||||
Thanks to @jkirkcaldy
|
||||
|
||||
## 2.8.0
|
||||
* Support For Django 4.0+ JSONField
|
||||
* Removed jsonfield package from requirements
|
||||
|
||||
@@ -246,6 +246,7 @@ tox
|
||||
* [Spitfireap](https://github.com/Spitfireap)
|
||||
* [peterthomassen](https://github.com/peterthomassen)
|
||||
* [oussjarrousse](https://github.com/oussjarrousse)
|
||||
* [jkirkcaldy](https://github.com/jkirkcaldy)
|
||||
|
||||
|
||||
# Security contact information
|
||||
|
||||
@@ -116,7 +116,7 @@
|
||||
</tr>
|
||||
{% endif %}
|
||||
{% else %}
|
||||
<tr><td colspan="7" align="center">You didn't have any keys yet.</td> </tr>
|
||||
<tr><td colspan="7" align="center">You don't have any keys yet.</td> </tr>
|
||||
{% endif %}
|
||||
</table>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user