Skip to content

Commit

Permalink
Make django-reversion option.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Aug 29, 2013
1 parent 328d030 commit 355930d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ Install Requires

- `django-crispy-forms`_ >=1.2.3 (For xadmin crispy forms)

- `django-reversion`_ (For object history and reversion feature, please select right version by your django, see `changelog`_ )
- `django-reversion`_ ([OPTION] For object history and reversion feature, please select right version by your django, see `changelog`_ )

- `xlwt`_ (For export xls files, option)
- `xlwt`_ ([OPTION] For export xls files)

.. _django: http://djangoproject.com
.. _django-crispy-forms: http://django-crispy-forms.rtfd.org
Expand Down
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
django>=1.4
xlwt
django-crispy-forms>=1.2.3
django-reversion
django-crispy-forms>=1.2.3
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@
'setuptools',
'django>=1.4',
'django-crispy-forms>=1.2.3',
'django-reversion',
],
extras_require={
'Excel': ['xlwt'],
'Reversion': ['django-reversion'],
},
zip_safe=True,
keywords=['admin', 'django', 'xadmin', 'bootstrap'],
Expand Down
1 change: 0 additions & 1 deletion xadmin/plugins/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
import quickform
import wizard
import images
#import xversion
import auth
import multiselect
import themes
Expand Down

0 comments on commit 355930d

Please sign in to comment.