• 
      

    Move pagination from change_list_results template to change_list.

    Review Request #12149 — Created March 14, 2022 and submitted

    Information

    Review Board
    release-5.0.x

    Reviewers

    Django has done some rearranging of their admin site templates, and the
    paginator is no longer passed through the {% results_list %} tag,
    instead being implemented from within the outer change_list.html
    template. This change does the same for our template overrides.

    • Loaded object lists in the admin site.
    • Made a change to an object and was able to successfully load the
      post-save results list.
    Summary ID
    Move pagination from change_list_results template to change_list.
    Django has done some rearranging of their admin site templates, and the paginator is no longer passed through the `{% results_list %}` tag, instead being implemented from within the outer `change_list.html` template. This change does the same for our template overrides. Testing Done: - Loaded object lists in the admin site. - Made a change to an object and was able to successfully load the post-save results list.
    ba2480200f73f9bcd6697d392962533f2391c4c2
    chipx86
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to django-3.2 (d25cb5f)