index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
flatpages
/
tests
Age
Commit message (
Expand
)
Author
2015-02-11
Moved contrib.flatpages tests out of contrib.
Tim Graham
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24149 -- Normalized tuple settings to lists.
darkryder
2015-01-22
Isolated a flatpages test; refs #11505.
Tim Graham
2014-12-28
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-15
Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.
Berker Peksag
2014-12-12
Fixed template tag braces spacing.
Kevin Marsh
2014-08-12
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Trey Hunner
2014-05-15
Harmonized some PEP 0263 coding preambles
Claude Paroz
2014-04-06
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-03
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-03-03
Fixed many typos in comments and docstrings.
Rodolfo Carvalho
2013-12-23
Imported override_settings from its new location.
Aymeric Augustin
2013-11-03
Fixed flake8 E251 violations
Milton Mazzarri
2013-10-31
Started attackign the next flake8 violation
Alex Gaynor
2013-10-24
Start attacking E231 violations
Alex Gaynor
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-18
Fixed #21287 -- Fixed E123 pep8 warnings
Alasdair Nicol
2013-10-10
Whitespace cleanup.
Tim Graham
2013-07-30
Updated flatpages tests to override CSRF_FAILURE_VIEW.
Kirill Zaitsev
2013-06-19
Removed several unused imports.
Aymeric Augustin
2013-05-10
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-04-02
Updated flatpages tests for unittest2 discovery.
Preston Timmons
2013-03-23
Fixed #20117 -- Added missing translation override to fix flatpages test.
matiasb
2013-03-23
Fixed #20048, #20060 -- Modified tests for contrib apps sensitive to custom U...
Russell Keith-Magee
2013-02-24
Fixed #18862 -- Honored script prefix in FlatPage.get_absolute_url.
Aymeric Augustin
2013-02-24
URL-encoded URLs in FlatPage.get_absolute_url.
Aymeric Augustin
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-31
Fixed #18408 -- Isolated flatpages tests from existing sites.
Jens Page
2012-04-28
Fixed #18234: Avoided exception on flatpage add
Karen Tracey
2012-03-31
Used the override_settings decorator in the tests of auth, flatpages, and for...
Aymeric Augustin
2012-03-30
Removed with_statement imports, useless in Python >= 2.6. Refs #17965. Thanks...
Claude Paroz
2012-01-28
Added __future__ import for Python 2.5 forgotten in r17402.
Aymeric Augustin
2012-01-28
Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...
Aymeric Augustin
2011-10-17
Fixed #17057 -- Corrected flatpage url uniqueness validation to account for f...
Carl Meyer
2011-10-07
Fixed #14678 -- Added validation to catch flatpages with the same URL on the ...
Carl Meyer
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-05-07
Minor renaming for consistency.
Jannis Leidel
2011-04-20
Switched to HTML5 doctype in all Django supplied templates.
Luke Plant
2011-04-20
Fixed #6213 -- Updated the flatpages app to only append a slash if the flatpa...
Jannis Leidel
2011-03-09
Fixed a bunch more tests that were failing in Oracle due to false assumptions...
Ian Kelly
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2010-09-13
Fixed #14252 - django.contrib.flatpages unit tests assume default value for s...
Luke Plant
2010-08-28
Fixed #5192 -- Modified flatpage admin form to allow ~ and . characters in fl...
Russell Keith-Magee
2010-08-28
Fixed #6932 -- Added a template tag that gives a list of available flatpages ...
Russell Keith-Magee
2010-08-28
Removed a stray DEBUG=True test setting introduced in r13641.
Russell Keith-Magee
2010-08-27
Fixed #14156 -- Modified the way CSRF protection is applied to flatpages so t...
Russell Keith-Magee