index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
generic_views
/
views.py
Age
Commit message (
Expand
)
Author
2013-12-15
Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...
Peter Harley
2013-11-02
PEP8 cleanup
Jason Myers
2013-11-02
Fixed flake8 E241
Boryslav Larin
2013-10-26
Fix all violators of E231
Alex Gaynor
2013-10-23
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-09-06
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...
Ian Wilson
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-18
Fixed #20234 and #20236 -- SingleObjectMixin fixes
Karol Sikora
2013-05-18
Fixed #20235 -- Use self.object_list if object_list not present in get_contex...
Matthew Somerville
2013-05-09
Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...
Luke Plant
2013-04-12
Modified generic_views for unittest2 discovery.
Preston Timmons
2013-03-19
Fixed #16319 -- added SuccessMessageMixin to contrib.messages
Paul Collins
2013-02-26
Merged regressiontests and modeltests into the test root.
Florian Apolloner