Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/contrib/sitemaps
Commit message (Expand)AuthorAgeFilesLines
* Sorted imports in __init__.py files.Tim Graham2015-06-271-2/+1
* Removed unnecessary arguments in .get method callsPiotr Jakimiak2015-05-131-4/+4
* Removed empty sitemaps/models.py file.Tim Graham2015-05-051-2/+0
* Removed cases of six.iter* wrapped in a list()Curtis Maloney2015-04-181-2/+1
* Moved contrib.sitemaps tests out of contrib.Tim Graham2015-02-1110-533/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-066-10/+9
* Removed contrib.flatpages.FlatPageSitemap per deprecation...Tim Graham2015-01-173-94/+1
* Applied ignore_warnings to Django testsClaude Paroz2014-12-303-53/+46
* Deprecated TEMPLATE_DIRS.Aymeric Augustin2014-12-281-6/+8
* Refs #23884 -- Silenced a deprecation warning in sitemaps...Tim Graham2014-12-161-1/+3
* Fixed #23884 -- Moved FlatPageSitemap into django.contrib...Berker Peksag2014-12-152-0/+33
* Made the ping_google command override BaseCommand.handle(...Loic Bistuer2014-10-191-1/+1
* Silenced some deprecation warnings in contrib.sitemaps; r...Loic Bistuer2014-09-264-17/+70
* Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmo...Tim Graham2014-09-113-2/+36
* Limited lines to 119 characters in django/Tim Graham2014-09-051-1/+4
* Fixed ping_google management command to use argparse.R3v1L2014-09-021-5/+4
* Fixed test from refs #22782.Tim Graham2014-06-202-3/+3
* Fixed #22782 -- Added i18n attr to Sitemap classLuan Pablo2014-06-204-1/+63
* Fixed #22384 -- Deprecated reversing URLs by dotted path.Tim Graham2014-06-032-2/+12
* Removed locale dirs for single-message appsClaude Paroz2014-05-191-22/+0
* Fixed #21977 -- Deprecated SimpleTestCase.urlsAnubhav Joshi2014-04-062-3/+3
* Fixed #22218 -- Deprecated django.conf.urls.patterns.Tim Graham2014-04-032-18/+20
* Fixed typo in error message in django.contrib.sitemaps.Jannis2014-03-241-1/+1
* Fixed #22070 -- Changed verbose_name for apps in django.c...James Jenkins2014-03-071-1/+1
* Suppressed the `if Site._meta.installed` pattern.Aymeric Augustin2014-02-012-5/+13
* Moved RequestSite and get_current_site.Aymeric Augustin2014-01-261-1/+1
* Fixed #21829 -- Added default AppConfigs.Aymeric Augustin2014-01-251-0/+3
* Fixed #21718 -- Renamed has_app to is_installed.Aymeric Augustin2014-01-062-2/+2
* Added catalogs for apps that didn't have any translations.Aymeric Augustin2014-01-051-0/+22
* Fixed #21675 -- Added app configs for contrib apps.Aymeric Augustin2014-01-051-0/+8
* Renamed AppCache to Apps.Aymeric Augustin2013-12-242-4/+4
* Imported override_settings from its new location.Aymeric Augustin2013-12-232-2/+2
* Dropped AppCache._empty, _with_app and _without_app.Aymeric Augustin2013-12-231-7/+7
* Moved apps back in the toplevel django namespace.Aymeric Augustin2013-12-222-2/+2
* Stop testing for inclusion in INSTALLED_APPS.Aymeric Augustin2013-12-222-2/+3
* Removed the app_config.installed flag.Aymeric Augustin2013-12-222-12/+7
* Normalized Model._meta.installed.Aymeric Augustin2013-12-172-5/+7
* Removed superfluous models.py files.Aymeric Augustin2013-12-171-1/+2
* Fixed E125 pep8 warningsChristopher Medrela2013-11-281-1/+1
* More attacking E302 violatorsAlex Gaynor2013-11-024-0/+6
* Fixed flake8 E241Boryslav Larin2013-11-021-4/+9
* Start attacking E231 violationsAlex Gaynor2013-10-241-1/+1
* Fixed #21298 -- Fixed E301 pep8 warningsAlasdair Nicol2013-10-231-0/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #21268 -- Fixed E303 pep8 warningsAlasdair Nicol2013-10-181-1/+0
* Fixed #7603 -- Added a 'scheme' property to the HttpReque...Unai Zalakain2013-10-151-2/+2
* Whitespace cleanup.Tim Graham2013-10-102-2/+1
* Fixed "redefinition of unused 'foo' from line X" pyflakes...Tim Graham2013-10-101-1/+0
* Fixed #21112 -- Make sure sitemaps with no lastmod date w...Simon Charette2013-09-173-1/+19
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+2