Fix typo in BoundPanel subclassing example

pull/8486/head
Matt Westcott 2022-05-03 11:26:36 +01:00
rodzic 5b4242df3c
commit e4d563e492
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -213,7 +213,7 @@ Binding to a request, instance and form object is now handled by a new class `Pa
```python
class CustomPanel(Panel):
class BoundPanel(Panel.CustomPanel):
class BoundPanel(Panel.BoundPanel):
def __init__(self, **kwargs):
super().__init__(**kwargs)
# The attributes self.panel, self.request, self.instance and self.form