Announcing Django Evolution!

2 views
Skip to first unread message

Russell Keith-Magee

unread,
Nov 13, 2007, 2:08:29 AM11/13/07
to Django Users, django-e...@googlegroups.com
Announcing Django Evolution!
============================

http://code.google.com/p/django-evolution/

Django Evolution is schema evolution application for Django - that is,
a Django application that helps you to update your database schema
when you make changes to your Django models.

Django Evolution is a work in progress - the aim of this announcement
is to show to the world what we have built, and to solicit feedback.

The following is a list of the model changes that should be working:

* Addition of simple fields (e.g., a new CharField) with ``null=True``.
* Addition of Many To Many Fields
* Deletion of most fields (of any type)
* Renaming of a field. Renames won't ever appear in a hinted evolution,
but they can be manually added as a replacement for the Add+Delete pair
that a hinted evolution will provide.

Primary development for Django Evolution has used the Psycopg1
interface to PostgreSQL. As a result, this is the most stable database
interface. A Psycopg2 PostgreSQL backend also exists, and should work
without difficulty. The MySQL backend works for most mutations, with
some exceptions. An SQLite backend is in development.

The project is hosted on Google Code:

http://code.google.com/p/django-evolution/

If you would like to know how to use Django Evolution, check out the
tutorial and the FAQ:

http://django-evolution.googlecode.com/svn/trunk/docs/evolution.txt
http://django-evolution.googlecode.com/svn/trunk/docs/faq.txt

If you have any feedback, let us know on the mailing list:

http://groups.google.com/group/django-evolution

Happy Evolving!

Ben Khoo and Russ Magee %-)

SmileyChris

unread,
Nov 13, 2007, 1:19:19 PM11/13/07
to Django users
On Nov 13, 8:08 pm, "Russell Keith-Magee" <freakboy3...@gmail.com>
wrote:

> Announcing Django Evolution!
> ============================
>
> http://code.google.com/p/django-evolution/

Good job, Russ and Ben!

The project gets the smiley seal of approval :)

Nicolás Miyasato

unread,
Nov 13, 2007, 5:16:33 PM11/13/07
to Django users
On Nov 13, 4:08 am, "Russell Keith-Magee" <freakboy3...@gmail.com>
wrote:

> Announcing Django Evolution!
> ============================
>
> http://code.google.com/p/django-evolution/

Good job!

I hope the best for the project.

--
Nicolás Miyasato

Reply all
Reply to author
Forward
0 new messages