From 47f4790ecf53e28bc055bc804e466a14ea4cb685 Mon Sep 17 00:00:00 2001 From: Andrew Dunai Date: Fri, 28 Oct 2016 18:42:06 +0300 Subject: [PATCH] Typos. --- setup.py | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/setup.py b/setup.py index bbbfdf0..ea7d5ff 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='django-searchable-select', - version='1.4', + version='1.4.1', description='django-searchable-select - a better and faster multiple selection widget with suggestions for Django', long_description="""django-searchable-select ======================== @@ -112,11 +112,10 @@ class TravelerAdmin(admin.ModelAdmin): - ``many`` must be ``True`` for ``ManyToManyField`` and ``False`` for ``ForeignKey``. -Example app │ +Example app =========== - │ -Just run the project from `example` directory, head to http://127.0.0.1:8000, login as ``admin``/``admin`` and try adding Cats! +Just run the project from `example` directory, head to http://127.0.0.1:8000, login as ``admin``/``admin`` and try adding Cats! Known issues ============