macaron icon indicating copy to clipboard operation
macaron copied to clipboard

0.4.0 Implemented Issues

Open nobrin opened this issue 10 years ago • 1 comments

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

nobrin avatar Jul 23 '14 13:07 nobrin

  • Deep selection support
    • Member.select(team__name__like="Foo%")

nobrin avatar Dec 07 '14 13:12 nobrin