0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 2 days ago.
Apr 14, 2023 — Apr 14, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge branch 'master' of [email protected]:bfirsh/django-class-based-views More... over 13 years ago
Added egg to gitignore More... over 13 years ago
Coerced all exception messages to unicode (thanks josesoa!) More... over 13 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... over 13 years ago
Fixed broken test, which based on objects having diffrent id
lrekucki
as Lukasz Rekucki
More... over 13 years ago
Add a dispatch method to View base class, as suggested by Russel and Luke More... over 13 years ago
Documentation in progress More... over 13 years ago
Documentation in progress More... over 13 years ago
Restore support for PUT and DELETE HTTP verbs, use coerce_put_post from piston More... over 13 years ago
Documentation in progress More... over 13 years ago
Documentation in progress More... over 13 years ago
Removed broken tests More... over 13 years ago
Fixed create view not working on invalid forms and added tests for invalid forms More... over 13 years ago
Fixed passing template names as strings More... over 13 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... over 13 years ago
Switched to setuptools More... over 13 years ago
Ignore my test project More... over 13 years ago
Added date based views More... over 13 years ago
Added David Larlet to authors More... over 13 years ago
Renamed items to queryset for ListView, for consistency. More... over 13 years ago
Added edit views More... over 13 years ago
Reshuffled things, inspired by Andrew Godwin's baseviews More... over 13 years ago
Tweaked base layout More... almost 14 years ago
Working ListView More... almost 14 years ago
Removed old instance check More... almost 14 years ago
Added detail views. Added request back into a few methods so decorators work again (and tested!) More... almost 14 years ago
Ensure resource and context are generated before getting the template More... almost 14 years ago
Shuffled around RequestFactory More... almost 14 years ago
Views now reinstantiate themselves when called. Base view thoroughly tested. other views still don't work More... almost 14 years ago
Massive refactoring with view that can only be instatiated once. Only the base view works. More... almost 14 years ago