ccbv
ccbv copied to clipboard
A documentation tool for getting your head around Django's class based views.
Is there a nice way of indicating the file name where we show the new line numbers added with #70? Must play nicely with #37
We have multiple parents for some models. We need an efficient way to traverse this tree. The way we do it here is grossly inefficient: https://github.com/refreshoxford/django-cbv-inspector/commit/9519a5bfea74c6fb0426ac781fda023997568c2d#L0R89 Perhaps django-mptt ? --...
Perhaps by appropriately indenting the MRO?
As of Django 4.1, the newly introduced `View.view_is_async` is showing in CCBV as `False`, but it should be a method on the class. This is a bug caused by the...
We currently use the `inspect` module to extract Django code and structure. This has several drawbacks: - The version of Django that we're parsing needs to be installed in the...
> Starting November 28th, 2022, free Heroku Dynos, [and] free Heroku Postgres ... will no longer be available.
It would be nice if the functions showed type hints. At the moment Django doesn't have these, but it'd be nice to know that we have support for them in...