========
* **Fix:** Fixed ``Version_Inputs`` table to correctly take care of
``DELETE``s on the ``Versions`` table. So now it is possible to delete a
``Version`` instance without first cleaning the ``Link`` instances that is
related to that ``Version`` instance.
* **Update:** Changed the ``id`` attribute name from ``info_id`` to ``log_id``
in ``AuthenticationLog`` class.
* **Update:** Started moving towards PostgreSQL only implementation. Merged the
``DatabaseModelTester`` class and ``DatabaseModelsPostgreSQLTester`` class.
* **Fix:** Fixed an autoflush issue in
``stalker.models.review.Review.finalize_review_set()``.