Skip to content

Releases: dbchiro/DjangoSinpOrganisms

1.4.1

27 Nov 22:27
3c1c000
Compare
Choose a tag to compare

Full Changelog: 1.4.0...1.4.1

1.4.0

13 Nov 21:45
eadc8a7
Compare
Choose a tag to compare

Full Changelog: 1.3.2...1.4.0

1.3.2

12 Nov 23:29
b090275
Compare
Choose a tag to compare

Full Changelog: 1.3.1...1.3.2

1.3.1

24 Apr 13:22
16fc249
Compare
Choose a tag to compare

Full Changelog: 1.3.0...1.3.1

1.3.0

22 Apr 13:44
06ed49e
Compare
Choose a tag to compare

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

11 Apr 19:49
d598deb
Compare
Choose a tag to compare

Full Changelog: 1.2.0...1.2.1

1.2.0

10 Apr 07:37
244ff99
Compare
Choose a tag to compare

Full Changelog: 1.1.0...1.2.0

1.1.0

23 Mar 23:30
27087ff
Compare
Choose a tag to compare

New Contributors

Full Changelog: v0.2.0...1.1.0

v0.2.0

08 Jan 22:57
Compare
Choose a tag to compare

Full Changelog: v0.1.3...v0.2.0

v0.1.3

28 Dec 23:49
Compare
Choose a tag to compare

Full Changelog: v0.1.1...v0.1.3

New feature, permissions are now based on Django permissions system