CHANGES
=======

0.9.0
-----

* Add mapping import command (#35)
* Fix sphinx docs
* Use params in favor of string mod for SQL queries
* Add RecordType to objects\_without\_is\_deleted (#46)
* Run create schema command only when test db is created (#44)
* Feeze sphinx to fix docs tests
* Add full license
* Add PAUSED state
* Add BUSY state
* Add INACTIVE\_ORG connection state

0.8.3
-----

* Fix missing payload issue
* Fix isort (#42)
* Revert "Run travis only on master and PRs"
* Catch HTTPErrors in health check

0.8.2
-----

* Drop secrets dependency in docs
* Ref #37 -- Add more expected connection states (#38)
* Create CONTRIBUTING.md
* Run travis only on master and PRs

0.8.1
-----

* Fix django health check
* Switch doc theme to read\_the\_docs (#33)

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
