Skip to content

Commit

Permalink
fix release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
devkral committed Oct 15, 2024
1 parent 7342ba7 commit fc29fed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ hide:

### Changed

- Cleanup Model inheritance: Database related stuff is put into a mixin. The customized metaclass is moved from EdgyBaseModel to edgy.Model as well as some db related ClassVars.
- Cleanup Model inheritance: Database related operations are put into a mixin. The customized metaclass is moved from EdgyBaseModel to `edgy.Model` as well as some db related ClassVars.
- `multi_related` is now a set containing tuples (from_fk, to_fk). This can be used to identify fields used by ManyToMany fields.
- Deprecate `is_multi`.
- Deprecate `parents`. There are no users, it was undocumented and uses are limited.

### Fixed

- Non-abstract through-models wouldn't be marked as many to many relations.
- Running edgy shell failed.
- Issues related with the Edgy shell initialization.

## 0.18.0

Expand Down

0 comments on commit fc29fed

Please sign in to comment.