Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/flatpages
Commit message (Expand)AuthorAgeFilesLines
* Updated translation catalogsClaude Paroz2015-10-091-2/+6
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+10
* Fixed #25324 -- Registered ModelAdmin instances with @adm...Y3K2015-08-311-2/+1
* Fixed #25262 -- Removed the enable_comments field from Fl...Y3K2015-08-291-3/+5
* Refs #25073 -- Copied recently added verbose_names to mig...Tim Graham2015-07-171-1/+1
* Fixed #25073 -- Added verbose_name to contrib's model fie...Szilveszter Farkas2015-07-121-1/+1
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-01166-1994/+254
* Updated translation catalogsClaude Paroz2015-03-181-6/+2
* Moved contrib.flatpages tests out of contrib.Tim Graham2015-02-1115-746/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-0610-12/+8
* Fixed #24149 -- Normalized tuple settings to lists.darkryder2015-02-035-14/+14
* Isolated a flatpages test; refs #11505.Tim Graham2015-01-221-0/+8
* Updated en translation catalogsClaude Paroz2015-01-171-10/+10
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-7/+4
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-285-22/+26
* Fixed #23884 -- Moved FlatPageSitemap into django.contrib...Berker Peksag2014-12-153-0/+43
* Fixed template tag braces spacing.Kevin Marsh2014-12-121-3/+3
* Updated translations from TransifexClaude Paroz2014-09-3010-24/+30
* Limited lines to 119 characters in django/Tim Graham2014-09-052-2/+7
* Fetched translations from TransifexClaude Paroz2014-08-20164-1751/+2755
* Added newlines to the ends of CSS, HTML, and JavaScript f...Trey Hunner2014-08-131-1/+1
* Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham2014-08-031-2/+5
* Added database migration for contrib.flatpages.Claude Paroz2014-06-162-0/+34
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-031-1/+1
* Updated translation catalogsClaude Paroz2014-05-191-18/+22
* Harmonized some PEP 0263 coding preamblesClaude Paroz2014-05-151-1/+1
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-064-6/+6
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-032-9/+10
* Corrected many style guide violations that the newest ver...Alex Gaynor2014-03-301-1/+1
* Fixed #22070 -- Changed verbose_name for apps in django.c...James Jenkins2014-03-071-1/+1
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-034-9/+9
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-262-2/+2
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+1
* Removed some unnecessary __exact operators in filters.Tim Graham2014-01-181-2/+2
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8
* Imported override_settings from its new location.Aymeric Augustin2013-12-235-9/+5
* Fixed E127 pep8 warnings.Loic Bistuer2013-12-141-2/+2
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-2/+2
* Fixed #21388 -- Corrected language code for FrisianBouke Haarsma2013-11-112-0/+0
* Fixed flake8 E251 violationsMilton Mazzarri2013-11-033-6/+6
* Fixed all E261 warningscoagulant2013-11-021-1/+1
* Started attackign the next flake8 violationAlex Gaynor2013-10-316-0/+8
* Start attacking E231 violationsAlex Gaynor2013-10-243-4/+4
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-40/+40
* Fixed #21287 -- Fixed E123 pep8 warningsAlasdair Nicol2013-10-181-12/+12
* Whitespace cleanup.Tim Graham2013-10-104-5/+0
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-1/+1
* Updated flatpages tests to override CSRF_FAILURE_VIEW.Kirill Zaitsev2013-07-301-0/+1
* Removed several unused imports.Aymeric Augustin2013-06-192-2/+0