david / django-modelviews

Backup of an old repository with useful ideas. Initial goal: integrating REST to django admin (class-based views).

Clone this repository (size: 85.8 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/david/django-modelviews

Shortlog (showing r55:9a25cad7a0b4 (tip) → r31:be8c4ff20004)

Age Author Message A M D «
2 years david david Documentation in progress 1
2 years Will Larson All tests are now passing. 2
2 years Will Larson Removed the test testing the Article model, since it was a sanity 1
2 years Will Larson Added minimal rss/atom mimetype coverage to the mimetype detection test. 1
2 years Will Larson Fixed small typo. 1
2 years Will Larson Added mimetypes for RSS and Atom responders. 2
2 years Will Larson Can now dictate Responder to use by setting the appropriate mimetype. 2
2 years Will Larson Fleshed out the Responders portion out of the documentation. Although not the… 2
2 years Will Larson The default responder will no longer be 'html', but will instead be the first… 1
2 years david david Move authentication backends to authentications file 1 2
2 years david david Documentation in progress 1
2 years david david Add more authentication backends 3
2 years david david Remove BaseDetailView dependency (previous commit was a typo 2
2 years david david Allow nested resources 1
2 years david david Allow nested resources 1 4
2 years Will Larson Moved responders into responders.py 1 1
2 years david david Draft of authentication, still hesitating between dictionaries vs. decorators 4
2 years Will Larson Cleaned up line spacing in tests.py 1
2 years Will Larson YamlResponder is now implemented, and has tests. 3
2 years Will Larson Improved xml_responder_detail test. 1
2 years david david First implementation of feeds' responders, can't find a way to do not… 3
2 years Will Larson Changed yaml mimetype to 'text/yaml', which appears to be standard. 1
2 years Will Larson Updates urls.py to allow regexs for xml and yaml responders. 1
2 years Will Larson Merged in changes from head. 3
2 years Will Larson Added XmlResponder to the Article test url, and added a minimal XmlResponder… 2