summaryrefslogtreecommitdiff
path: root/tests/flatpages_tests
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-075-12/+44
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-0711-233/+325
* Fixed #22261 -- Fixed resolving namespaced URLs for flatpages.Hasan Ramezani2020-01-284-3/+30
* Refs #22261 -- Added missing trailing slash to the flatpages_tests urls.Mariusz Felisiak2020-01-281-1/+1
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-3/+3
* Updated test URL patterns to use path() and re_path().Tim Graham2018-12-311-5/+5
* Fixed #29746 -- Fixed misleading FlatpageForm URL help text if APPEND_SLASH i...Tom Carrick2018-09-111-0/+10
* Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak2017-12-281-1/+1
* Added test for FlatPage.__str__().Mads Jensen2017-10-121-0/+3
* Added setUp() method to FlatpageModelTests.Mads Jensen2017-10-121-5/+6
* Used assertRaisesMessage() to test Django's error messages.Mads Jensen2017-07-291-7/+11
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-3/+1
* Fixed spelling of "nonexistent".Tim Graham2017-02-033-10/+37
* Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand2017-01-251-1/+1
* Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette2017-01-192-2/+2
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-183-8/+0
* Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham2017-01-173-70/+0
* Refs #26601 -- Deprecated old-style middleware.Tim Graham2016-05-172-0/+7
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-175-24/+71
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+2
* Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham2016-02-063-8/+8
* Refs #26022 -- Used context manager version of assertRaises in tests.Hasan2016-01-291-14/+14
* Fixed #26125 -- Fixed E731 flake warnings.userimack2016-01-251-1/+2
* Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov2015-11-213-12/+0
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette2015-05-201-2/+2
* Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier2015-03-181-6/+3
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-057-85/+131
* Fixed typos in flatpages_tests comments.Nik Nyby2015-02-241-5/+5
* Moved contrib.flatpages tests out of contrib.Tim Graham2015-02-1114-0/+750