mirror of
https://github.com/django/django.git
synced 2025-10-31 09:41:08 +00:00
Refs #25809 -- Omitted pages_per_range from BrinIndex.deconstruct() if it's None.
This commit is contained in:
@@ -26,3 +26,6 @@ Bugfixes
|
||||
|
||||
* Added POST request support to ``LogoutView``, for equivalence with the
|
||||
function-based ``logout()`` view (:ticket:`28513`).
|
||||
|
||||
* Omitted ``pages_per_range`` from ``BrinIndex.deconstruct()`` if it's ``None``
|
||||
(:ticket:`25809`).
|
||||
|
||||
Reference in New Issue
Block a user