Releases: adamspd/django-appointment
Releases · adamspd/django-appointment
v3.6.0
What’s Changed
📚 Documentation
✨ Enhancement
- Added possibility to send all emails with django q by @adamspd in (#201)
- Update requests requirement from ~=2.32.1 to ~=2.32.2 by @dependabot in (#200)
- Bump setuptools from 69.5.1 to 70.0.0 by @dependabot in (#199)
v3.5.2
What’s Changed
🐛 Bug Fixes
🔒 Security
✨ Enhancement
- Update requests requirement from ~=2.31.0 to ~=2.32.1 in the pip group across 1 directory by @dependabot in (#197)
v3.5.1
v3.5.0
What’s Changed
🐛 Bug Fixes
- Minor changes on username, appt creation, and email templating by @adamspd in (#193)
- Use a form for available slots by @deronnax in (#165)
- Admin can add staff admin as in Django Admin page by @adamspd in (#170)
🧰 Maintenance
🧪 Testing
- Fixed ValueError for unpacking full name by @adamspd in (#191)
- Fixing the test suite by @adamspd in (#180)
📚 Documentation
✨ Enhancement
10 changes
- Release new version by @adamspd in (#195)
- Bump phonenumbers from 8.13.36 to 8.13.37 by @dependabot in (#190)
- Bump phonenumbers from 8.13.35 to 8.13.36 by @dependabot in (#182)
- Bump babel from 2.14.0 to 2.15.0 by @dependabot in (#183)
- Bump django from 5.0.4 to 5.0.6 by @dependabot in (#185)
- Bump phonenumbers from 8.13.34 to 8.13.35 by @dependabot in (#178)
- Bump setuptools from 69.2.0 to 69.5.1 by @dependabot in (#177)
- Bump phonenumbers from 8.13.33 to 8.13.34 by @dependabot in (#176)
- Bump django from 5.0.3 to 5.0.4 by @dependabot in (#175)
- Bump pillow from 10.2.0 to 10.3.0 by @dependabot in (#171)
v3.4.1
v3.4.0
What’s Changed
🚀 Features
🐛 Bug Fixes
- Let Django handle the timezone by @deronnax in (#164)
- Delete get_timezone and APP_TIME_ZONE by @deronnax in (#158)
- model.Service: move validation logic in validators by @deronnax in (#161)
🧪 Testing
📚 Documentation
✨ Enhancement
- Bump phonenumbers from 8.13.32 to 8.13.33 by @dependabot in (#162)
- Allow contributors to run the test workflow by @adamspd in (#160)
- appointment model: clean() and save() improvements by @deronnax in (#156)