Skip to content

Commit

Permalink
removing django-reversion as a dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeeney committed Apr 10, 2014
1 parent 37a796a commit 7ad8e30
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 39 deletions.
35 changes: 1 addition & 34 deletions LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -469,39 +469,6 @@ CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING
IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY
OF SUCH DAMAGE.

--------------------------------------------------------------------

The django-reversion dependency is distributed under the following license terms:

Copyright (c) 2009, David Hall.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

3. Neither the name of David Hall nor the names of its contributors may be
used to endorse or promote products derived from this software without
specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


--------------------------------------------------------------------

The OpenLayers dependency is distributed under the following license terms:
Expand Down Expand Up @@ -568,4 +535,4 @@ NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
1 change: 0 additions & 1 deletion NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ This software uses code from the following projects:
* django-pagination (http://django-pagination.googlecode.com/)
* django-piston (http://bitbucket.org/jespern/django-piston/wiki/Home)
* django-registration (https://bitbucket.org/ubernostrum/django-registration)
* django-reversion (http://code.google.com/p/django-reversion/)
* django-robots (http://bitbucket.org/jezdez/django-robots/)
* django-sekizai (https://github.com/ojii/django-sekizai)
* django-sorting (http://github.com/directeur/django-sorting/tree/master)
Expand Down
1 change: 0 additions & 1 deletion docs/ecosystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ Third-party Apps
* mptt
* menus
* sekizai
* reversion
* cms.plugins.text
* cms.plugins.picture
* cms.plugins.link
Expand Down
1 change: 0 additions & 1 deletion requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ django-uni-form==0.8.0
httplib2==0.7.6

#django-cms depends on the following
django-reversion==1.6.5
django-classy-tags==0.3.4.1
elementtree==1.2.7-20070827-preview
django-sekizai==0.6.1
Expand Down
2 changes: 0 additions & 2 deletions viewshare/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@
'django.contrib.auth.middleware.AuthenticationMiddleware',
'pagination.middleware.PaginationMiddleware',
'django.middleware.transaction.TransactionMiddleware',
#'reversion.middleware.RevisionMiddleware',
'cms.middleware.page.CurrentPageMiddleware',
'cms.middleware.user.CurrentUserMiddleware',
'cms.middleware.toolbar.ToolbarMiddleware',
Expand Down Expand Up @@ -134,7 +133,6 @@
'mptt',
'menus',
'sekizai',
'reversion',
'cms.plugins.text',
'cms.plugins.picture',
'cms.plugins.link',
Expand Down

0 comments on commit 7ad8e30

Please sign in to comment.