summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages
AgeCommit message (Expand)Author
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
2011-03-20Copied "Norwegian Bokmål (nb)" translation to old "Norwegian (no)" translati...Jannis Leidel
2011-03-20Pulled translation updates from Transifex again.Jannis Leidel
2011-03-17Fixed plural forms formula for the Croatian (hr) localization by manually ove...Ramiro Morales
2011-03-15Pulled flatpages translation updates from Transifex.Jannis Leidel
2011-03-09Fixed a bunch more tests that were failing in Oracle due to false assumptions...Ian Kelly
2011-03-04Fixed Hungarian, Russian, Serbian and Ukranian plural forms introduced in r15...Jannis Leidel
2011-03-04Fixed plural forms of Irish translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Welsh translation introduced in r15680.Jannis Leidel
2011-03-04Fixed plural forms of Bosnian translation introduced in r15680.Jannis Leidel
2011-03-03Updated test assertions that have been deprecated by the move to unittest2. I...Russell Keith-Magee
2011-03-01Updated flatpages translations from transifex.net. Refs #15300.Jannis Leidel
2011-02-06Fixed #14768 -- Added an es_MX locale and initial translation. Thanks to Alon...Russell Keith-Magee
2011-01-21Added new translation files to formtools contrib app.Jannis Leidel
2010-10-10Don't mark a TemplateSyntaxError in flatpages as being translatable.Alex Gaynor
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
2010-02-04Fixed #12358 - csrf_token template tag does not work with flatpages.Luke Plant
2008-09-02Cleaned up a bunch of minor doc stuff:Jacob Kaplan-Moss
2008-08-27Removed oldforms, validators, and related code:Gary Wilson Jr
2008-08-21Fixed #8376 -- Use request.path and request.path_info at the right moments whenMalcolm Tredinnick
2008-08-11Refs #7742 -- newforms-admin does not use oldforms `validator_list` argument,...Gary Wilson Jr
2008-08-05Fixed #6213: flatpage view now correctly redirects if settings.APPEND_SLASH. ...Jacob Kaplan-Moss
2008-07-18Merged the newforms-admin branch into trunk.Brian Rosner
2008-06-30Fixed #4081 -- Allow empty content in flatpages.Malcolm Tredinnick
2008-06-16Fixed #7329 -- Added list_display Admin options to FlatPage and Redirect mode...Adrian Holovaty
2008-03-29Django code styling fixes.Gary Wilson Jr
2008-03-29Fixed #6879 -- Made string in `contrib.flatpages` translatable, thanks ctroch...Gary Wilson Jr