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
contrib
moduledjstdnet
which usesdjpcms
_ content management system to display an admin interface for a :class:stdnet.odm.StdModel
. Experimental for now. โ Added :class:
stdnet.CacheClass
which 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.odm
and :mod:stdnet.backends
modules.Lazy loading of models via the :mod:
stdnet.dispatch
module.โ Added :mod:
stdnet.dispatch
module from django_.โ Added :class:
stdnet.odm.AtomField
subclasses.Before adding elements to a :class:
stdnet.odm.MultiField
the object needs to be saved, i.e. it needs to have a valid id.Made clear that :class:
stdnet.odm.StdModel
classes are mapped to :class:stdnet.HashTable
structures in a :class:stdnet.BackendDataServer
.๐ Moved
structures
module intobackends
directory. Internal reorganisation of several modules.โ Added
app_label
attribute 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
redis
set 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.DateField
whenrequired
is set toFalse
- ๐
Changelog
included 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
StdModel
raiseAttributError
when method/attribute not available. Previously it returnedNone
StdModel
raiseModelNotRegistered
when trying to save an instance of a non-registered model- โ 24 tests
-
v0.2.2 Changes
July 07, 2010RelatedManager
is derived byManager
and therefore implements both all and filter methods- โ 10 tests
-
v0.2.0 Changes
June 21, 2010- ๐ First official release in pre-alpha
Redis
backend- ๐ Initial
ORM
withAtomField
,DateField
andForeignKey
- โ 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/