summaryrefslogtreecommitdiff
path: root/django/contrib/sitemaps
Commit message (Expand)AuthorAgeFilesLines
* 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 tests.Tim Graham2014-12-151-1/+3
* Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.Berker Peksag2014-12-152-0/+33
* Made the ping_google command override BaseCommand.handle() rather than execut...Loic Bistuer2014-10-191-1/+1
* Silenced some deprecation warnings in contrib.sitemaps; refs #22384.Loic Bistuer2014-09-274-17/+70
* Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra...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.contrib to use title ...James Jenkins2014-03-061-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 HttpRequest objectUnai Zalakain2013-10-151-2/+2
* Whitespace cleanup.Tim Graham2013-10-102-2/+1
* Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.Tim Graham2013-10-101-1/+0
* Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly.Simon Charette2013-09-173-1/+19
* Took advantage of django.utils.six.moves.urllib.*.Aymeric Augustin2013-09-051-5/+2
* Fixed #20793 -- Added Last-Modified header to sitemaps.Julian Bez2013-07-314-3/+64
* Stopped using django.utils.unittest in the test suite.Aymeric Augustin2013-07-012-2/+3
* More import removalsClaude Paroz2013-06-291-1/+0
* Removed 'mimetype' arguments from a few places, as per deprecation TL.Ramiro Morales2013-06-281-14/+2
* Removed several unused imports.Aymeric Augustin2013-06-192-2/+0
* Replaced `and...or...` constructs with PEP 308 conditional expressions.Ramiro Morales2013-05-261-1/+1
* Fixed #17365, #17366, #18727 -- Switched to discovery test runner.Carl Meyer2013-05-101-4/+0