Metadata-Version: 1.0
Name: cmsutils
Version: 0.5.7
Summary: Cmsutils for Django is a bundle of models and templates for Django projects in need of some Content Management System features.
Home-page: http://tracpub.yaco.es/cmsutils
Author: Yaco Sistemas S.L.
Author-email: msaelices@yaco.es
License: LGPL 3
Description: ===================
        cmsutils Django app
        ===================
        
        Description
        ===========
        
        Cmsutils for Django is a bundle of models and templates for Django projects in
        need of some Content Management System features.
        
        Usually, web applications have several common features like, breadcrumbs, ldap
        authentication, visual widgets, etc. Cmsutils project collects all these common
        features.
        
        Installation
        ============
        
        To install this application:
        
         #. Put it in a directory *cmsutils* inside your project.
        
         #. Include ``'cmsutils'`` in ``settings.INSTALLED_APPS``.
        
        Some features
        =============
        
        * Generic parameters from database.
        * Generic reusable forms based on newforms.
        * Generic views and templates for things like deleting objects.
        * Breadcrumb templatetag.
        * Messagebox.
        * Merging and compressing JS and CSS.
        * LDAP authentication.
        * Cache backends.
        * Other useful template filters and tags.
        
        
        Changes
        =======
        
        Version 0.5.7
        -------------
        
         * Avoid surround code by <p></p> tags when adding a tinymce template.
        
        Version 0.5.6
        -------------
        
        * Fixed readonly widgets with manytomany fields.
        
        Version 0.5.5
        -------------
        
        * Fixed ``backupdb`` command for Django >= 1.2
        
        Version 0.5.4
        -------------
        
        * Fixed ``load_production_db`` command for Django >= 1.2
        
        Version 0.5.3
        -------------
        
        * Implemented a ProfilingMiddleware, to do code profiling when ?profile is defined in URL.
        
        Version 0.5.2
        -------------
        
        * Included a ReadOnlyWidget.
        
        Version 0.5.1
        -------------
        
        * Fixed a bug related to JSONField form validation. See #210.
        
Keywords: django cms utils tools
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
