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
/
test_base.py
Age
Commit message (
Expand
)
Author
2013-12-16
Fixed #21564 -- Use local request object when possible in generic views.
Baptiste Mispelon
2013-11-02
PEP8 cleanup
Jason Myers
2013-10-19
Removed unused local variables in tests.
Tim Graham
2013-09-06
fixed test name from an old, overly specific iteration of the test
Ian Wilson
2013-09-06
adds fix for SingleObjectTemplateResponseMixin raising a TemplateDoesNotExist...
Ian Wilson
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-07-01
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-06-14
Fixed #15273 -- Extend RedirectView to allow reversal by name.
Marc Tamlyn
2013-05-22
Fixed #20478 – Added support for HTTP PATCH method in generic views.
Krzysztof Jurewicz
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
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-04-12
Modified generic_views for unittest2 discovery.
Preston Timmons