summaryrefslogtreecommitdiff
path: root/tests/sites_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-60/+63
* Refs #32956 -- Changed "afterwards" to "afterward" in docs and comments.David Smith2021-07-271-1/+1
* Fixed #31802 -- Added system check for non-integer SITE_ID.Parth Verma2020-07-241-5/+21
* Removed redundant MiddlewareTest.test_old_style_request() test.Claude Paroz2020-02-141-8/+0
* Fixed #31121 -- Cleared Site cache in SitesFrameworkTests.Claude Paroz2019-12-271-0/+3
* Refs #28478 -- Deprecated TestCase's allow_database_queries and multi_db in f...Simon Charette2019-01-101-2/+2
* Adjusted code style of a few test data setup methods.Simon Charette2018-11-271-5/+1
* Switched setUp() to setUpTestData() where possible in Django's tests.Simon Charette2018-11-271-5/+9
* Added tests for RequestSite.__init__() and __str__().Mads Jensen2017-09-281-0/+7
* Added a separate test class for RequestSite.Tim Graham2017-09-281-16/+15
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-191-1/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Fixed #27181 -- Allowed contrib.sites to match domains with trailing ".".Anton Samarchyan2016-11-291-0/+13
* Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.za2016-11-101-6/+6
* Refs #26666 -- Added ALLOWED_HOSTS validation when running tests.Tobias McNulty2016-06-201-1/+4
* Fixed #26716 -- Made CurrentSiteMiddleware compatible with new-style middleware.Brett Haydon2016-06-071-2/+8
* Fixed #24075 -- Used post-migration models in contrib apps receivers.Simon Charette2016-05-151-0/+9
* Fixed #26446 -- Added additional tests to cover methods in the RequestSite classPiers Storey2016-04-031-0/+20
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-7/+14
* Fixed #25692 -- Added natural keys support to Site model.j0hnsmith2015-11-071-0/+4
* Fixed reverse sites_tests failures introduced in refs #24834.Tim Graham2015-06-181-0/+3
* Fixed #24834 -- Fixed get_current_site() when Host header contains port.Nick Pope2015-06-181-0/+35
* Fixed #24774 -- Made contrib.site's Site.domain field uniquePiotr Jakimiak2015-05-161-0/+6
* Fixed #24488 -- Made create_default_site() use default pk of 1.Marten Kenbeek2015-03-161-0/+9
* Fixed #24351, #24346 -- Changed the signature of allow_migrate().Loic Bistuer2015-02-201-1/+1
* Fixed #24332 -- Fixed contrib.sites create_default_site() when 'default' DATA...Tim Graham2015-02-131-2/+28
* Moved contrib.sites tests out of contrib.Tim Graham2015-02-112-0/+194