summaryrefslogtreecommitdiff
path: root/tests/flatpages_tests/test_forms.py
Commit message (Expand)AuthorAgeFilesLines
* Refs #33476 -- Refactored code to strictly match 88 characters line length.Mariusz Felisiak2022-02-071-2/+6
* Refs #33476 -- Reformatted code with Black.django-bot2022-02-071-38/+69
* Fixed #30400 -- Improved typography of user facing strings.Jon Dufresne2019-06-281-3/+3
* 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
* Converted usage of ugettext* functions to their gettext* aliasesClaude Paroz2017-02-071-3/+1
* Refs #23919 -- Removed encoding preambles and future importsClaude Paroz2017-01-181-2/+0
* Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...Tim Graham2017-01-171-18/+0
* Fixed #26601 -- Improved middleware per DEP 0005.Florian Apolloner2016-05-171-2/+20
* Fixed E128 flake8 warnings in tests/.Tim Graham2016-04-081-4/+2
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Converted test fixtures to setUpTestData methodsJosh Smeaton2015-03-051-1/+7
* Moved contrib.flatpages tests out of contrib.Tim Graham2015-02-111-0/+103