Skip to content

Releases: andrlik/django-quotes

v0.2.4

27 May 00:11
Compare
Choose a tag to compare

Update metadata for documentation on PyPi.

v0.2.3

19 May 15:34
Compare
Choose a tag to compare

What's Changed

  • Bump pytest from 7.1.1 to 7.1.2 by @dependabot in #23
  • Bump types-markdown from 3.3.13 to 3.3.14 by @dependabot in #25
  • Fix bug in pagination total object display.
  • Fix display issue in source list for a given SourceGroup.

Full Changelog: v0.2.2...v.0.2.3

v0.2.2

22 Apr 16:15
Compare
Choose a tag to compare

Update for latest mypy and fixes for documentation builds.

v0.2.1

23 Mar 18:42
Compare
Choose a tag to compare
  • Enable type annotations for mypy

v0.2.0

21 Mar 00:37
Compare
Choose a tag to compare
  • SourceGroups no longer require a unique name (since users won't know what else is there anyway).
  • New slug generation to ensure that slugs remain unique.
  • It is no longer possible to specify a slug within a given create form for either SourceGroup or Source objects.

v0.1.3

17 Mar 13:22
Compare
Choose a tag to compare
  • Adds a configuration option for controlling how many quotes should be retrieved for random quote selection from a
    SourceGroup. To make use of this option, add the variable MAX_QUOTES_FOR_RANDOM_GROUP_SET to your project's
    settings.py.
  • Bugfix: SourceGroup random group selection now prioritizes quotes that have been served less often via the
    QuoteStats.times_used value. This was already the case when selecting from a single Source, but the behavior
    is now consistent for SourceGroup as well.

v0.1.2

16 Mar 21:14
Compare
Choose a tag to compare
  • Adds a configuration option for controlling how many quotes should be retrieved for random quote selection.
    To make use of this option, add the variable MAX_QUOTES_FOR_RANDOM_SET in your project's settings.py file.

v0.1.1

03 Mar 16:55
Compare
Choose a tag to compare
  • Documentation improvements

v0.1.0

02 Mar 22:11
Compare
Choose a tag to compare

Initial Release