Skip to content

Commit

Permalink
Fix another documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamu committed Nov 13, 2017
1 parent 833281e commit 090948a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
16 changes: 10 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ Add `pinax.notifications` to your `INSTALLED_APPS` setting:
)

Add `pinax.notifications.urls` to your project urlpatterns:
+
+ urlpatterns = [
+ ...
+ url(r"^notifications/", include("pinax.notifications.urls", namespace="pinax_notifications")),
+ ...
+ ]

urlpatterns = [
...
url(r"^notifications/", include("pinax.notifications.urls", namespace="pinax_notifications")),
...
]

## Usage

Expand Down Expand Up @@ -394,6 +394,10 @@ Then override the url:

_*BI*_ = backward incompatible change

### 4.1.2

* Fix another silly documentation error

### 4.1.1

* Fix installation documentation
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
description="User notification management for the Django web framework",
name="pinax-notifications",
long_description=LONG_DESCRIPTION,
version="4.1.1",
version="4.1.2",
url="http://github.com/pinax/pinax-notifications/",
license="MIT",
packages=find_packages(),
Expand Down

0 comments on commit 090948a

Please sign in to comment.