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_detail.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2017-07-29
Used assertRaisesMessage() to test Django's error messages.
Mads Jensen
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-01-29
Refs #26022 -- Used context manager version of assertRaises in tests.
Hasan
2015-12-30
Fixed #26006 -- Fixed incorrect object reference in SingleObjectMixin.get_con...
Chris Cogdon
2015-04-25
Fixed #24689 -- Fixed DetailView methods with deferred QuerySet.
Artis Avotins
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2014-11-03
Fixed #23620 -- Used more specific assertions in the Django test suite.
Berker Peksag
2014-10-02
Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slug
Jon Dufresne
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2013-12-15
Fixed #21619 -- Made SingleObjectMixin.get_object catch a more precise except...
Peter Harley
2013-07-29
Removed most of absolute_import imports
Claude Paroz
2013-05-21
Use assertIsInstance in tests.
Marc Tamlyn
2013-04-12
Modified generic_views for unittest2 discovery.
Preston Timmons