Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/tests/utils_tests/test_module_loading.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed ImportError message in utils.module_loading.import_...Tomasz Kontusz2015-06-061-1/+3
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-3/+4
* Removed utils.module_loading.import_by_path() per depreca...Tim Graham2015-01-181-38/+2
* Applied ignore_warnings to Django testsClaude Paroz2014-12-301-3/+4
* Fixed #23670 -- Prevented partial import state during mod...Markus Holtermann2014-10-311-0/+25
* Advanced deprecation warnings for 1.8.Aymeric Augustin2014-03-221-2/+2
* Fixed #21188 -- Introduced subclasses for to-be-removed-i...Claude Paroz2014-03-081-2/+3
* Fixed #21674 -- Deprecated the import_by_path() function ...Berker Peksag2014-02-081-7/+25
* Moved sys.path-extending decorator to django.test.utils a...Carl Meyer2014-01-261-26/+25
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-8/+2
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-221-1/+1
* Stopped iterating on INSTALLED_APPS.Aymeric Augustin2013-12-221-2/+7
* Fixing E302 ErrorsJason Myers2013-11-031-0/+5
* Fixed #21302 -- Fixed unused imports and import *.Tim Graham2013-11-021-1/+1
* Fixed #21060 -- Refactored admin's autodiscover method to...Juan Catalano2013-09-141-1/+30
* Deprecated django.utils.importlibClaude Paroz2013-07-291-1/+1
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-011-2/+2
* Modified utils_tests for unittest2 discovery.Preston Timmons2013-04-121-0/+194