Metadata-Version: 1.0
Name: Lemon
Version: 0.6.2
Summary: A collection of some must have Django apps
Home-page: https://github.com/trilan/lemon
Author: TriLan Co.
Author-email: lemon@trilandev.com
License: UNKNOWN
Description: Lemon
        =====
        
        Lemon is a collection of some must have Django apps (at least at our company):
        
        * ``lemon.metatags``: control meta tags (title, keywords, description) of every
          page;
        * ``lemon.sitemaps``: like ``django.cotrib.sitemaps``, but more powerful;
        * ``lemon.robots``: edit robots.txt from admin.
        * ``lemon.pages``: multilingual ``django.contrib.flatpages``.
        * ``lemon.publications``: some usefull tools to create publications-like apps
          faster (news, articles, etc.).
        
        Also Lemon has:
        
        * ``lemon.extradmin``: extended ``django.contrib.admin`` (in early development);
        * ``lemon.filebrowser``: fork of Patrick Kranzlmueller's ``django-filebrowser``;
        * ``lemon.dashboard``: dashboard for our admin (also in early development).
        
        If you like it, feel free to fork, send pull requests or report bugs and issues
        on github.
        
        
        History
        =======
        
        0.6.2
        -----
        
        * Fix sitemap.xml data format
        
        0.6.1
        -----
        
        * Update jQuery and jQuery UI in extradmin app
        * Update doctype in admin templates
        * Fix form tabs in extradmin app
        * Fix change form view in ModelAdmin from extradmin app
        * Fields from Publication models are added to admin change list through
          ``get_list_display`` method now
        * Admin markup widget and fields can be changed for request now
        * Update ModelAdmin code in extradmin app from Django 1.4
        
        0.6.0
        -----
        
        * Update required Django version to 1.4
        
        0.5.5
        -----
        
        * Fix sync_sitemap and sync_metatags commands
        
        0.5.4
        -----
        
        * Add SearchIndex for pages.Page
        
        0.5.3
        -----
        
        * Make inline admin class used in MetatagsSite cutomizable
        
        0.5.2
        -----
        
        * Update logos
        * Fix app titles in app dashboard widget
        
        0.5.1
        -----
        
        * Fix handling of the _db attribute on the PublicationManager in get_query_set
        * Fix robots.txt template
        
        0.5
        ---
        
        * First public release!
        
Platform: UNKNOWN
