- 555 Django 1.4, 1.5 and 1.6 deprecation - 497 Enable registration by model-name by luzfcb - 536 551 Support proxy models by onrik - 553 improved jQuery integration by blueyed - 516 Corrected french transation by apinsard - 541 Use error_messages on FieldBase to allow overrides by dsanders11 - 505 Ordering alias clash fix by sandroden - 515 Polish translation update by mpasternak - 543 ModelChoiceField requires the queryset argument - 494 ModelChoiceField Watch changes to 'queryset' by jonashaag - 514 Fixed deprecation warning on Django 1.8 by spookylukey - 498 548 improved i18n support - 547 prevents loading genericm2m if not in INSTALLED_APPS - JAL18 Fix: Get value.length while value is null by hongquan - JAL19 Clarify license by stevellis, all MIT - JAL17 Disable the widget input when it is not in use dsanders11 - JAL15 Support openning results in new tab thebao - JAL14 Don't autohilight first choice by default pandabuilder - JAL13 Add option for box aligning with right edge of input dsanders11
IMPORTANT
536 At this point, proxy model support is untested, this is because I intend to refactor the test suite and documentation during the 2.3.x serie.
494 Updating the queryset from outside the autocomplete class may lead to a security problem, ie. if you don't replicate filters you apply manually on the autocomplete object choices into choices_for_request() then a malicious user could see choices which they shouldn't by querying the autocomplete directly.
2.2.9
Not secure
CHANGELOG, re-uploading as 2.2.10.
2.2.8
Not secure
478, 472: "change related button" isn't clickable when it shouldn't.
2.2.7
yourlabs/jquery-autocomplete-light11: jqXHR.abort considered harmful, dsanders11 fixes BrokenPipe. yourlabs/jquery-autocomplete-light10: consistency fix: use $ instead of jQuery for new functions by dsanders11 yourlabs/jquery-autocomplete-light9: New parameter to disable auto-hilighting on first choice 9 by superzazu, should fix 495 too. 477: Widget's render should use attrs even when created wthing __init__ by sandroden.
2.2.6
Not secure
jquery-autocomplete-light/8: Positionning bug fix by marianobianchi, jquery-autocomplete-light/6: Bugfix: Firefox won't hide input after reload when option was selected by marianobianchi, 483: German translation by Mounir Messelmeni 476, 474, 482, documentation improvements by Mounir, Visgean Skeloru and Florentin Hennecker.
2.2.5
Not secure
452 Fix the case where there is a cap in the pg table or column name 454: AutocompleteModel.order_by being a list would crash.