fix typo
This commit is contained in:
parent
38e05a87e3
commit
7e8aed511c
|
@ -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
|
||||||
---
|
---
|
||||||
|
|
|
@ -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">
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue