Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | [bug] Fix missing _normailize_dict in DocumentWrapper constructor. | Folker Bernitt | |
In the constructor values already is normalized (i.e. with underscores), while kwargs contains items that are not normalized (i.e. with dashes). Joining the dicts resulted in two entries that only differed by dash or underscores. The setattr then set the value that occurred later in items, thereby sometimes overriding the correct value with the default one. | |||
2015-07-29 | [bug] fixed syntax error in models.py | Folker Bernitt | |
The lambdas take two args, so it needs to be a tuple. Furthermore filter needs a collection. | |||
2015-07-21 | Transformed assigned lambdas to functions in models and test_models because ↵ | Bruno Wagner | |
of pep8 | |||
2015-02-11 | tests for mail.mail module: Message | Kali Kaneko | |
2015-02-11 | Serializable Models + Soledad Adaptor | Kali Kaneko | |