Release version 0.2
With this release QuerySets
are being introduced. They offer the possibility to chain complex queries, without stressing the database. Object creation is drilled down to a new minimum resulting in faster response times. The objects()
method has now replaced all older methods for data retrieval. This method returns a QuerySet
instance, that can handle all of the old queries more efficiently.
Changelog