This commit is contained in:
Ben Mabey 2011-01-26 09:40:49 -07:00
parent 9323d6c3a0
commit bedc854152

View file

@ -5,6 +5,7 @@
* Add a NullStrategy. (GH-6 Ben Mabey)
=== Bugfixes
* Mongo colletion indexes are dropped for collections being removed. (GH-41 Ben Mabey)
* Exclude database views from tables_to_truncate, if the connection adapter
supports reading from the ANSI standard information_schema views. (GH-25 Samer Abukhait)
* ORM types can be specified in string format and not mysteriously blowup. (GH-26 Ben Mabey)