Skip to content

Releases: David-Wobrock/django-fake-database-backends

0.1.1

10 Jun 15:09
Compare
Choose a tag to compare
  • Tests are now run against real database (not pre-generated sql files)

0.1.0

27 May 11:24
Compare
Choose a tag to compare

Added postgresql fake database backend

0.0.4

21 Mar 07:22
Compare
Choose a tag to compare
  • Add support for a sqlite3 fake database backend

0.0.3

14 Feb 22:05
Compare
Choose a tag to compare
  • Dropped support for Django 1.9 and Django 1.10 as the Django documentation suggests since 2.0 has been released
  • A lot of tests added
  • Implemented get_constraints, which usually requires to connect to the MySql database. Now it computes the constraints which out DB
  • Updated license year

0.0.2

12 Jan 23:50
Compare
Choose a tag to compare

Breaking tests, but working (more or less) for mutliple python and django versions

0.0.1

29 Oct 15:25
Compare
Choose a tag to compare

Very first version, with only one backend

Produces basic mysql output