Matthieu Rigal
|
d36708933c
|
author and changelog
|
2015-05-07 12:48:25 +02:00 |
|
rma4ok
|
43a5df8780
|
[dist] Adding rma4ok to contributors
|
2015-05-06 09:40:09 -04:00 |
|
Stefan Wojcik
|
9bdc320cf8
|
dont send a "cls" option to ensureIndex (related to https://jira.mongodb.org/browse/SERVER-769)
|
2015-05-06 11:25:45 +02:00 |
|
Catstyle
|
175659628d
|
fix mark_as_changed: handle higher/lower level changed fields correctly to avoid conflict update error
|
2015-04-10 11:31:31 +08:00 |
|
Eremeev Danil
|
f77f45b70c
|
_get_changed_fields fix for embedded documents with id field.
removed commented out piece of code
added author and record to changelog
|
2015-04-09 12:36:48 +05:00 |
|
Michael Chase
|
a6a7cba121
|
Current class fields when unpickling. Fixes #888
Optimize dereferencing map by using sets.
|
2015-04-08 19:40:43 -07:00 |
|
David Bordeynik
|
d135522087
|
Adding #714 to changelog and AUTHORS
|
2015-03-23 15:46:12 +02:00 |
|
Jimmy Shen
|
ce9d0d7e82
|
Fix #864: ComplexDateTimeField should fall back to None when null=True
|
2015-02-19 09:47:38 +02: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
|
bc53dd6830
|
Generate Unique Indices for Lists of EmbeddedDocs
- Unique indices are now created in the database for EmbeddedDocument
fields when the EmbeddedDocument is in a ListField
- Closes Issue #358
|
2014-11-19 22:37:27 -05:00 |
|
Diego Berrocal
|
285da0542e
|
Update AUTHORS with @cestdiego
|
2014-11-19 09:39:51 -05:00 |
|
David Bordeynik
|
03c2967337
|
Update changelog & authors - #801
|
2014-11-13 20:47:31 +02:00 |
|
André Ericson
|
3569529a84
|
Fix KeyError on reload() from a DynamicDocument
If the document is in memory and a field is deleted from the db,
calling reload() would raise a KeyError.
|
2014-11-08 19:11:51 -03:00 |
|
Yohan Graterol
|
73d6bc35ec
|
Fix merge with AUTHORS
|
2014-11-07 11:02:48 -05:00 |
|
David Czarnecki
|
eb4e7735c1
|
Adding myself to AUTHORS and CHANGELOG
|
2014-11-01 13:15:02 -04:00 |
|
Vjacheslav Murashkin
|
7430b31697
|
handle None from model __str__; Fixes #753
|
2014-09-04 16:54:23 +04:00 |
|
Axel Haustant
|
1f7135be61
|
Added myself to AUTHORS
|
2014-09-03 03:15:26 +02:00 |
|
DavidBord
|
9b30afeca9
|
fix-#397: Allow specifying the '_cls' as a field for indexes
|
2014-08-24 10:51:49 +03:00 |
|
Yohan Graterol
|
9f8cd33d43
|
Fix conflict for merge PR #726
|
2014-08-20 11:05:53 -05:00 |
|
Bob Cribbs
|
0462f18680
|
Allow atomic update for the entire DictField
|
2014-08-19 23:38:36 +03:00 |
|
Jay Shirley
|
85336f9777
|
Relax the RegEx restrictions to allow the new ICAAN TLDs.
|
2014-08-08 09:11:05 -07:00 |
|
Norberto
|
0c5e1c4138
|
adding myself to authors
|
2014-07-07 22:07:01 +02:00 |
|
Aleksey Porfirov
|
b2a2735034
|
Update AUTHORS
|
2014-07-04 22:32:07 +04:00 |
|
Omer Katz
|
4e7b5d4af8
|
Added @rochacbrun to the AUTHORS file. #692
|
2014-07-03 17:35:55 +03:00 |
|
Ross Lawley
|
94e177c0ef
|
Allow strings to be used in index creation #677
|
2014-06-27 12:49:31 +01:00 |
|
Ross Lawley
|
0f051fc57c
|
Changelog & Authors #583
|
2014-06-27 12:33:19 +01:00 |
|
Ross Lawley
|
5d0cab2052
|
Merge branch 'master' into pr/539
Conflicts:
mongoengine/base/datastructures.py
|
2014-06-27 12:20:44 +01:00 |
|
Ross Lawley
|
4d7492f682
|
Changelog & Author updates #425 #507
|
2014-06-27 12:10:17 +01:00 |
|
Ross Lawley
|
7013033ae4
|
Update changelog & AUTHORS #594 #589
|
2014-06-27 10:03:35 +01:00 |
|
Ross Lawley
|
0971ad0a80
|
Update changelog & authors - #636
|
2014-06-27 09:31:01 +01:00 |
|
Ross Lawley
|
72a051f2d3
|
Update AUTHORS & Changelog #557
|
2014-06-27 09:12:05 +01:00 |
|
Ross Lawley
|
cd63865d31
|
Fix clear_changed_fields() clearing unsaved documents bug #602
|
2014-06-27 09:08:07 +01:00 |
|
Ross Lawley
|
c0a5b16a7f
|
Travis bump
|
2014-06-26 19:52:05 +01:00 |
|
Ross Lawley
|
3a0c69005b
|
Update AUTHORS and Changelog
Refs: #664, #677, #676, #673, #674, #655, #657, #626, #625, #619, #613, #608, #511, #559
|
2014-06-26 19:41:40 +01:00 |
|
Ross Lawley
|
eb9003187d
|
Updated changelog & authors #673
|
2014-06-26 16:13:01 +01:00 |
|
Yohan Graterol
|
4d34a02afe
|
Merge pull request #634 from jatin/patch-1
Updated Jatin's name and github name
|
2014-06-25 10:16:49 -05:00 |
|
Jonathan Prates
|
819ff2a902
|
Renamed to has_data()
|
2014-05-29 14:36:30 -03:00 |
|
Jonathan Prates
|
9ba657797e
|
Authors updated according guideline
|
2014-05-28 08:33:22 -03:00 |
|
Jatin Chopra
|
12809ebc74
|
Updated Jatin's name and github name
|
2014-05-06 00:25:55 -07:00 |
|
Ross Lawley
|
d868cfdeb0
|
Fix multi level nested fields getting marked as changed (#523)
|
2013-11-29 16:24:32 +00:00 |
|
Ross Lawley
|
453024c58d
|
Django 1.6 session fix (#509)
|
2013-11-29 13:11:56 +00:00 |
|
Ross Lawley
|
a2a698ab0e
|
Fixed EmbeddedDocument with ReferenceField equality issue (#502)
|
2013-11-29 12:46:18 +00:00 |
|
Ross Lawley
|
bb56f92213
|
Updated changelog and AUTHORS (#499)
|
2013-11-29 12:07:33 +00:00 |
|
Ross Lawley
|
bcbbbe4046
|
Added test, updated AUTHORS and changelog (#498)
|
2013-11-29 12:04:30 +00:00 |
|
Ross Lawley
|
60ceeb0ddd
|
Update change log and Authors (#496)
|
2013-11-29 11:55:03 +00:00 |
|
Ross Lawley
|
855efe7fe8
|
Added user_permissions to Django User object (#491, #492)
|
2013-11-29 11:48:14 +00:00 |
|
Ross Lawley
|
499e11f730
|
Updated AUTHORS (#488)
|
2013-11-29 11:42:30 +00:00 |
|
Ross Lawley
|
992c91dc0c
|
Merge remote-tracking branch 'origin/pr/484'
Conflicts:
AUTHORS
|
2013-11-29 10:17:15 +00:00 |
|
Ross Lawley
|
d79a5ec3d6
|
Updated Authors and changelog (#483)
|
2013-11-29 10:12:02 +00:00 |
|
Ross Lawley
|
7c938712f2
|
Updates to docs ref: #454, #480
|
2013-11-29 09:11:08 +00:00 |
|