index
:
django.git
fix-31295
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
flatpages_tests
/
test_forms.py
Age
Commit message (
Expand
)
Author
2022-02-07
Refs #33476 -- Refactored code to strictly match 88 characters line length.
Mariusz Felisiak
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2018-09-11
Fixed #29746 -- Fixed misleading FlatpageForm URL help text if APPEND_SLASH i...
Tom Carrick
2017-12-28
Removed unnecessary trailing commas and spaces in various code.
Mariusz Felisiak
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2017-01-17
Refs #26601 -- Removed support for old-style middleware using settings.MIDDLE...
Tim Graham
2016-05-17
Fixed #26601 -- Improved middleware per DEP 0005.
Florian Apolloner
2016-04-08
Fixed E128 flake8 warnings in tests/.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-03-05
Converted test fixtures to setUpTestData methods
Josh Smeaton
2015-02-11
Moved contrib.flatpages tests out of contrib.
Tim Graham