Skip to content

Commit

Permalink
Typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
and3rson committed Oct 28, 2016
1 parent a1caf8a commit 47f4790
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
========================
Expand Down Expand Up @@ -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
============
Expand Down

0 comments on commit 47f4790

Please sign in to comment.