Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/generic_views/test_dates.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-11/+44
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-22/+34
* Fixed #24263 -- Prevented extra queries on BaseDateDetail...Tim Graham2015-02-031-0/+4
* Fixed #23620 -- Used more specific assertions in the Djan...Berker Peksag2014-11-031-1/+1
* Fixed #18355 -- Added ordering options to list based gene...Peter Harley2014-08-151-0/+36
* Updated tests for added newlines in 68686430638215b5405b2...Tim Graham2014-08-131-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-6/+6
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* PEP8 cleanupJason Myers2013-11-031-1/+2
* Fix all violators of E231Alex Gaynor2013-10-261-4/+4
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Factorized requires_tz_support decorator in test utilsClaude Paroz2013-10-011-14/+1
* Removed most of absolute_import importsClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Modified generic_views for unittest2 discovery.Preston Timmons2013-04-121-0/+638