Skip to content
This repository has been archived by the owner on Jun 7, 2024. It is now read-only.

Latest commit

 

History

History
103 lines (75 loc) · 8.8 KB

CHANGELOG.md

File metadata and controls

103 lines (75 loc) · 8.8 KB

Change Log

v1.0.5 (2017-11-30)

Full Changelog

v1.0.4 (2017-11-30)

Full Changelog

Fixed bugs:

  • Support filtering on a values list subquery. #54 (donkirkby)

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)

Full Changelog

Merged pull requests:

  • Fix hardcoded requirement to six library #53 (stphivos)

v1.0.0 (2017-10-15)

Full Changelog

Closed issues:

  • Model.objects.create can't take an instance parameter #50
  • Q objects with negation #48

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)

Full Changelog

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)

Full Changelog

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)

Full Changelog

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:

* This Change Log was automatically generated by github_changelog_generator