ccbv icon indicating copy to clipboard operation
ccbv copied to clipboard

A documentation tool for getting your head around Django's class based views.

Results 57 ccbv issues
Sort by recently updated
recently updated
newest added

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

UX
Front-end

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 ? --...

We have travis running (#66), so now we need ALL OF THE TESTS!

Bug

Perhaps by appropriately indenting the MRO?

UX
Front-end

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...

Bug

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...

New Feature
Back-end

> Starting November 28th, 2022, free Heroku Dynos, [and] free Heroku Postgres ... will no longer be available.

Priority

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...