Skip to content

Commit

Permalink
Updated release number to 0.2.0 and fixed up README.
Browse files Browse the repository at this point in the history
  • Loading branch information
rory-geoghegan-ecometrica committed Apr 18, 2014
1 parent a8d15e1 commit 2fa240f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 3 deletions.
25 changes: 23 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ be the string translated into the appropriate language::
>>> i.name
u'Laitue'
=========
Et cetera
=========

Expand Down Expand Up @@ -62,4 +61,26 @@ to the database. For example:
u'Chou'
>>> i.save()
>>> Ingredient.objects.get(name='Cabbage').name
u'Chou'
u'Chou'

Help! The Admin is messing up all the vinaigrette fields whenever I save changes!
---------------------------------------------------------------------------------

Use `vinaigrette.VinaigrettteAdminLanguageMiddleware` to force the admin to
always use the main language, and not have vinaigrette mess with your
change views.

=============
Release Notes
=============

0.1.3
-----

* Support for Django 1.6.

0.2.0
-----

* New VinaigrettteAdminLanguageMiddleware middleware.
* Bug fix for the --all option, it now works again.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name = "django-vinaigrette",
version = "0.1.3",
version = "0.2.0",
packages = find_packages(),
description = description,
author = "Ecometrica",
Expand Down

0 comments on commit 2fa240f

Please sign in to comment.