ccbv
ccbv copied to clipboard
A documentation tool for getting your head around Django's class based views.
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...
Code as displayed on GitHub:  Screenshot from CCBV:  Note how the docstring displayed above the code includes the paragraph break correctly, but...
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...
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...