Releases: tarsil/saffier
Releases · tarsil/saffier
Version 1.4.2
Version 1.4.1
- Support for
list
andtuples
as a type for model_apps.
Version 1.4.0
Added
- Support for
model_apps
inside theMigrate
object allowing
global discovery by application. This will make sure all apps will be properly
inspected. - Add documentation about the new model_apps.
Changed
- Upgrade internal requirements.
Version 1.3.7
Added
- New lazy loading settings system making it more unique and dynamic working side by side with
dymmond-settings
.
Version 1.3.6
Changed
- Update internal
dymmond-settings
minimum requirement.
Version 1.3.5
Changed
BREAKING CHANGE
Due to some internal compatibilities, Saffier is rolling back to SAFFIER_SETTINGS_MODULE
from SETTINGS_MODULE
SETTINGS_MODULE
was renamed toSAFFIER_SETTINGS_MODULE
.
Version 1.3.4
Changed
- Update internal anyio dependency.
Version 1.3.3
Changed
- Upgrade internal requirements.
Fixed
auto_now
andauto_now_add
onsave()
andupdate()
wasn't only updating the
field withauto_now
.- Extraction of the default field for
date
anddatetime
.
Version 1.3.2
Version 1.3.1
Fixed
- Fix default for
SETTINGS_MODULE
if nothing is provided.