autumn
autumn copied to clipboard
Autumn ORM
add `get_or_create` in `Model`. add `distinct` in `Query`.
Got 2 errors when install under python3. Could you change that to py3k syntax? byte-compiling /usr/local/lib/python3.1/dist-packages/autumn/db/query.py to query.pyc File "/usr/local/lib/python3.1/dist-packages/autumn/db/query.py", line 193 except BaseException, ex: ^ SyntaxError: invalid syntax byte-compiling...
A get_or_create method would be very useful.