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 Changelog
========= =========
0.5.1
-----
* Fix typo
0.5 0.5
--- ---
* Update spanish translations * Update spanish translations
* 8b23a92 multipart/form-data by default * multipart/form-data by default
* bf3cf6f New templatetag for pagination * New templatetag for pagination
0.4 0.4
--- ---

View File

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

View File

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