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