python-stdnet v0.5.4 Release Notes

Release Date: 2011-05-18 // almost 13 years ago
    • ๐Ÿš€ Another bug fixing release with a couple of new functionalities and a new contrib application.
    • ๐Ÿ›  Fixed a filtering problem when performing exclude on unique fields.
    • ๐Ÿ”จ Refactored registration utilities.
    • โž• Added :func:stdnet.odm.test_unique for testing uniqueness.
    • โœ‚ Removed tagging from :mod:contrib and included in the :mod:contrib.searchengine. The search engine application has been refactored so that it can perform a fast, fuzzy, full text index using Redis.
    • ๐Ÿ’พ Added pre_save and post_save signals.
    • โœ‚ Added pre_delete and post_delete signals.
    • ๐Ÿ› Bug fix on disptach module which was failing when using python 3.
    • โœ… Several more tests.
    • โœ… 218 regression tests with 73% coverage.