Skip to content
This repository has been archived by the owner on Jan 5, 2019. It is now read-only.

Commit

Permalink
prepare for release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jedie committed Aug 11, 2015
1 parent d4b82f6 commit 1f56d5b
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions README.creole
Expand Up @@ -36,19 +36,24 @@ Run specific tests, e.g.:

== Django compatibility

|= Version |= Tested with:
| v0.5.0 | django v1.6
| v0.4.5 | django v1.4
|= django-tools |= django version |= python |
| v0.6.0 | 1.6 - 1.8 | 2.7, 3,4 |
| v0.5.0 | <=1.6 | 2 only |
| v0.4.5 | <=1.4 | 2 only |

(version combination will be tested via travis-ci)

== history

* v0.6.0.dev - **not released yet**
* v0.6.0 - 11.08.2015 - [[https://github.com/jedie/django-dbpreferences/compare/v0.5.0...v0.6.0|compare v0.5.0...v0.6.0]]
** Bugfixes and compatibility with Python 2 and 3, Django 1.6-1.8
** **data_eval** rewrite using ast module
** **dbpreferences.fields.DictField** was renamed to **DictModelField**
* v0.5.0
* v0.5.0 - 12.02.2015 - [[https://github.com/jedie/django-dbpreferences/compare/v0.4.5...v0.5.0|compare v0.4.5...v0.5.0]]
** Changes for django 1.6 support
* v0.4.5
* v0.4.5 - 03.08.2012 - [[https://github.com/jedie/django-dbpreferences/compare/v0.4.4...v0.4.5|compare v0.4.4...v0.4.5]]
** Add cache for preferences access (used [[https://github.com/jedie/django-tools#local-sync-cache|LocalSyncCache from django-tools]] if installed)
* v0.4.4
* v0.4.4 - 03.08.2012 - [[https://github.com/jedie/django-dbpreferences/compare/v0.4.3...v0.4.4|compare v0.4.3...v0.4.4]]
** Add south support (if installed)
** tests can be run with {{{./setup.py test}}}
** add german translations
Expand Down Expand Up @@ -99,8 +104,9 @@ To do a pip upgrade in a virtual environment, run this:
{{{
(YourVirtualEnv)~/YourVirtualEnv/bin$ pip install --upgrade --verbose --editable=http://svn.github.com/jedie/django-dbpreferences.git#egg=django-dbpreferences
}}} If you have git write access, use this:
}}}

If you have git write access, use this:
{{{
(YourVirtualEnv)~/YourVirtualEnv/bin$ pip install --upgrade --verbose --editable=git+git@github.com:jedie/django-dbpreferences.git#egg=django-dbpreferences
}}}
Expand Down

0 comments on commit 1f56d5b

Please sign in to comment.