0
I Use This!
Inactive

Commits : Listings

Analyzed about 13 hours ago. based on code collected about 13 hours ago.
Aug 13, 2024 — Aug 13, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of [email protected]:bfirsh/django-class-based-views More... almost 15 years ago
Added egg to gitignore More... almost 15 years ago
Coerced all exception messages to unicode (thanks josesoa!) More... almost 15 years ago
Switching from __call__+copy() to as_view classmethod, as discussed on the mailing-list: http://groups.google.com/group/django-developers/browse_thread/thread/27cec79b784ef73f?hl=en More... almost 15 years ago
Fixed broken test, which based on objects having diffrent id
lrekucki
as Lukasz Rekucki
More... almost 15 years ago
Add a dispatch method to View base class, as suggested by Russel and Luke More... almost 15 years ago
Documentation in progress More... almost 15 years ago
Documentation in progress More... almost 15 years ago
Restore support for PUT and DELETE HTTP verbs, use coerce_put_post from piston More... almost 15 years ago
Documentation in progress More... almost 15 years ago
Documentation in progress More... almost 15 years ago
Removed broken tests More... almost 15 years ago
Fixed create view not working on invalid forms and added tests for invalid forms More... almost 15 years ago
Fixed passing template names as strings More... almost 15 years ago
args and kwargs are now passed to get_object() in DetailView. This makes simple cases way simpler, but needs a design decision More... almost 15 years ago
Switched to setuptools More... almost 15 years ago
Ignore my test project More... almost 15 years ago
Added date based views More... almost 15 years ago
Added David Larlet to authors More... almost 15 years ago
Renamed items to queryset for ListView, for consistency. More... almost 15 years ago
Added edit views More... almost 15 years ago
Reshuffled things, inspired by Andrew Godwin's baseviews More... almost 15 years ago
Tweaked base layout More... about 15 years ago
Working ListView More... about 15 years ago
Removed old instance check More... about 15 years ago
Added detail views. Added request back into a few methods so decorators work again (and tested!) More... about 15 years ago
Ensure resource and context are generated before getting the template More... about 15 years ago
Shuffled around RequestFactory More... about 15 years ago
Views now reinstantiate themselves when called. Base view thoroughly tested. other views still don't work More... about 15 years ago
Massive refactoring with view that can only be instatiated once. Only the base view works. More... about 15 years ago