Skip to content

Commit

Permalink
link fixes [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
maxtepkeev committed Apr 5, 2015
1 parent 42e458a commit 143e800
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,11 @@ Changelog
All functionality is now provided by an ``architect.install`` decorator which dynamically injects
requested feature, e.g. partition, into a model under the ``architect`` namespace, e.g.
``model.architect.partition``. No more mixins, inheritance and nested classes with settings that
pollute model's namespace. More information is available in the :doc:`docs </features/index>`
pollute model's namespace. More information is available in the `docs <http://architect.readthedocs.org
/features/index.html>`__
- Added: New ``operation`` feature which provide an abstraction layer to execute raw SQL statements
which will work with any supported ORM, see :doc:`docs </features/operation>`
which will work with any supported ORM, see `docs <http://architect.readthedocs.org/features/
operation.html>`__
- Fixed: `Issue #8 <https://github.com/maxtepkeev/architect/issues/8>`__ (``cannot import name
string_literal`` error with PonyORM and PyMySQL if ``pymysql.install_as_MySQLdb()`` was used)
- Fixed: `Issue #7 <https://github.com/maxtepkeev/architect/pull/7>`__ (SQLite dummy backend was
Expand Down

0 comments on commit 143e800

Please sign in to comment.