^^^^^^
* |FIX| prevent the "same" template showing up more than once in the
widget, which wouldn't be possible when using ``get_template`` (`1`_)
* |NEW| If the form field (``TemplateChoiceField``) has only **one** valid template
option, and the form is unbound (ie: its an **add** form or whatever) then
pre-select the valid choice. Only happens if the field has ``required=True``
* |NEW| using the ``get_<fieldname>_display`` as a value in a ModelAdmin.list_display``
will now allow for sorting by the underlying value in the database. (`2`_)
* |NEW| if the ``<fieldname>`` is used as part of a ``ModelAdmin.list_filter`` it will
show the nice display names of any used templates, rather than their internal
path representation. (`3`_)