Added support for compound primary keys (#149)
This commit is contained in:
		| @@ -2,7 +2,7 @@ | ||||
| Using MongoEngine with Django | ||||
| ============================= | ||||
|  | ||||
| .. note :: Updated to support Django 1.4 | ||||
| .. note:: Updated to support Django 1.4 | ||||
|  | ||||
| Connecting | ||||
| ========== | ||||
| @@ -10,7 +10,7 @@ In your **settings.py** file, ignore the standard database settings (unless you | ||||
| also plan to use the ORM in your project), and instead call | ||||
| :func:`~mongoengine.connect` somewhere in the settings module. | ||||
|  | ||||
| .. note :: If getting an ``ImproperlyConfigured: settings.DATABASES is | ||||
| .. note:: If getting an ``ImproperlyConfigured: settings.DATABASES is | ||||
|     improperly configured`` error you may need to remove | ||||
|     ``django.contrib.sites`` from ``INSTALLED_APPS`` in settings.py. | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user