Fix #872: No module named 'django.utils.importlib' (Django dev)

This commit is contained in:
David Bordeynik
2015-02-13 11:08:52 +02:00
parent 65f205bca8
commit cbb0b57018
3 changed files with 29 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ Changelog
Changes in 0.9.X - DEV
======================
- No module named 'django.utils.importlib' (Django dev) #872
- Field Choices Now Accept Subclasses of Documents
- Ensure Indexes before Each Save #812
- Generate Unique Indices for Lists of EmbeddedDocuments #358