You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/known-issues.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -78,7 +78,7 @@ See [#10](https://github.com/torchbox/django-pattern-library/issues/10). It’s
78
78
{% if search_results.paginator.count %}
79
79
```
80
80
81
-
## Django form fields are not well supported
81
+
### Django form fields are not well supported
82
82
83
83
🎉 This is now addressed as of v0.5.0, with the [context modifiers in Python](../guides/defining-template-context.md#modifying-template-contexts-with-python) API. View our [forms and fields](../recipes/forms-and-fields.md) recipe.
84
84
@@ -100,7 +100,7 @@ form:
100
100
101
101
While this is in theory possible, it’s not a very desirable prospect.
102
102
103
-
## Can’t mock objects comparison by reference
103
+
### Can’t mock objects comparison by reference
104
104
105
105
🎉 This is now addressed as of v0.5.0, with the [context modifiers in Python](../guides/defining-template-context.md#modifying-template-contexts-with-python) API.
0 commit comments