-
Notifications
You must be signed in to change notification settings - Fork 248
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding example app into the distro, outside of the package folder
- Loading branch information
1 parent
25699e2
commit 2001978
Showing
3 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,2 @@ | ||
recursive-include ajax_select *.css *.py *.gif *.html *.txt *.js *.md | ||
recursive-include ajax_select *.css *.py *.gif *.html *.txt *.js *.md | ||
recursive-include example *.py *.sh *.txt |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
from distutils.core import setup | ||
|
||
setup(name='django-ajax-selects', | ||
version='1.2', | ||
version='1.2.1', | ||
description='jQuery-powered auto-complete fields for editing ForeignKey, ManyToManyField and CharField', | ||
author='crucialfelix', | ||
author_email='[email protected]', | ||
|