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

Releases: openfun/marion

v0.2.6-howard

25 Jan 11:20
Compare
Choose a tag to compare

Changed

  • Update CertificateIssuer to add an optional creation_date field
    into context_query

v0.3.2

29 Nov 16:57
Compare
Choose a tag to compare

Added

  • Create a IssuerLazyChoiceField to be able to update issuer field choices
    without creating migrations.

Changed

  • Add a persist argument to AbstractDocument.create method

v0.2.5-howard

29 Nov 16:56
Compare
Choose a tag to compare

Changed

  • Update InvoiceIssuer to generate both invoice and credit note
  • Create a utils module to share code throughout the application

0.3.1

02 Sep 14:36
Compare
Choose a tag to compare

Added

  • Weasyprint 53.0+ is now needed

0.2.4-howard

15 Jun 14:09
Compare
Choose a tag to compare

Removed

  • Useless course description on certificate template

0.2.3-howard

11 Jun 09:15
Compare
Choose a tag to compare

Fixed

  • Fix path to compile translations after move local files

0.2.2-howard

10 Jun 10:27
Compare
Choose a tag to compare

Fixed

  • Fix translation typo in the certificate document

0.2.1-howard

09 Jun 16:56
Compare
Choose a tag to compare

Fixed

  • Upgrade django-marion dependency to 0.3.0
  • Move local files to howard Django project location

0.3.0

08 Jun 16:32
Compare
Choose a tag to compare

Added

  • the DocumentRequest model now has a get_document_path helper

Fixed

  • Avoid caching pydantic model instance in the PydanticModelField to avoid multiple models collisions

0.2.0-howard

08 Jun 16:33
Compare
Choose a tag to compare

Added

  • Add certificate issuer
  • Rename and resize FUN logo
  • Add invoice issuer

Fixed

  • Add package description (README)