fix typo
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/tag Build is passing Details

This commit is contained in:
Ales (Shagi) Zabala Alava 2021-03-23 18:39:30 +01:00
parent 38e05a87e3
commit 7e8aed511c
3 changed files with 9 additions and 4 deletions

View File

@ -1,12 +1,17 @@
Changelog
=========
0.5.1
-----
* Fix typo
0.5
---
* Update spanish translations
* 8b23a92 multipart/form-data by default
* bf3cf6f New templatetag for pagination
* multipart/form-data by default
* New templatetag for pagination
0.4
---

View File

@ -1,5 +1,5 @@
{% load i18n %}
{% load custom_gas_tags %}
{% load gas_tags %}
{% if page %}
<nav class="pagination">

View File

@ -1,6 +1,6 @@
[metadata]
name = django-gas
version = 0.5
version = 0.5.1
description = An alternative to django admin
long_description = file: readme.md, changelog.md
long_description_content_type = text/markdown