1
0
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:
Mads Jensen
2017-08-25 23:54:36 +02:00
committed by Tim Graham
parent 3c0b2b80ed
commit fb42d02471
3 changed files with 6 additions and 2 deletions

View File

@@ -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`).