horizon/horizon/tables
Erik Olof Gunnar Andersson 27887e356f Fix maximum recursion depth error when generating documentation
Troubleshooting an issue with Senlin documentation,

> RecursionError: maximum recursion depth exceeded in __instancecheck__

it turns out that attrs['base_options'] creates a recursive reference
when no base classes have 'base_options'.
This happens when BaseAction is created.

Closes-Bug: #1955773
Change-Id: I2724f07339134b3e06b7ea925939bf7072162106
(cherry picked from commit b8cc0043d4)
2022-01-27 06:39:45 +00:00
..
__init__.py Add pages menu to volume backups pagination 2020-05-28 16:21:45 +00:00
actions.py Fix maximum recursion depth error when generating documentation 2022-01-27 06:39:45 +00:00
base.py Support Django 3.2 support (3) 2021-09-15 19:38:13 +00:00
formset.py Use python3-style super() 2020-10-15 14:37:20 +09:00
views.py Use python3-style super() 2020-10-15 14:37:20 +09:00