Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/timezones
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25668 -- Misc spelling errorsVille Skyttä2015-11-031-1/+1
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-7/+29
* Adjusted tests that were messing with database connection...Aymeric Augustin2015-09-091-11/+26
* Fixed #21127 -- Started deprecation toward requiring on_d...Flavio Curella2015-07-281-1/+1
* Fixed #21927 -- Made application and instance namespaces ...Marten Kenbeek2015-06-081-2/+2
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-3/+3
* Added tzinfo to a test to fix RuntimeWarning.Tim Graham2015-05-181-3/+4
* Factored skip condition when pytz isn't installed.Aymeric Augustin2015-05-171-8/+10
* Dropped the needs_datetime_string_cast feature.Aymeric Augustin2015-05-171-34/+0
* Worked around a bug when chaining skipIf/UnlessDBFeature.Aymeric Augustin2015-05-171-4/+8
* Fixed #23820 -- Supported per-database time zone.Aymeric Augustin2015-05-171-2/+65
* Removed global timezone-aware datetime adapters.Aymeric Augustin2015-05-171-1/+25
* Removed global timezone-aware datetime converters.Aymeric Augustin2015-05-171-0/+25
* Updated tests to stop leaking models in shared AdminSite.Riccardo Magliocchetti2015-04-153-11/+10
* Fixed #24558 -- Made dumpdata mapping ordering determinis...Simon Charette2015-04-021-1/+1
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-052-18/+10
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-13/+18
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-031-1/+1
* Fixed #24124 (again) -- Updated tests with new default co...Aymeric Augustin2015-01-121-4/+8
* Moved context_processors from django.core to django.templ...Aymeric Augustin2014-12-281-1/+1
* Optimized make_aware/naive by removing redundant checks. ...Aymeric Augustin2014-05-161-28/+0
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-061-2/+2
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-031-4/+4
* Fixed typo in comments.Aymeric Augustin2014-03-211-2/+2
* Imported override_settings from its new location.Aymeric Augustin2013-12-231-2/+2
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-8/+10
* Fixing E302 ErrorsJason Myers2013-11-033-0/+13
* Fixed flake8 E241Boryslav Larin2013-11-021-10/+10
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-022-4/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-90/+108
* Removed unused local variables in tests.Tim Graham2013-10-191-2/+2
* Fixed #19560 -- Identified field in warning for naive dat...Aymeric Augustin2013-10-131-5/+10
* Factorized requires_tz_support decorator in test utilsClaude Paroz2013-10-011-14/+2
* Fixed #21074 -- Added tests for localized datetime fields.Aymeric Augustin2013-09-212-1/+22
* Ensured that explicit time zones are rejected by forms.Aymeric Augustin2013-09-211-0/+5
* Fixed #17262 -- Refactored tzinfo implementations.Aymeric Augustin2013-09-091-3/+2
* Fixed existing tests to handle BadSerializer.Roberto Aguilar2013-09-071-6/+6
* Removed most of absolute_import importsClaude Paroz2013-07-292-4/+0
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-1/+1
* Fixed #19733 - deprecated ModelForms without 'fields' or ...Luke Plant2013-05-091-0/+1
* Renamed some tests and removed references to modeltests/r...Florian Apolloner2013-02-261-1/+1
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-267-0/+1200