summaryrefslogtreecommitdiff
path: root/django/contrib/flatpages
AgeCommit message (Expand)Author
2015-01-12Deprecated passing a Context to a generic Template.render.Aymeric Augustin
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-09-30Updated translations from TransifexClaude Paroz
2014-09-05Limited lines to 119 characters in django/Tim Graham
2014-08-20Fetched translations from TransifexClaude Paroz
2014-08-12Added newlines to the ends of CSS, HTML, and JavaScript files missing them.Trey Hunner
2014-08-03Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham
2014-06-15Added database migration for contrib.flatpages.Claude Paroz
2014-06-03Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham
2014-05-19Updated translation catalogsClaude Paroz
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-30Corrected many style guide violations that the newest version of flake8 catchesAlex Gaynor
2014-03-06Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...James Jenkins
2014-03-03Fixed many typos in comments and docstrings.Rodolfo Carvalho
2014-01-26Moved RequestSite and get_current_site.Aymeric Augustin
2014-01-25Fixed #21829 -- Added default AppConfigs.Aymeric Augustin
2014-01-17Removed some unnecessary __exact operators in filters.Tim Graham
2014-01-05Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin
2013-12-23Imported override_settings from its new location.Aymeric Augustin
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