add userdb template tags
- add changelog entry - add generated documentation for userdbs.templatetags.userdb - add userdb template tags db_type_icon_class and db_type_name - remove empty userdbs.views
This commit is contained in:
parent
56675f6c4d
commit
4c8b173e95
6 changed files with 74 additions and 6 deletions
|
@ -1,6 +1,9 @@
|
|||
Changelog
|
||||
=========
|
||||
|
||||
* :feature:`-` add template tags for database icons and human readable names in
|
||||
:py:mod:`userdbs.templatetags.userdb`
|
||||
|
||||
* :release:`0.5.2 <2015-01-18>`
|
||||
* :bug:`-` define proper allauth production settings with https and mandatory
|
||||
email verification
|
||||
|
|
|
@ -23,8 +23,14 @@
|
|||
.. automodule:: userdbs.models
|
||||
:members:
|
||||
|
||||
:py:mod:`templatetags <userdbs.templatetags>`
|
||||
---------------------------------------------
|
||||
|
||||
:py:mod:`views <userdbs.views>`
|
||||
-------------------------------
|
||||
.. automodule:: userdbs.templatetags
|
||||
|
||||
.. automodule:: userdbs.views
|
||||
|
||||
:py:mod:`userdb <userdbs.templatetags.userdb>`
|
||||
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
.. automodule:: userdbs.templatetags.userdb
|
||||
:members:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue