* Drop support for Python 3.6 (should still work, but no longer testing) * Drop support for Django < 3.1 * Add support for Django 4.0 * WRunner no longer re-orders test cases when given shortcut labels due to underlying changes in Django 4.0, likely not noticeable for most users * add tests for Django 3.2, 4.0
1.5.0
* Add colour mapping features to the css_colour module * Fixed some documentation typeos
1.4.0
* Fix html rendering problems with awl.rankedmodel.admintools move links * Add new admin_move_links method that compounds the move links into a single column
1.3.0
* add "empty" arguments to admintools:add_link, add_fk_link, add_display allowing special handling of empty values in a column * add admintools:add_template_field, similar to add_formatted_field but uses a Django template instead of a %s string
1.2.1
* fix bug in add_fk_link, filter query string assumed the name of the class would be the same as the name of the attribute, it isn't always
1.2.0
* add admintools link feature that gives a link to a filter of foreign keys * cleaned up some documentation * set the minimum Django level correctly in setup.py