0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 23 hours ago.
May 01, 2023 — May 01, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
For some reason it didn't add my comments More... about 16 years ago
Added a bunch of commenting for the base class so when we come back in two days we actually might have an idea of what's going on. More... about 16 years ago
Merge commit 'adamg/master' More... about 16 years ago
Fixed syncdb as I just broked it ;) More... about 16 years 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 ;) More... about 16 years ago
Removed a TODO fixed in a previous commit. More... about 16 years ago
Closes Issue #1 -- ./manage.py sql now honors the passed in apps. More... about 16 years ago
Removed some pyc files. More... about 16 years ago
Fixed sql and syncdb commands to work. More... about 16 years ago
Complete the simplemodel.test. More... about 16 years ago
Added in the ForeignKey related class. Not complete. More... about 16 years 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. More... about 16 years ago
Add tests. All of simplemodel.test should be passing. More... about 16 years ago
Add tests. All of simplemodel.test should be passing. More... about 16 years ago
Finished mapping the declarative stuff and completely removed the elixir code base. Much nicer now. More... about 16 years ago
Added in new declarative stuff from sqlalchemy and ripped out the elixir code, most of it. Need to map columns and table name More... about 16 years ago
Fixed FilePathField arguments. More... about 16 years ago
Fixed FilePathField arguments. More... about 16 years ago
Finished mapping the declarative stuff and completely removed the elixir code base. Much nicer now. More... about 16 years ago
Merge branch 'declarative' of git://github.com/brosner/django-sqlalchemy into declarative More... about 16 years ago
Final SVN commit, yay for DVCS. More... about 16 years ago
Made runtests.py executable. More... about 16 years ago
Only .test files are interpreted as shell sessions. Other modules/files can be used for package testing. More... about 16 years ago
Added in new declarative stuff from sqlalchemy and ripped out the elixir code, most of it. Need to map columns and table name More... about 16 years ago
Added in new declarative stuff from sqlalchemy and ripped out the elixir code, most of it. Need to map columns and table name More... about 16 years ago
Add a new test file, whch still doesn't do much. More... about 16 years ago
Break some longlines so Google Code can show the diff. More... about 16 years ago
Get the test suite running, using doctestish stuff. More... about 16 years ago
Remove the non-test content inside of tests, add a run_tests script and default settings. Still need to fix database creation before tests can run. More... about 16 years ago
fixed up the query expression matching. Corrected problem with exclude. Added mappings for like types. More... about 16 years ago