Skip to content

Commit

Permalink
Remove use of django-user-accounts templatetag
Browse files Browse the repository at this point in the history
Update major version for backward incompatible change
  • Loading branch information
grahamu committed Mar 17, 2018
1 parent b0ce766 commit 20fab65
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,10 @@ or customize the template code.

## Change Log

### 2.0.0

* Remove django-user-accounts template tags from pinax-documents templates **Backward incompatible, requires pinax-documents>=1.0.2+**

### 1.0.4

* Add pinax-calendars templates
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load account_tags pinax_documents_tags %}
{% load pinax_documents_tags %}

<div class="member-table-container">
<h3>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
{% block body_class %}{{ block.super }} pinax-documents-folder-share{% endblock %}

{% load bootstrap %}
{% load account_tags %}
{% load pinax_documents_tags %}

{% block head_title %}Share folder{% endblock %}

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import find_packages, setup

VERSION = "1.0.4"
VERSION = "2.0.0"
LONG_DESCRIPTION = """
.. image:: http://pinaxproject.com/pinax-design/patches/pinax-templates.svg
:target: https://pypi.python.org/pypi/pinax-templates/
Expand Down

0 comments on commit 20fab65

Please sign in to comment.