summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages
AgeCommit message (Expand)Author
2013-11-05[1.6.x] Pulled Transifex translations for contrib appsClaude Paroz
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
2012-01-28Fixed #12972 -- Validated that flatpages URLs start and (when appropriate) en...Aymeric Augustin
2011-12-22Updated English base translation files in preparation of the alpha release so...Jannis Leidel
2011-12-22Fixed a broken translation string in the flatpages' forms module.Jannis Leidel
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-05-01Replaced old-style with new-style decorator syntax.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-04-02Removed deprecated 'no' translationRussell Keith-Magee