Changelog History
Page 3
-
v0.4.0 Changes
November 11, 2010- Development status set to
beta. - This version is incompatible with previous versions.
- 📚 Documentation hosted at github.
- ➕ Added new
contribmoduledjstdnetwhich usesdjpcms_ content management system to display an admin interface for a :class:stdnet.odm.StdModel. Experimental for now. ➕ Added :class:
stdnet.CacheClasswhich can be used as django_ cache backend. For example, using redis database 11 as cache is obtained by::CACHE_BACKEND = 'stdnet://127.0.0.1:6379/?type=redis&db=11&timeout=300'
🔨 Overall refactoring of :mod:
stdnet.odmand :mod:stdnet.backendsmodules.Lazy loading of models via the :mod:
stdnet.dispatchmodule.➕ Added :mod:
stdnet.dispatchmodule from django_.➕ Added :class:
stdnet.odm.AtomFieldsubclasses.Before adding elements to a :class:
stdnet.odm.MultiFieldthe object needs to be saved, i.e. it needs to have a valid id.Made clear that :class:
stdnet.odm.StdModelclasses are mapped to :class:stdnet.HashTablestructures in a :class:stdnet.BackendDataServer.🚚 Moved
structuresmodule intobackendsdirectory. Internal reorganisation of several modules.➕ Added
app_labelattribute to :class:stdnet.odm.DataMetaClass.✅ 47 tests
- Development status set to
-
v0.3.3 Changes
September 13, 2010- If a model is not registered and the manager method is accessed, it raises
ModelNotRegistered - 📚 Changed the way tests are run. See documentation
redisset as requirements- ✅ 29 tests
- If a model is not registered and the manager method is accessed, it raises
-
v0.3.2 Changes
August 24, 2010- 🐛 Bug fixes
- 🛠 Fixed a bug on
odm.DateFieldwhenrequiredis set toFalse - 📚
Changelogincluded in documentation - ✅ 27 tests
-
v0.3.1 Changes
July 19, 2010- 🐛 Bug fixes
- ✅ 27 tests
-
v0.3.0 Changes
July 15, 2010- 🔨 Overall code refactoring.
- ➕ Added ListField and OrderedSetField with Redis implementation
StdModelraiseAttributErrorwhen method/attribute not available. Previously it returnedNoneStdModelraiseModelNotRegisteredwhen trying to save an instance of a non-registered model- ✅ 24 tests
-
v0.2.2 Changes
July 07, 2010RelatedManageris derived byManagerand therefore implements both all and filter methods- ✅ 10 tests
-
v0.2.0 Changes
June 21, 2010- 🚀 First official release in pre-alpha
Redisbackend- 🎉 Initial
ORMwithAtomField,DateFieldandForeignKey - ✅ 8 tests
.. _cython: http://cython.org/ .. _redis: http://redis.io/ .. _djpcms: http://djpcms.com .. _django: http://www.djangoproject.com/ 📦 .. _pulsar: http://packages.python.org/pulsar/ ✅ .. _nose: http://readthedocs.org/docs/nose/en/latest/ ✅ .. _unittest2: http://pypi.python.org/pypi/unittest2 .. _lua: http://www.lua.org/ ✅ .. _lunatest: https://github.com/silentbicycle/lunatest .. _mongodb: http://www.mongodb.org/