summaryrefslogtreecommitdiff
path: root/tests/flatpages_tests
AgeCommit message (Expand)Author
2025-07-23Refs #36500 -- Rewrapped long docstrings and block comments via a script.django-bot
2022-02-07Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak
2022-02-07Refs #33476 -- Reformatted code with Black.django-bot
2020-01-28Fixed #22261 -- Fixed resolving namespaced URLs for flatpages.Hasan Ramezani
2020-01-28Refs #22261 -- Added missing trailing slash to the flatpages_tests urls.Mariusz Felisiak
2019-06-28Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne
2018-12-31Updated test URL patterns to use path() and re_path().Tim Graham
2018-09-11Fixed #29746 -- Fixed misleading FlatpageForm URL help text if APPEND_SLASH i...Tom Carrick
2017-12-28Removed unnecessary trailing commas and spaces in various code.Mariusz Felisiak
2017-10-12Added test for FlatPage.__str__().Mads Jensen
2017-10-12Added setUp() method to FlatpageModelTests.Mads Jensen
2017-07-29Used assertRaisesMessage() to test Django's error messages.Mads Jensen
2017-02-07Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz
2017-02-03Fixed spelling of "nonexistent".Tim Graham
2017-01-25Refs #23919 -- Replaced super(ClassName, self) with super().chillaranand
2017-01-19Refs #23919 -- Stopped inheriting from object to define new style classes.Simon Charette
2017-01-18Refs #23919 -- Removed encoding preambles and future importsClaude Paroz
2017-01-17Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham
2016-05-17Refs #26601 -- Deprecated old-style middleware.Tim Graham
2016-05-17Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner
2016-04-08Fixed E128 flake8 warnings in tests/.Tim Graham
2016-02-06Fixed #26175 -- Removed SHA1 password hashes in tests.Tim Graham
2016-01-29Refs #26022 -- Used context manager version of assertRaises in tests.Hasan
2016-01-25Fixed #26125 -- Fixed E731 flake warnings.userimack
2015-11-21Fixed #25780 -- Removed redundant status code assertions from testsAlex Morozov
2015-08-31Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant
2015-05-20Refs #24652 -- Used SimpleTestCase where appropriate.Simon Charette
2015-03-18Fixed #24476 -- Added context manager/decorator for overriding script prefix.Bas Peschier
2015-03-05Converted test fixtures to setUpTestData methodsJosh Smeaton
2015-02-24Fixed typos in flatpages_tests comments.Nik Nyby
2015-02-11Moved contrib.flatpages tests out of contrib.Tim Graham