Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/flatpages
Commit message (Collapse)AuthorAgeFilesLines
* Updated translation catalogsClaude Paroz2015-10-091-2/+6
| | | | Forward port of f717cb2ab4 from stable/1.9.x.
* Fixed #23395 -- Limited line lengths to 119 characters.Dražen Odobašić2015-09-121-2/+10
|
* Fixed #25324 -- Registered ModelAdmin instances with ↵Y3K2015-08-311-2/+1
| | | | @admin.register decorator
* Fixed #25262 -- Removed the enable_comments field from ↵Y3K2015-08-291-3/+5
| | | | FlatPageAdmin.
* Refs #25073 -- Copied recently added verbose_names to ↵Tim Graham2015-07-171-1/+1
| | | | migrations.
* Fixed #25073 -- Added verbose_name to contrib's model ↵Szilveszter Farkas2015-07-121-1/+1
| | | | fields that were missing it.
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-2/+2
|
* Fetched updated contrib translations from TransifexClaude Paroz2015-04-01166-1994/+254
| | | | Forward port of 5483c66f85 from stable/1.8.x
* Updated translation catalogsClaude Paroz2015-03-181-6/+2
| | | | | Strings are frozen in anticipation of the Django 1.8 release. Forward port of 1cd2584c980 from stable/1.8.x
* 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
| | | | Forward port of 666c12e52 from stable/1.8.x
* Deprecated passing a Context to a generic Template.render.Aymeric Augustin2015-01-121-7/+4
| | | | | | | | | | | A deprecation path is required because the return type of django.template.loader.get_template changed during the multiple template engines refactor. test_csrf_token_in_404 was incorrect: it tested the case when the hardcoded template was rendered, and that template doesn't depend on the CSRF token. This commit makes it test the case when a custom template is rendered.
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-285-22/+26
|
* Fixed #23884 -- Moved FlatPageSitemap into ↵Berker Peksag2014-12-153-0/+43
| | | | django.contrib.flatpages.
* Fixed template tag braces spacing.Kevin Marsh2014-12-121-3/+3
|
* Updated translations from TransifexClaude Paroz2014-09-3010-24/+30
| | | | Forward port of e9c8aefbcee5 from stable/1.7.x
* Limited lines to 119 characters in django/Tim Graham2014-09-052-2/+7
| | | | refs #23395.
* Fetched translations from TransifexClaude Paroz2014-08-20164-1751/+2755
| | | | Forward port of 49280a73ea5 from stable/1.7.x
* Added newlines to the ends of CSS, HTML, and JavaScript ↵Trey Hunner2014-08-131-1/+1
| | | | files missing them.
* Fixed #23151 -- Deprecated RegexField.error_message.Tim Graham2014-08-031-2/+5
| | | | Thanks Baptiste Mispelon for the suggestion.
* Added database migration for contrib.flatpages.Claude Paroz2014-06-162-0/+34
| | | | refs #22170.
* 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
| | | | Thanks Carl Meyer for the suggestion and Alex Gaynor and Carl for reviews.
* Corrected many style guide violations that the newest ↵Alex Gaynor2014-03-301-1/+1
| | | | version of flake8 catches
* Fixed #22070 -- Changed verbose_name for apps in ↵James Jenkins2014-03-071-1/+1
| | | | | | django.contrib to use title case Thanks bendavis78 for the report.
* Fixed many typos in comments and docstrings.Rodolfo Carvalho2014-03-034-9/+9
| | | | Thanks Piotr Kasprzyk for help with the patch.
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-262-2/+2
| | | | | | | | | Following the app-loading refactor, these objects must live outside of django.contrib.sites.models because they must be available without importing the django.contrib.sites.models module when django.contrib.sites isn't installed. Refs #21680. Thanks Carl and Loic for reporting this issue.
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+1
| | | | | Thanks Russell for the report, Marc for the initial patch, Carl for the final review, and everyone who contributed to the design discussion.
* 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
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed #21189: Cleaned up usage of bare except clauses.Baptiste Mispelon2013-10-051-1/+1
| | | | | Thanks to berkerpeksag for the report and to claudep for the review.
* Updated flatpages tests to override CSRF_FAILURE_VIEW.Kirill Zaitsev2013-07-301-0/+1
|
* Removed several unused imports.Aymeric Augustin2013-06-192-2/+0
|