Skip to content

Commit

Permalink
Fixing issue with Grappelli and JQUERY_UI not used altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
omji committed Sep 20, 2016
1 parent 813bc71 commit 64e4c06
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
language: python
python:
- "2.7"
- "3.4"
- "3.5"
env:
- DJANGO=1.5
- DJANGO=1.7
- DJANGO=1.8.3
- DJANGO=1.9
- DJANGO=1.10
install:
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

setup(
name='django-tabbed-admin',
version='1.0.0',
version='1.0.1',
author='Guillaume Pousseo',
author_email='[email protected]',
description='Easily add tabs to django admin forms.',
Expand All @@ -34,6 +34,6 @@
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
],
)

0 comments on commit 64e4c06

Please sign in to comment.