Skip to content

Conversation

@aclark4life
Copy link
Collaborator

To be merged with INTPYTHON-527

aclark4life and others added 16 commits October 28, 2025 15:43
Added in 892bb6b (unless we need to
call out queryset limitations in addition)
It doesn't really matter but may as well be consistent with tutorial when
possible. Curiously and confusingly the CSFLE spec uses "keyvault.datakeys".
Existing approaches to "no count" pagination do not seem to include
support for pagination in the Django admin, so:

- Subclass Django's core Paginator
  - override count

- Subclass Django's contrib admin view ChangeList.get_results
  - Use len instead of count
  - Ruff fixes for try/except

- Subclass Django's contrib ModelAdmin
  - override get_paginator
  - override get_changelist
@evergreen-ci-prod
Copy link

There is an existing patch(es) for this commit SHA:

Please note that the status that is posted is not in the context of this PR but rather the (latest) existing patch and that may affect some tests that may depend on the particular PR. If your tests do not rely on any PR-specific values (like base or head branch name) then your tests will report the same status. If you would like a patch to run in the context of this PR and abort the other(s), comment 'evergreen retry'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants