v1.0.5 (2017-11-30)
v1.0.4 (2017-11-30)
Fixed bugs:
Merged pull requests:
- MockSet earliest/latest fields args #57 (stphivos)
- Not obligatory field parameter in latest and earliest query function #56 (grabekm90)
- Fix a missed model parameter for MockSet in ModelMocker #55 (grabekm90)
v1.0.2 (2017-10-16)
Merged pull requests:
v1.0.0 (2017-10-15)
Closed issues:
Merged pull requests:
- Verify support of Django 1.11 #52 (stphivos)
- Use function find_field_names to determine appropriate field names fo… #51 (stphivos)
- Add support for Q objects with negation #49 (stphivos)
- Added missing lookups #47 (szykin)
- dates() and datetimes() support #46 (szykin)
- Feature/range requirements #45 (stphivos)
- Update model-mommy req #44 (orf)
v0.0.16 (2017-03-14)
Merged pull requests:
- Upload v0.0.16 to pypi #43 (stphivos)
- Comparisons: regex, iregex, date, datetime rework. #42 (szykin)
- Fix one-to-many field lookup to use model name #41 (stphivos)
v0.0.15 (2017-03-06)
Merged pull requests:
- Update missing qs methods, lookups, aggregations. #39 (stphivos)
- Add support for nested fields to values and values_list #38 (stphivos)
- Add support for aggregate on related fields #37 (stphivos)
- MockOptions, get_or_create_with defaults #36 (szykin)
- Add docs todo, remove completed decorators todo. #35 (stphivos)
- Add some quirky queries supported by Django: pk is in a subquery and child is equal. #34 (donkirkby)
- Raise specific DoesNotExist exception for the model. #32 (donkirkby)
- Add decorators for unified method patching/replacement #31 (stphivos)
- _meta, values(), values_list() #30 (szykin)
- Add mocked_relations decorator for all related models. #28 (donkirkby)
v0.0.14 (2016-12-15)
Merged pull requests:
- Upload v0.0.14 to PyPI #25 (stphivos)
- Feature/aggregate multi params #24 (szykin)
- Mock django db #23 (donkirkby)
- added spec_set to MockModel #22 (szykin)
- Mocked querysets aggregation now handles None values. #21 (szykin)
- Complete test coverage by testing with a real Django Q object. #19 (donkirkby)
- Raise an error when there's a typo in a queryset's field name. #18 (donkirkby)
- Update py-test requirement versions and add pip-tools #15 (stphivos)
- Skipfieldfix #14 (donkirkby)
- Version 3 of flake8 contains breaking changes, so pin requirement. #13 (donkirkby)
v0.0.13 (2016-06-08)
Merged pull requests:
- Add distinct() to MockSet. #12 (donkirkby)
- Add first() and last() to MockSet. #11 (donkirkby)
- Add support for values list and individual attrs projection #10 (stphivos)
- Use generic mock_set clone for init #9 (stphivos)
- Add order_by() to MockSet() #8 (donkirkby)
- Add exclude() to MockSet #7 (donkirkby)
- In and isnull #6 (donkirkby)
- django-rest-framework serializer assert function #5 (stphivos)
- Test remaining crud functions and exception scenarios #4 (stphivos)
- Test query aggregate, create and get functionality #3 (stphivos)
- Fix and test query filtering by q objects #2 (stphivos)
- Fix/remove pytest ini #1 (stphivos)
* This Change Log was automatically generated by github_changelog_generator