-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update requirements and supported versions, bump version.
git-svn-id: https://projects.ninemoreminutes.com/svn/django-datatables/trunk@46 d7121a62-6ae3-45d9-917d-ff5cd7ed6f65
- Loading branch information
Showing
11 changed files
with
101 additions
and
62 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
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
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,4 +1,4 @@ | ||
__version__ = '0.2a0' | ||
__version__ = '0.2a1' | ||
|
||
from columns import * | ||
from datatable import * | ||
|
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
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
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,28 +1,28 @@ | ||
# MacOS with Python 2.6.6 from python.org may need to use tox==1.4.2 with | ||
# PIP Requirements File (for a development/build environment) | ||
# MacOS with Python 2.6.6 from python.org may need to use tox==1.4.2 with | ||
# virtualenv==1.8.2 and pip==1.2.1 instead. | ||
argparse==1.2.1 | ||
coverage==3.7 | ||
coverage==3.7.1 | ||
decorator==3.4.0 | ||
distribute==0.7.3 | ||
django-debug-toolbar==0.11.0 | ||
django-devserver==0.7.0 | ||
django-extensions==1.2.5 | ||
django-debug-toolbar==1.2.1 | ||
django-devserver==0.8.0 | ||
django-extensions==1.3.11 | ||
django-fortunecookie==0.1.5 | ||
django-setuptest==0.1.4 | ||
django-sortedm2m==0.6.0 | ||
Django==1.6 | ||
docutils==0.11 | ||
ipython==1.1.0 | ||
Jinja2==2.7.1 | ||
MarkupSafe==0.18 | ||
pep8==1.4.6 | ||
pip-tools==0.3.4 | ||
py==1.4.18 | ||
django-sortedm2m==0.8.0 | ||
Django==1.6.6 | ||
docutils==0.12 | ||
ipython==2.2.0 | ||
Jinja2==2.7.3 | ||
MarkupSafe==0.23 | ||
pep8==1.5.7 | ||
pip-tools==0.3.5 | ||
py==1.4.23 | ||
Pygments==1.6 | ||
six==1.4.1 | ||
South==0.8.4 | ||
Sphinx==1.2 | ||
sqlparse==0.1.10 | ||
tox==1.6.1 | ||
virtualenv==1.10.1 | ||
six==1.7.3 | ||
South==1.0 | ||
Sphinx==1.2.2 | ||
sqlparse==0.1.11 | ||
tox==1.7.1 | ||
virtualenv==1.11.6 |
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,12 +1,12 @@ | ||
# PIP Requirements File (for automated testing with Tox, excludes Django) | ||
argparse==1.2.1 | ||
coverage==3.7 | ||
coverage==3.7.1 | ||
decorator==3.4.0 | ||
distribute==0.7.3 | ||
django-debug-toolbar==0.11.0 | ||
django-devserver==0.7.0 | ||
django-extensions==1.2.5 | ||
django-debug-toolbar==1.2.1 | ||
django-devserver==0.8.0 | ||
django-extensions==1.3.11 | ||
django-fortunecookie==0.1.5 | ||
django-setuptest==0.1.4 | ||
django-sortedm2m==0.6.0 | ||
South==0.8.4 | ||
django-sortedm2m==0.8.0 | ||
South==1.0 |
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
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
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
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