Bastien Gérard and GitHub
88c4aa2d87
Merge pull request #2014 from MongoEngine/draft_v017
...
Bump version 0.17.0
2019-03-11 22:02:41 +01:00
Bastien Gérard and GitHub
6cfe6652a3
Merge pull request #2001 from bagerard/separate_date_fields_tests_into_submodules
...
Separate fields tests into separate modules (date/datetime/complexdt)
2019-02-19 20:57:15 +01:00
Bastien Gérard and GitHub
a657f29439
Merge pull request #1996 from hrmon/patch-1
...
Fix indentation in LazyReferenceField ref doc
2019-02-16 20:31:19 +01:00
Bastien Gérard and GitHub
6aacb0c898
Merge pull request #1982 from gbroques/add-long-field-to-docs
...
Add missing LongField to Fields list in Documentation
2018-12-29 23:28:02 +01:00
Bastien Gérard and GitHub
fce994ea7f
Merge pull request #1975 from bagerard/dictfield-key-with-dollar-char__clone
...
PR CLONE - Dictfield key with dollar char clone
2018-12-27 23:02:00 +01:00
Bastien Gérard and GitHub
2c6a744848
Merge pull request #1853 from bagerard/fix_baselist_marked_changed_bug
...
Fix BaseList/Dict bug with marked_as_changed getting called when operation fails
2018-12-19 20:16:57 +01:00
Bastien Gérard and GitHub
bdd6041a5c
Merge pull request #1960 from bagerard/bump_version_0_16_2
...
bump version to 0.16.2
2018-11-21 13:45:13 +01:00
Bastien Gérard and GitHub
b92c4844eb
Merge pull request #1949 from bagerard/fix_delta_bug
...
Fix bug in _delta method - setting ListField to empty in DynamicDocument is faulty
2018-11-13 21:44:02 +01:00
Bastien Gérard and GitHub
364dc9ddfb
Merge pull request #1937 from bagerard/changelog
...
Bump version to 0.16.0 + update changelog
2018-11-05 09:38:58 +01:00
Bastien Gérard and GitHub
26e2fc8fd4
Merge pull request #1887 from bagerard/fix_changed_fields_issue_same_id_in_nested_doc2
...
Fix bug where an EmbeddedDocument with the same id as its parent would not be tracked for changes
2018-11-01 22:49:07 +01:00
Bastien Gérard and GitHub
354cfe0f9c
Merge pull request #1935 from bagerard/generic_ref_field_changed
...
Fix bug when doing modifications to generic-referenced document
2018-10-31 15:53:13 +01:00
Bastien Gérard and GitHub
8e1c4dec87
Merge pull request #1846 from bagerard/fix_validator_of_binary_field
...
fix validator of BinaryField
2018-10-26 22:14:08 +02:00
Bastien Gérard and Bastien Gérard
d6e39b362b
Updating inheritance doc
...
Fixes #429
2018-09-09 14:52:08 +02:00
Bastien Gérard and Bastien Gérard
461b789515
relates to ( #710 )
...
- Update gridfs.rst to make it clearer that you should save the Document hosting the GridFSProxy after calling .delete() or .replace() on the GridFSProxy
- updated GridFSProxy.__str__ so that it would always print both the filename and the grid_id. This should improve debugging
2018-08-19 23:45:08 +02:00
Bastien Gérard and Bastien Gérard
1a2b1f283b
Update signals doc - clarification on EmbeddedDocument
...
Since there is a .save() method on EmbeddedDocument, you could be tempted to attach a pre_save event to an EmbeddedDocument (#1720 ). This update is an attempt to make this clearer.
2018-08-13 22:16:32 +02:00
bagerard and Stefan Wójcik
b27c7ce11b
allow to use sets in field choices ( #1482 )
2017-02-15 08:51:47 -05:00
Bastien
feb5eed8a5
fixed minor typo in docstring
2016-01-21 16:59:37 +01:00