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
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-07-06
Fixed #28331 -- Added ContextMixin.extra_context to allowing passing context ...
Bruno Alla
2017-06-01
Refs #23968 -- Removed unnecessary lists, generators, and tuple calls.
Jon Dufresne
2017-03-01
Fixed #26911 -- Removed NoReverseMatch silencing in RedirectView.
Grzegorz Tężycki
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-11-10
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
za
2016-06-28
Replaced use of TestCase.fail() with assertRaises().
Tim Graham
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-31
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Marten Kenbeek
2015-11-21
Fixed #25780 -- Removed redundant status code assertions from tests
Alex Morozov
2015-05-20
Refs #24652 -- Used SimpleTestCase where appropriate.
Simon Charette
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24168 -- Allowed selecting a template engine in a few APIs.
Aymeric Augustin
2015-01-18
Changed RedirectView.permanent to False per deprecation timeline; refs #21587.
Tim Graham
2015-01-17
Fixed #24055 -- Keep reference to view class for resolve()
Collin Anderson
2014-12-30
Applied ignore_warnings to Django tests
Claude Paroz
2014-11-25
Fixed #21587 -- Added a warning for changing default of RedirectView.permanent.
Berker Peksag
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
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