Releases: dbchiro/DjangoSinpOrganisms
Releases · dbchiro/DjangoSinpOrganisms
1.4.1
Full Changelog: 1.4.0...1.4.1
1.4.0
Full Changelog: 1.3.2...1.4.0
1.3.2
Full Changelog: 1.3.1...1.3.2
1.3.1
Full Changelog: 1.3.0...1.3.1
1.3.0
Changed
- Reset migrations (as in dj-sinp-nomenclatures)
- Update dependencies
Version note
- Please update to module to 1.2.1 version and Execute SQL query on database:
DELETE FROM django_migrations WHERE app LIKE 'sinp%' AND name NOT LIKE '0001_%';
1.2.0 - 2024-04-10
- Fix natural keys
- Improve tests
1.1.0 - 2024-03-23
- Remove logging actions (created by, updated by and timestamps)
1.0.0 - 2024-03-22
- V1
0.2.1 - 2024-03-23
- remove test members from fixtures
0.2.0
0.1.0
- Specify models
- Basic API routes
- Basic readonly viewsets
- Editing can be done through Django admin
What's Changed
Tooling 🔧
Other Changes
Full Changelog: 1.2.1...1.3.0
1.2.1
Full Changelog: 1.2.0...1.2.1
1.2.0
Full Changelog: 1.1.0...1.2.0
1.1.0
v0.2.0
Full Changelog: v0.1.3...v0.2.0
v0.1.3
Full Changelog: v0.1.1...v0.1.3
New feature, permissions are now based on Django permissions system