- Fixed a bug where an integer was not allowed as a part of a slug.
0.4
------------------
- Added Danish translation. - Added better documentation. - Added unittests. - If you fetch a not existing "primary key" object the templatetag will fail silently if settings.TEMPLATE_DEBUG is False.
0.3.0
--------------------
- Added the *into* argument. You can now display any instance directly without creating and rendering a template.
0.2.1
--------------------
- You can now pass a context variable with a integer to fetch a specific object.
0.2.0
--------------------
- Added the ability to pass an integer as slug. This will cause that the templatetag fetches the specific *for* model with the primary key named in *slug*.
0.1.2
--------------------
- Switched from distutils to setuptools. Fixed whitespace.