Skip to content

Commit

Permalink
updating documentation after the split
Browse files Browse the repository at this point in the history
  • Loading branch information
Fantomas42 committed Aug 8, 2012
1 parent 93fd080 commit b97b535
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 8 deletions.
11 changes: 11 additions & 0 deletions docs/notes/changelog.rst
@@ -1,6 +1,17 @@
CHANGELOG
=========

0.12.dev
--------

* Updating ``helloworld.json`` fixture
* Fix issues with authors in ``wp2zinnia``
* Models has been splitted into differents modules

.. warning::
If you are upgrading from a previous version of Zinnia with
extensions, you needs to update your imports of the models.

0.11.2
------

Expand Down
36 changes: 36 additions & 0 deletions docs/ref/api/zinnia.models.rst
@@ -0,0 +1,36 @@
models Package
==============

:mod:`models` Package
---------------------

.. automodule:: zinnia.models
:members:
:undoc-members:
:show-inheritance:

:mod:`author` Module
--------------------

.. automodule:: zinnia.models.author
:members:
:undoc-members:
:show-inheritance:

:mod:`category` Module
----------------------

.. automodule:: zinnia.models.category
:members:
:undoc-members:
:show-inheritance:

:mod:`entry` Module
-------------------

.. automodule:: zinnia.models.entry
:members:
:undoc-members:
:show-inheritance:


9 changes: 1 addition & 8 deletions docs/ref/api/zinnia.rst
Expand Up @@ -43,14 +43,6 @@ Zinnia API
:undoc-members:
:show-inheritance:

:mod:`models` Module
--------------------

.. automodule:: zinnia.models
:members:
:undoc-members:
:show-inheritance:

:mod:`moderator` Module
-----------------------

Expand Down Expand Up @@ -97,6 +89,7 @@ Subpackages
.. toctree::

zinnia.admin
zinnia.models
zinnia.spam_checker
zinnia.templatetags
zinnia.url_shortener
Expand Down

0 comments on commit b97b535

Please sign in to comment.