openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
D
django-class-based-views
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 13 hours
ago. based on code collected
about 13 hours
ago.
Aug 13, 2024 — Aug 13, 2025
Showing page 1 of 2
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Merge branch 'master' of
[email protected]
:bfirsh/django-class-based-views
Ben Firshman
More...
almost 15 years ago
Added egg to gitignore
Ben Firshman
More...
almost 15 years ago
Coerced all exception messages to unicode (thanks josesoa!)
Ben Firshman
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
David Larlet
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
David Larlet
More...
almost 15 years ago
Documentation in progress
David Larlet
More...
almost 15 years ago
Documentation in progress
David Larlet
More...
almost 15 years ago
Restore support for PUT and DELETE HTTP verbs, use coerce_put_post from piston
David Larlet
More...
almost 15 years ago
Documentation in progress
David Larlet
More...
almost 15 years ago
Documentation in progress
David Larlet
More...
almost 15 years ago
Removed broken tests
Ben Firshman
More...
almost 15 years ago
Fixed create view not working on invalid forms and added tests for invalid forms
Ben Firshman
More...
almost 15 years ago
Fixed passing template names as strings
Ben Firshman
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
Ben Firshman
More...
almost 15 years ago
Switched to setuptools
Ben Firshman
More...
almost 15 years ago
Ignore my test project
Ben Firshman
More...
almost 15 years ago
Added date based views
Ben Firshman
More...
almost 15 years ago
Added David Larlet to authors
Ben Firshman
More...
almost 15 years ago
Renamed items to queryset for ListView, for consistency.
Ben Firshman
More...
almost 15 years ago
Added edit views
Ben Firshman
More...
almost 15 years ago
Reshuffled things, inspired by Andrew Godwin's baseviews
Ben Firshman
More...
almost 15 years ago
Tweaked base layout
Ben Firshman
More...
about 15 years ago
Working ListView
Ben Firshman
More...
about 15 years ago
Removed old instance check
Ben Firshman
More...
about 15 years ago
Added detail views. Added request back into a few methods so decorators work again (and tested!)
Ben Firshman
More...
about 15 years ago
Ensure resource and context are generated before getting the template
Ben Firshman
More...
about 15 years ago
Shuffled around RequestFactory
Ben Firshman
More...
about 15 years ago
Views now reinstantiate themselves when called. Base view thoroughly tested. other views still don't work
Ben Firshman
More...
about 15 years ago
Massive refactoring with view that can only be instatiated once. Only the base view works.
Ben Firshman
More...
about 15 years ago
←
1
2
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree