CHANGES
=======

0.8.0
-----

* Resolve #4 -- Add health check (#19)

0.7.1
-----

* Fix migrations -- Add missing table name (#32)
* Add note about how to create model mixins (#30)

0.7.0
-----

* Fix SF object name check (#29)
* Fix isort
* Add check for unique SF object names

0.6.0
-----

* Improve External ID documentation. (#26)
* Add integration test for abstract model inheritance (#28)
* Add relationship fields (#27)

0.5.0
-----

* Fix #21 -- Change TextArea to varchar(255) (#23)
* Change default URL length to 255 (SF default) (#22)
* Fix Picklist max\_length (#24)
* Add link to sample app

0.4.4
-----

* Make datetime field always parse as UTC (#20)
* Change default values to the dashboard defaults (#17)

0.4.3
-----

* Fix sf field name for Id (#16)
* Make id field nullable or unique by kwargs (#15)
* Fix documentation for sf\_id field (#14)

0.4.2
-----

* Fix migration options

0.4.1
-----

* Fix django checks command

0.4.0
-----

* fix typo
* Add more tests
* Add command to create local development schema
* Add custom database engine

0.3.1
-----

* Add Django to requirements

0.3.0
-----

* Add ORM (#3)

0.2.0
-----

* Add \`load\_remote\_schema\` command (#2)

0.1.0
-----

* Initialize package
* Initial commit
