Merge branch 'master' into feature/hostingpackages
* master: load Font Mfizz in base template head add userdb template tags add Font Mfizz from http://mfizz.com/oss/font-mfizz merged docs/changelog.rst
This commit is contained in:
commit
30aa09c0af
12 changed files with 1736 additions and 6 deletions
|
@ -5,6 +5,8 @@ Changelog
|
|||
* :feature:`-` implement new hostingpackages app to provide hosting package
|
||||
templates, hosting options and customer hosting packages as well as customer
|
||||
specific hosting package options
|
||||
* :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
|
||||
|
|
|
@ -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