We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9104cc commit 916c092Copy full SHA for 916c092
CHANGES.md
@@ -1,6 +1,12 @@
1
Changelog
2
=========
3
4
+0.0.4 (Dec 14th 2015)
5
+
6
+### Small Fix for Django 1.9
7
8
+- Updated the router to accept the `model` hint in addition to already accepting the `model_name` hint.
9
10
0.0.3 (Nov 23rd 2015)
11
12
### Small Fix
setup.py
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
-version = '0.0.3'
+version = '0.0.4'
setup(
0 commit comments