summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages
AgeCommit message (Expand)Author
2013-12-14Fixed E127 pep8 warnings.Loic Bistuer
2013-11-28Fixed E125 pep8 warningsChristopher Medrela
2013-11-11Fixed #21388 -- Corrected language code for FrisianBouke Haarsma
2013-11-03Fixed flake8 E251 violationsMilton Mazzarri
2013-11-02Fixed all E261 warningscoagulant
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-10-05Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon
2013-07-30Updated flatpages tests to override CSRF_FAILURE_VIEW.Kirill Zaitsev
2013-06-19Removed several unused imports.Aymeric Augustin
2013-06-18Fixed #20199 -- Allow ModelForm fields to override error_messages from model ...Loic Bistuer
2013-05-18Fixed #13285: populate_xheaders breaks cachingƁukasz Langa
2013-05-10Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer
2013-05-09Fixed #19733 - deprecated ModelForms without 'fields' or 'exclude', and added...Luke Plant
2013-05-02Updated translation templates and removed en translationsClaude Paroz
2013-04-02Updated flatpages tests for unittest2 discovery.Preston Timmons
2013-03-28Updated translation templatesClaude Paroz
2013-03-28Added Burmese languageClaude Paroz
2013-03-28Added Ossetic languageClaude Paroz
2013-03-28Updated translations from TransifexClaude Paroz
2013-03-24Merge pull request #946 from matiasb/minor-flatpage-translation-fixSimon Charette
2013-03-24Fixed #15124 -- Changed the default for BooleanField.Aymeric Augustin
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-26Merged contrib translations from 1.5 branchClaude Paroz
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-11-15Update django/contrib/flatpages/forms.pyvanschelven
2012-10-15Updated base translation filesClaude Paroz
2012-10-01Prevented flatpage view from directly accessing settings.SITE_IDClaude Paroz
2012-09-28Made more extensive use of get_current_siteClaude Paroz
2012-08-12[py3] Refactored __unicode__ to __str__.Aymeric Augustin
2012-06-26Add reST role to templates named in some view docs.Ben Spaulding
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-03-23Pulled flatpages translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-14Added Tatar translation. Refs #17822.Jannis Leidel
2012-03-14Added Swahili translation. Refs #17822.Jannis Leidel
2012-03-14Added Nepali translation. Refs #17822.Jannis Leidel
2012-03-14Added Kazakh translation. Refs #17822.Jannis Leidel
2012-03-14Added Esperanto to the list of languages. Refs #17822.Jannis Leidel
2012-03-14Pulled the flatpages translations updates from Transifex. Refs #17822.Jannis Leidel
2012-03-05Updated flatpages base translation files with new strings. Refs #17822.Jannis Leidel
2012-01-28Added __future__ import for Python 2.5 forgotten in r17402.Aymeric Augustin