summaryrefslogtreecommitdiff
path: root/tests/staticfiles_tests/apps
Commit message (Collapse)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-1/+1
|
* Fixed #28566 -- Added path matching to collectstatic ignore patterns.Daniel Wiesmann2018-07-132-1/+1
|
* Fixed #27948 -- Removed incorrect unquote() in static serving views.Tim Graham2017-03-171-0/+1
|
* Fixed #20189 -- Allowed customizing staticfiles ignored_patterns listClaude Paroz2016-04-221-0/+5
| | | | Thanks Tim Graham for the review.
* Removed obsolete reference to media directory.Aymeric Augustin2015-02-211-1/+1
|
* Removed workaround for SVN limitations.Aymeric Augustin2015-02-214-1/+3
| | | | In addition to simplifying the code, this reduces the number of writes.
* Removed superfluous models.py files.Aymeric Augustin2013-12-172-0/+0
| | | | | | | Added comments in the three empty models.py files that are still needed. Adjusted the test runner to add applications corresponding to test labels to INSTALLED_APPS even when they don't have a models module.
* Merged regressiontests and modeltests into the test root.Florian Apolloner2013-02-2613-0/+11