Skip to content

Releases: cdhigh/weedata

v0.2.2

10 Apr 00:22
Compare
Choose a tag to compare
  1. Delays connecting to the pymongo database until the first operation.
  2. The default Index property of TextField/BlobField/JSONField is set to False.

v0.2.0

07 Mar 23:35
Compare
Choose a tag to compare
  • v0.2.0
  1. Supports Redis
  2. Add a simple database implementation PickleDbClient
  3. Supports ForeignKeyField
  4. Add Model.replace() and Model.get_or_create() method
  5. Add Field.startswith() query
  6. [MongoDB/Redis] Auto create index when field with attr index=True or unique=True
  7. Fix DoesNotExist not found error

v0.1.0

06 Feb 23:00
Compare
Choose a tag to compare

Initial release