Skip to content

Commit

Permalink
AbstractBaseSession: Remove objects (declared in Model)
Browse files Browse the repository at this point in the history
Co-authored-by: Marti Raudsepp <[email protected]>
  • Loading branch information
tony and intgr authored May 24, 2024
1 parent ead98c8 commit 3dcaf71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django-stubs/contrib/sessions/base_session.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ class AbstractBaseSession(models.Model):
session_key = models.CharField(primary_key=True)
session_data = models.TextField()
expire_date = models.DateTimeField()
objects: Any

@classmethod
def get_session_store_class(cls) -> type[SessionBase] | None: ...
Expand Down

0 comments on commit 3dcaf71

Please sign in to comment.