autumn icon indicating copy to clipboard operation
autumn copied to clipboard

Autumn ORM

Results 3 autumn issues
Sort by recently updated
recently updated
newest added

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.