==================
Feature(s)
----------
- a more pertinent data attribute to target agnocomplete-ready fields (22).
- New Demo: using ``jquery-autocomplete`` (10, thx GreatWizard).
- New Demo: using twitter's ``typeahead`` (23, thx GreatWizard).
- New Demo: using ``select2`` (24, thx GreatWizard).
- Fixed bad Django 1.6 loading (29).
- Added the Admin site demo, along with documentation (27).
Minor changes
-------------
- Post-v0.1 cleanups (18),
- Introduced interface contract using the ``abstractmethod`` decorator. This doesn't change anything for the user, but it makes sure that classes that don't implement the right methods can't even be instanciated (25, thx boblefrag).
- Modularized the demo-specific Javascripts in ``static/js/demo/`` (28).
- Documentation about hacking and fiddling with the demo site (30)