Skip to content

Commit

Permalink
v11.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GitRon committed Jul 19, 2024
1 parent 9e9c920 commit a18b133
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

**11.1.2** (2024-07-19)
* Added limitation paragraph to object ownership admin documentation


**11.1.1** (2024-07-19)
* Fixed a bug leading to missing docs

Expand Down
2 changes: 1 addition & 1 deletion ambient_toolbox/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""Python toolbox of Ambient Digital containing an abundance of useful tools and gadgets."""

__version__ = "11.1.1"
__version__ = "11.1.2"
5 changes: 5 additions & 0 deletions docs/features/models.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,8 @@ class MyModelAdmin(CommonInfoAdminMixin, admin.ModelAdmin):
Note, that you can derive from this class and overwrite the `get_user_obj()` method if your ownership doesn't use the
default Django user object. This might be the case if you work with a OneToOne relation between the default `User` and
your custom one.

#### Limitations

Note that this package doesn't provide a mixin for InlineAdmins. But when you install the middleware, this shouldn't be
necessary anyway.

0 comments on commit a18b133

Please sign in to comment.