Skip to content

Releases: Rediker-Software/olp

0.3.0

11 May 19:19
Compare
Choose a tag to compare
  • Added support for Django 1.10 and Django 1.11
  • Removed support for Django < 1.7

0.2.3

01 Jun 11:54
Compare
Choose a tag to compare
  • Add CI testing with Travis CI [https://github.com//pull/6]
  • Support installation in Python 3 [https://github.com//pull/6]

0.2.2

29 Nov 15:21
Compare
Choose a tag to compare
  • Add get_obj_ids_for_user util [https://github.com//pull/5]

0.2.1

22 Jun 18:10
Compare
Choose a tag to compare
  • Correct get_query_set deprecation warnings [https://github.com//pull/4]

0.2.0

16 Sep 20:43
Compare
Choose a tag to compare
  • Added utility method for deleting all permissions related to an object [#3]

0.1.2

31 Mar 21:30
Compare
Choose a tag to compare
Bump version to 0.1.2

0.1.1

29 Jan 16:36
Compare
Choose a tag to compare
Use the default manager instead of `objects`

This changes OLP to use the default manager when filtering
querysets to retrieve the objects for a user.  This breaks any
code which did not use `Model.objects` as the default manager.

The version has been bumped to 0.1.1

0.1.0

29 Jan 16:34
Compare
Choose a tag to compare
Version bumped to 0.1.0