March 5th, 2013· Make jmbo_publish command timezone-aware, ensuring that it works with old, naive timestamps.
February 27th, 2013· Restore crop from field to a more prominent position.
February 8th, 2013· Simplify the change form. Move advanced fields into their own section.
January 15th, 2013· Ensure the leaf object is passed to template tags in modelbase_detail.html.
· get_related_items parameter name is now optional. The sorting has changed to reverse on modified (our default sorting).
November 23rd, 2012· as_leaf_class method would break if two models had the same name. Fixed.
October 25th, 2012· Jmbo is now location aware. This requires a manual upgrade of libraries and existing databases. DO NOT UPGRADE to 1.0 without preparation. If you are on Ubuntu then it is as simple as running the interactive convert_to_geodb_ubuntu.sh script.
August 31st, 2012· Pin Django on 1.4.x range.
August 24th, 2012· Add Save and publish and Save and unpublish buttons to edit form.
July 2nd, 2012· Natural key support for dumping and loading data.
June 25th, 2012· Use Pillow instead of PIL.
June 19th, 2012· Use slug for lookups in tastypie API.
June 18th, 2012· Add a decorator register_tag that can accept a softcoded list of templates.
June 18th, 2012· django-tastypie support added
June 9th, 2012· Add image_list_url to Modelbase.
· Pin django-setuptest to 0.0.6 because of issue in 0.0.7
May 14th, 2012· Admin category filtering now filters on both categories and primary_category fields.
May 10th, 2012· Remove dependency links in setup.py.
May 8th, 2012· render_object tag now fails with clear TemplateDoesNot exist exception.
April 3rd, 2012· Bring pager HTML and CSS in line with django-pagination.
· Add wrapping div to comments UI.
· Fix admin interface bug where some fields were duplicated.
· Reverse lookup for _object_detail now works for model names that may contain spaces, eg. 'Blog Post'.
· Add fallback to modelbase detail view to get_absolute_url.
· Add ability to limit size of queryset for generic views.
· Afrikaans and French translations.
· Make it possible to specify a custom photosize per content type.
· Introduce a new optional field 'subtitle' for friendlier admin UI.
· Add South migrations. Existing installations must be upgraded using ./manage.py migrate jmbo 0001 --fake and then ./manage.py migrate jmbo.
September 28th, 2011· Added primary category field on ModelBase.
· Allow for modifier on humanize time diff tag.
· Added category pin model and admin override.
June 17th, 2011· Jmbo rename.