Skip to content

Commit

Permalink
- bump django version
Browse files Browse the repository at this point in the history
  • Loading branch information
kunitoki committed May 27, 2015
1 parent 5ee0fbc commit c14802c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 13 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -6,7 +6,8 @@ python:
- 3.4
env:
- DJANGO=1.6.11
- DJANGO=1.7.7
- DJANGO=1.7.8
- DJANGO=1.8.2
before_install:
- export DJANGO_SETTINGS_MODULE=formaldehyde.tests.settings
install:
Expand Down
24 changes: 12 additions & 12 deletions README.rst
Expand Up @@ -9,36 +9,36 @@ Django forms at warp speed
Django Formaldehyde is a small reusable unobtrusive `Django <http://www.djangoproject.com>`_
app that leverage forms.

.. |travis| image:: https://travis-ci.org/kunitoki/django-formaldehyde.png?branch=master
.. |pypi| image:: https://img.shields.io/pypi/v/django-formaldehyde.svg
:alt: Pypi latest version
:target: https://pypi.python.org/pypi/django-formaldehyde/

.. |travis| image:: https://img.shields.io/travis/kunitoki/django-formaldehyde.svg
:alt: Build Status - master branch
:target: https://travis-ci.org/kunitoki/django-formaldehyde

.. |coveralls| image:: https://coveralls.io/repos/kunitoki/django-formaldehyde/badge.png?branch=master
.. |coveralls| image:: https://img.shields.io/coveralls/kunitoki/django-formaldehyde.svg
:alt: Source code coverage - master branch
:target: https://coveralls.io/r/kunitoki/django-formaldehyde

.. |pythonversions| image:: https://pypip.in/py_versions/django-formaldehyde/badge.png
.. |requirements| image:: https://img.shields.io/requires/github/kunitoki/django-formaldehyde.svg
:alt: Python requirements
:target: https://pypi.python.org/pypi/django-formaldehyde/
:alt: Supported Python versions

.. |pypi| image:: https://pypip.in/v/django-formaldehyde/badge.png
:alt: Pypi latest version
:target: https://pypi.python.org/pypi/django-formaldehyde/

.. |downloads| image:: https://pypip.in/d/django-formaldehyde/badge.png
.. |downloads| image:: https://img.shields.io/pypi/dm/django-formaldehyde.svg
:alt: Pypi downloads
:target: https://pypi.python.org/pypi/django-formaldehyde/

.. |license| image:: https://pypip.in/license/django-formaldehyde/badge.png
.. |license| image:: https://img.shields.io/pypi/l/django-formaldehyde.svg
:target: https://pypi.python.org/pypi/django-formaldehyde/
:alt: License

|pypi| |travis| |coveralls| |downloads| |pythonversions| |license|
|pypi| |travis| |coveralls| |requirements| |downloads| |license|

* Home page: https://github.com/kunitoki/django-formaldehyde
* Documentation: http://django-formaldehyde.readthedocs.org
* Pypi: https://pypi.python.org/pypi/django-formaldehyde
* Example app on Github: https://github.com/kunitoki/django-formaldehyde/example
* Changelog: `Changelog.rst <https://github.com/kunitoki/django-formaldehyde/blob/master/CHANGELOG.rst>`_
* License: `The MIT License (MIT) <http://opensource.org/licenses/MIT>`_
* Supports: Django 1.6, 1.7 - Python 2.7, 3.2, 3.3, 3.4
* Supports: Django 1.6, 1.7, 1.8 - Python 2.7, 3.2, 3.3, 3.4

0 comments on commit c14802c

Please sign in to comment.