The Basics
A project to create SQLAlchemy mapping of Django models onto a SQLAlchemy backend.
Project Home – http://code.google.com/p/django-sqlalchemy/Grab the Repository – svn checkout http://django-sqlalchemy.googlecode.com/svn/trunk/
Recent Commits
-
56 was committed 5 months ago.
Merge of all recent code from github.
-
55 was committed 5 months ago.
For some reason it didn’t add my comments
-
54 was committed 5 months ago.
Fixed syncdb as I just broked it ;)
-
53 was committed 5 months ago.
Moved around engine, session and metadata creation to clean things up and make then a bit more logical. There is one very odd bug preventing django_sqlalchemy to provide a better interface to the engine, session and metadata. Ask me about it ;)
-
52 was committed 5 months ago.
Removed a TODO fixed in a previous commit.
-
51 was committed 5 months ago.
Closes Issue #1 — ./manage.py sql now honors the passed in apps.
-
50 was committed 5 months ago.
Removed some pyc files.
-
49 was committed 5 months ago.
Fixed sql and syncdb commands to work.
-
48 was committed 5 months ago.
Added in the ForeignKey related class. Not complete.
-
47 was committed 5 months ago.
cleaned up some properties in the fields that don’t need to be there. Cleared out the related file and got it ready for related field mapping.