--------------------------
* Ensure compatibility with ``Django>=1.7``:
* Added compatibility support in model manager with ``get_queryset`` method;
* Added Django migration;
* Now loading initial data fixtures from a data migration since ``Django>=1.7`` don't do it automatically anymore;
* Update setup.py for better package classifier and packages infos;