Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/flatpages/templatetags/flatpages.py
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+0
|
* Corrected many style guide violations that the newest ↵Alex Gaynor2014-03-301-1/+1
| | | | version of flake8 catches
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
| | | | | | | | | 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 E127 pep8 warnings.Loic Bistuer2013-12-141-2/+2
|
* Made more extensive use of get_current_siteClaude Paroz2012-09-281-1/+6
| | | | Refs #15089
* Replaced old-style with new-style decorator syntax.Jannis Leidel2011-05-011-2/+1
| | | | git-svn-id: http://code.djangoproject.com/svn/django/trunk@16138 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Don't mark a TemplateSyntaxError in flatpages as being ↵Alex Gaynor2010-10-101-3/+2
| | | | | | translatable. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14127 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #6932 -- Added a template tag that gives a list of ↵Russell Keith-Magee2010-08-281-0/+99
available flatpages for a given user. Thanks to Dmitri Fedortchenko for the suggestion, and to Mnewman, faldridge and Simon Meers for their work on the patch. git-svn-id: http://code.djangoproject.com/svn/django/trunk@13654 bcc190cf-cafb-0310-a4f2-bffc1f526a37