Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_views/test_detail.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #24689 -- Fixed DetailView methods with deferred Qu...Artis Avotins2015-04-261-0/+22
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-38/+51
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-2/+2
* Fixed #23482 -- Added SingleObjectMixin.query_pk_and_slugJon Dufresne2014-10-021-0/+28
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Fixed #21619 -- Made SingleObjectMixin.get_object catch a...Peter Harley2013-12-151-1/+8
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Use assertIsInstance in tests.Marc Tamlyn2013-05-211-1/+1
* Modified generic_views for unittest2 discovery.Preston Timmons2013-04-121-0/+101