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