Skip to content

Releases: unt-libraries/django-premis-event-service

Django 1.11 on Python 3

20 May 17:52
8cc3d81
Compare
Choose a tag to compare

1.2.5

18 Apr 21:23
bf3e0ca
Compare
Choose a tag to compare

Fixes totalResults in JSON event search.
Make return value for empty result sets (was empty list) same form as populated result set but w/ empty entries list.
Raises max_length for linked obj id in forms from 20 to 64.
Raises event search results (json + html) page sizes from 20 to 200.
Raises AtomPub event listing page size to 200 for consistency w/ other listings.

JSON Event Search Patch

06 Jul 16:15
Compare
Choose a tag to compare
  • Fix JSON event searches using linked_object_id parameter.
  • Gracefully fail on empty search result sets.

Django 1.10 Compatibility

24 Mar 16:34
Compare
Choose a tag to compare
v1.2.2

bump patch version

Fix PUT Requests

17 Mar 14:26
Compare
Choose a tag to compare

Fix broken handling of PUT requests (#72).

PREMIS, Atom, Event Search, and Code Cleanup

15 Mar 16:06
Compare
Choose a tag to compare
  • Added PREMIS v2.3 validation and tests
  • PEP 8 conformity
  • Assorted AtomPub fixes
  • Update codalib requirement to 1.0.2
  • Improve event search performance