----- . Django 1.4 incompatibilities with login and password reset fixed. . More tests.
0.6.1
----- . Change admin static file urls to use 'static' filter instead of deprecated 'ADMIN_MEDIA_PREFIX'.
0.6
--- . Up required jmbo to 0.5. Django 1.4 now implicitly required. You may get errors on template loaders not being found. See the Django 1.4 changelog in that case.
0.5.1
----- . Clean up ajax batching of listings for basic and smart layers. . View modifiers and modelbase_list.html style templates are not ajaxified anymore. . Country model has new field country code. . Up required jmbo to 0.4.
0.5
--- . "More" style batching for smart layer. . Listings now have optional pinned items which are anchored to the top of a listing. . Default photosizes for basic, mid, smart and web. Some old settings have changed so existing images may be scaled differently.
0.4
--- . `layered` decorator so you can write different views for different layers without cluttering urls.py.