Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sitemaps/management
Commit message (Collapse)AuthorAgeFilesLines
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-1/+1
|
* Made the ping_google command override ↵Loic Bistuer2014-10-191-1/+1
| | | | | | BaseCommand.handle() rather than execute(). Overriding execute() bypasses the system check framework among other things.
* Fixed ping_google management command to use argparse.R3v1L2014-09-021-5/+4
|
* Whitespace cleanup.Tim Graham2013-10-101-1/+0
| | | | | | | * Removed trailing whitespace. * Added newline to EOF if missing. * Removed blank lines at EOF. * Removed some stray tabs.
* Fixed #14805 -- Capitalize "Google" in sitemaps docs. ↵Jannis Leidel2010-12-121-1/+1
| | | | | | Thanks, Adam. git-svn-id: http://code.djangoproject.com/svn/django/trunk@14884 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7914 -- Added some missing __init__.py files that ↵Russell Keith-Magee2008-07-232-0/+0
| | | | | | were missed when the ping_google command was added. Thanks to bernd for the report. git-svn-id: http://code.djangoproject.com/svn/django/trunk@8062 bcc190cf-cafb-0310-a4f2-bffc1f526a37
* Fixed #7185 -- Added a "ping_google" management command toMalcolm Tredinnick2008-07-011-0/+14
django.contrib.sitemaps. Thanks, Pete Shinners. git-svn-id: http://code.djangoproject.com/svn/django/trunk@7813 bcc190cf-cafb-0310-a4f2-bffc1f526a37