All Versions
27
Latest Version
Avg Release Cycle
49 days
Latest Release
4582 days ago

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 module djstdnet which uses djpcms_ 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 into backends directory. Internal reorganisation of several modules.

    • ➕ Added app_label attribute to :class:stdnet.odm.DataMetaClass.

    • 47 tests

  • 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
  • v0.3.2 Changes

    August 24, 2010
    • 🐛 Bug fixes
    • 🛠 Fixed a bug on odm.DateField when required is set to False
    • 📚 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 raise AttributError when method/attribute not available. Previously it returned None
    • StdModel raise ModelNotRegistered when trying to save an instance of a non-registered model
    • 24 tests
  • v0.2.2 Changes

    July 07, 2010
    • RelatedManager is derived by Manager 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 with AtomField, DateField and ForeignKey
    • 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/