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

Use `path` instead of `re_path`, and work with a cascade of path patterns to avoid code duplication for the parameters.

We can discard classes from the importer if they are a subclass of `Warning`.

An attempt to stop database queries from being executed while rendering the templates. There is lots of refactoring happening on the side in this PR, which I intend to spin...

CCBV (rightfully) holds a place near the start of my bookmarks bar, but without a favicon, it has to have a title, making it about 3x wider than it needs...

Low-hanging fruit
Front-end

Code as displayed on GitHub: ![Screenshot from 2021-12-12 00-21-28](https://user-images.githubusercontent.com/767671/145695877-6176a5fb-aa81-452d-959f-8412d282e049.png) Screenshot from CCBV: ![Screenshot from 2021-12-12 00-21-40](https://user-images.githubusercontent.com/767671/145695876-69426047-28fe-4f3b-903c-07af4da81235.png) Note how the docstring displayed above the code includes the paragraph break correctly, but...

Bug
Low-hanging fruit
Back-end

Can we automate this once #39 is complete?

Hi, As a request, I was hoping that `django.contrib.messages.views.SuccessMessageMixin` could be included as well. I think it's a valuable addition to mention, since it's designed to be used in combination...

Bug
Priority

Hi there, Github spoiled the surprise here.. but yey \o/ a docker to run the project =) I'm also using [Fig](http://www.fig.sh/) to make link the containers used, and set the...

I'd like to see the code base broken up into two pieces: - lower level generation lib - cli app that takes a python class path and returns the flattened...

#135 and #138 provide support for decorated functions, and these mostly work consistently (the function is treated the same as a regular method, and any decorators are shown in its...