mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
2da6415ba1
Python package for Django removing the need to call super().get_context_data(**kwargs) in nearly every Django view. WWW: https://github.com/rixx/django-context-decorator - While I'm here: - Fix USES=python - Update WWW PR: 239048 Submitted by: Alexander Sieg <alex@xanderio.de>
5 lines
171 B
Plaintext
5 lines
171 B
Plaintext
Python package for Django removing the need to call
|
|
super().get_context_data(**kwargs) in nearly every Django view.
|
|
|
|
WWW: https://github.com/rixx/django-context-decorator
|