Skip to content

Releases: martenframework/marten

0.1.4

30 Dec 15:14
b4c624f
Compare
Choose a tag to compare

Marten 0.1.4 fixes a couple of bugs.

Bug fixes

  • Fix non-working #pk method generation for models with a one-to-one primary key field
  • Fix a possible NilAssertionError when running a migration involving a column change
  • Fix a possible layout issue in the server error debug page

0.1.3

22 Nov 00:44
ce95602
Compare
Choose a tag to compare

Marten 0.1.3 fixes a couple of bugs.

Bug fixes

  • Ensure that before/after deletion callbacks are executed in the same transaction as the deletion runner
  • Add missing .gitignore file to projects generated through the use of the new management command
  • Fix incorrect host used for development environments when generating new projects through the use of the new management command: now, projects automatically use the 127.0.0.1 local host in development
  • Ensure that the flash context producer takes into account requests that don't have an associated flash store in order to avoid unexpected NilAssertionErrorexceptions

0.1.2

06 Nov 19:35
9e16add
Compare
Choose a tag to compare

0.1.1

25 Oct 23:49
689d36d
Compare
Choose a tag to compare

0.1.0

24 Oct 23:44
faf59c5
Compare
Choose a tag to compare