Skip to content

Commit

Permalink
release 0.14.5
Browse files Browse the repository at this point in the history
  • Loading branch information
specialunderwear committed Jul 19, 2011
1 parent 80dd81d commit 2ed7666
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
6 changes: 6 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
Release Notes
=============

v0.14.5
-------

Models decorated with :class:`~easymode.i18n.decorators.I18n` nolonger have problems deleting related models in
cascade mode.

v0.14.4
-------

Expand Down
3 changes: 1 addition & 2 deletions docs/i18n/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,7 @@ Use lazy foreign keys
---------------------

You should always use lazy foreign keys in combination with the
the :class:`~easymode.i18n.decorators.I18n` decorator. If you don't you might find
that cascading delete will not work one day. Also using lazy foreign keys helps
the :class:`~easymode.i18n.decorators.I18n` decorator. Lazy foreign keys helps
to avoid cyclic imports, to which class decorators are extra sensitive.

If for example you've got your models in a package instead of a module, you
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
release notes at http://packages.python.org/django-easymode/changes.html"""

version = '0.14.4'
version = '0.14.5'
packages = []
data_files = []

Expand Down

0 comments on commit 2ed7666

Please sign in to comment.