macaron
macaron copied to clipboard
0.4.0 Implemented Issues
This is draft for 0.4.0.
0.4.0
- Class properties of Model
- _unique_together -- UNIQUE clause in table definition
- _ordering -- Default ordering
- ManyToMany support
- ManyToManyField class
- LIMIT, OFFSET support
- SerialKeyField for primary key
- Object method of Model
- select_from()
- NotNull and Like class
- NOT NULL and LIKE clause support
TODO
- GROUP BY clause
- Deep selection support
- Member.select(team__name__like="Foo%")