Changelog¶
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased¶
Added¶
Weasyprint60.2+ is now needed
0.7.0 - 2023-12-13¶
Changed¶
- Upgrade 
Pythonto 3.10 
0.6.0 - 2023-09-19¶
Added¶
- Add Pydantic 2.2.0 compatibility
 
0.5.0 - 2023-05-23¶
Added¶
- Add Django 4.2 compatibility
 - Add 
pdf_optionsargument toAbstractDocument.createmethod 
0.4.0 - 2022-08-05¶
Added¶
- Add Django 4.0 compatibility
 
Fixed¶
- Use static storage class to open static files
 
0.3.2 - 2021-11-29¶
Added¶
- Create a 
IssuerLazyChoiceFieldto be able to update issuer field choices without creating migrations. 
Changed¶
- Add a 
persistargument toAbstractDocument.createmethod 
0.3.1 - 2021-09-02¶
Added¶
Weasyprint53.0+ is now needed
0.3.0 - 2021-06-08¶
Added¶
- the 
DocumentRequestmodel now has aget_document_pathhelper 
Fixed¶
- Avoid caching pydantic model instance in the 
PydanticModelFieldto avoid multiple models collisions 
0.2.0 - 2021-04-14¶
Added¶
- Add Django 3.2 compatibility
 - Distribute a complete documentation
 
Fixed¶
- Add package description (README)
 
0.1.2 - 2021-04-06¶
Fixed¶
- Include templates and static files in distributed package
 
0.1.1 - 2021-04-06¶
Fixed¶
- Package name in version metadata
 
0.1.0 - 2021-03-26¶
Added¶
- Install security updates in project Docker images
 - Add 
DocumentRequestmodel, serializer and API viewset - Add 
DummyDocumentexample document issuer - Implement document issuer pattern