Skip to content

Releases: andrlik/django-quotes

v0.5.2

09 Oct 20:24
v0.5.2
ba2bdcf
Compare
Choose a tag to compare

Add official support for Django 5.1.

v0.5.1

29 Apr 18:19
v0.5.1
87e3539
Compare
Choose a tag to compare

What's Changed

  • Add ability to add multiple quotes to the model at once. by @andrlik in #154

Full Changelog: v0.5.0...v0.5.1

v0.5.0

26 Apr 21:31
v0.5.0
f21e24d
Compare
Choose a tag to compare

What's Changed

  • Adds convenience methods for updating markov models in distributed task queues.
  • Updates SourceGroup text model generation to use django-markov's combine_models resulting in model generation being >750% faster!

Full Changelog: v0.4.2...v0.5.0

v0.4.2

25 Apr 21:23
v0.4.2
29c4607
Compare
Choose a tag to compare

What's Changed

  • Bump actions/github-script from 6 to 7 by @dependabot in #150
  • Remove html rendered fields and replace with a property by @andrlik in #152

Full Changelog: v0.4.1...v0.4.2

v0.4.1

09 Apr 11:25
v0.4.1
a92874a
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.4.1

  • Adds some improvements to migrations for some upgrade edge cases.

v0.4.0

08 Apr 12:50
v0.4.0
8c509d4
Compare
Choose a tag to compare

What's Changed

  • Switches project management to rye and updates ci by @andrlik in #145
  • Bump actions/setup-python from 4 to 5 by @dependabot in #146
  • Bump actions/cache from 3 to 4 by @dependabot in #147
  • Converts project to use django-markov for related functions rather than internal implementation by @andrlik in #149

Full Changelog: v0.3.2...v0.4.0

v0.3.2

06 Jan 15:23
Compare
Choose a tag to compare
  • Removes py from dependencies as it is no longer needed with the bumped dependencies. Also py has a security vulnerability.

v0.3.1

28 Oct 15:54
Compare
Choose a tag to compare

Adds support for python 3.11.

As described in the changelog, you will need to update your language model after updating. Run:

python -m spacy download en_core_web_sm

v0.3.0

11 Oct 18:28
Compare
Choose a tag to compare

Adds a pub_date field to the Quote model which can be used to add quotes that should only be returned by get_random_quote method after a specific datetime.

0.2.5

29 Sep 16:28
Compare
Choose a tag to compare

Updates for Django security releases.