Metadata-Version: 1.1
Name: django-andablog
Version: 1.4.2
Summary: A blog app that is only intended to be embedded within an existing Django site.
Home-page: https://github.com/WimpyAnalytics/django-andablog
Author: Ivan Ven Osdel
Author-email: ivan@wimpyanalytics.com
License: BSD
Download-URL: https://github.com/wimpyanalytics/django-andablog/tarball/1.4.2
Description: django-andablog
        ===============
        
        |Build Status|
        
        A minimal blog app for Django
        ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        
        Andablog is a blogging application for the `Django
        framework <http://djangoproject.com/>`__. Andablog comes with minimal
        dependencies, making it effortless to integrate to existing Django
        sites. It supports the latest Django and Python versions.
        
        -  `Full
           documentation <http://django-andablog.readthedocs.org/en/latest/>`__
        -  `Features <http://django-andablog.readthedocs.org/en/latest/#features>`__
        -  `Installation and
           usage <http://django-andablog.readthedocs.org/en/latest/install-usage.html>`__
        -  `Demo
           site <http://django-andablog.readthedocs.org/en/latest/demo-site.html>`__
        
        History
        ~~~~~~~
        
        What is the point of all this? When this project got started blogging
        apps for Django generally fell into one of these categories:
        
        1. A full CMS framework.
        2. A Django App but intended for blog-only sites.
        3. A Django App but intended for either a blog-only site (the default)
           or a site with a blog attached.
        
        Though all three of these categories had great projects to choose from
        any one of them could be frustrating to implement into (and maintain
        within) an existing site. Simply because the app was not directly and
        exclusively focused on the use case of a django site, and a blog (get
        it?).
        
        Andablog has a focus on integration-ease first and features second. So
        if the focus of your Django site is something else and you want to add a
        blog section to it you have come to the right place.
        
        .. |Build Status| image:: https://travis-ci.org/WimpyAnalytics/django-andablog.svg?branch=master
           :target: https://travis-ci.org/WimpyAnalytics/django-andablog
        
        
        
        
        History
        -------
        
        1.4.2 (2015-09-17)
        ------------------
        Fixed unicode support for models
         * Thanks Samuel Mendes for the report and fix.
        
        1.4.1 (2015-09-11)
        ------------------
        Fixed a missing migration bug
         * Thanks bradmontgomery for the report and fix.
         * CI tests now include a missing migration check.
        
        1.4.0 (2015-05-07)
        ------------------
        Support for Django 1.7.x - Django 1.8.x
         * Adds support for Django 1.8
         * Drops support for Django 1.6 and therefore south_migrations
        
        1.3.0 (2015-03-10)
        ------------------
        Authors are now able to see 'draft' (unpublished) versions of their blog entries.
        Upgraded taggit to address an issue that was locking us to an older Django 1.7 version.
        
        1.2.2 (2014-12-04)
        ------------------
        Fixed a bug where the Django 1.7.x migration for recent DB changes was somehow missed.
        
        1.2.1 (2014-12-02)
        ------------------
        The author is now selectable when editing entries in the admin.
         * The list is limited to superusers and anyone with an andablog Entry permission.
         * The initial value is the current user.
        
        1.1.1 (2014-12-02)
        ------------------
        Fixed a bug where the tags field was required in the admin.
        
        1.1.0 (2014-12-01)
        ------------------
        Blog entries can now have tags
         * The entry model now supports tags by way of the django-taggit package.
         * This affects the model only, there are no template examples or tags.
        
        1.0.0 (2014-11-20)
        ------------------
        **Backwards Incompatible with 0.1.0.**
        This release includes a rename of the django app package from djangoandablog to andablog to better follow
        community conventions. This of course is a very large breaking change, which is why the version is 1.0.
        As this is the second version and we have been out such a short time. My hope is that few if any people
        are using this app yet. If you are, please submit an issue on GitHub and I will try to help you migrate away.
        
        0.1.0 (2014-11-16)
        ------------------
        
        * First release on PyPI.
        
Keywords: django-andablog,blog,django,app,reusable app,andablog
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.7
Classifier: Framework :: Django :: 1.8
