From 342c98fa0cc312de1528b60f29d6fe1f3a32bfdd Mon Sep 17 00:00:00 2001 From: Vinta Date: Wed, 7 Oct 2015 13:43:39 +0800 Subject: [PATCH] reordering --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa373c7b..44bc8795 100644 --- a/README.md +++ b/README.md @@ -685,8 +685,8 @@ A curated list of awesome Python frameworks, libraries and software. Inspired by * [django-bootstrap3](https://github.com/dyve/django-bootstrap3) - Bootstrap 3 integration with Django. * [django-crispy-forms](http://django-crispy-forms.readthedocs.org/) - A Django app which lets you create beautiful forms in a very elegant and DRY way. * [django-remote-forms](https://github.com/WiserTogether/django-remote-forms) - A platform independent Django form serializer. -* [WTForms-JSON](http://wtforms-json.readthedocs.org/) - A WTForms extension for JSON data handling. * [WTForms](http://wtforms.readthedocs.org/) - A flexible forms validation and rendering library. +* [WTForms-JSON](http://wtforms-json.readthedocs.org/) - A WTForms extension for JSON data handling. ## Data Validation