Matthew Ellison
7f442f7485
Merge pull request #978
2015-05-06 09:41:00 -04:00
Matthew Ellison
01f4dd8f97
Merge pull request #989
2015-05-06 09:38:26 -04:00
Matthew Ellison
8b7599f5d9
Merge pull request #900
2015-05-06 09:37:56 -04:00
Matthew Ellison
d9c8285806
Merge pull request #988 from olivierlefloch/master
...
Fix code formatting in upgrade doc
2015-05-05 09:08:43 -04:00
Matthew Ellison
ba215be97c
Merge pull request #984 from asmacdo/asmacdo-patch-1
...
Update docs with NotUniqueError
2015-05-01 07:22:50 -04:00
Matthew Ellison
06e4ed1bb4
Merge pull request #976 from seglberg/bugfix/#954-ref-field-subclass
...
Reflect Inheritance in Field's 'owner_document'
2015-04-30 09:22:15 -04:00
Matthew Ellison
f2cbcea6d7
Unit Tests for #954 Fail on Exception, not Error
2015-04-29 14:26:05 -04:00
Matthew Ellison
5d6a28954b
Reflect Inheritance in Field's 'owner_document'
...
The 'owner_document' property of a Field now reflects the parent field
which first contained the Field when a Document in inherited.
Fixes #954
Closes #955
2015-04-29 14:23:57 -04:00
Matthew Ellison
42ba4a5c56
Merge pull request #960 from noirbizarre/tox
...
Tox support for cross-versions testing
2015-04-28 20:29:23 -04:00
Matthew Ellison
dfc9dc713c
Merge pull request #973 from seglberg/feature/#958-django-split
...
Removed Django Support from MongoEngine
+1 @thedrow @MRigal @DavidBord @rozza
2015-04-28 10:37:22 -04:00
Matthew Ellison
1a0cad7f5f
Updated Django Support Documentation
...
Added "Call to Arms" for new Django Extension.
2015-04-28 10:02:39 -04:00
Matthew Ellison
7530f03bf6
Removed Django Support from MongoEngine
...
Django support has now been split out of MongoEngine and will be
revisted as a new but separate module.
Closes #958
2015-04-24 13:50:26 -04:00
Matthew Ellison
42721628eb
Added EmbeddedDocumentListField Implementation
...
- Added new field type: EmbeddedDocumentListField.
- Provides additional query ability for lists of embedded documents.
- Closes MongoEngine/mongoengine#503 .
2015-02-20 11:18:40 -05:00
Matthew Ellison
213a0a18a5
Updated Unit Tests for Field Choices of Documents
...
- Added Unit Test with Invalid EmbeddedDocument Choice.
- Updated Broken Link in Author's File
2015-01-12 10:11:42 -05:00
Matthew Ellison
1a24d599b3
Field Choices Now Accept Subclasses of Documents
...
- Fields containing 'choices' of which a choice is an
EmbeddedDocument or Document will now accept subclasses of that
choice.
2015-01-11 20:54:59 -05:00