Claude Paroz
|
2b281cc35e
|
Refs #23919 -- Removed most of remaining six usage
Thanks Tim Graham for the review.
|
2017-01-18 21:33:28 +01:00 |
Claude Paroz
|
d7b9aaa366
|
Refs #23919 -- Removed encoding preambles and future imports
|
2017-01-18 09:55:19 +01:00 |
Adam Chainz
|
10d49b96e6
|
Added tests for contrib.sitemaps.ping_google().
|
2016-11-22 18:27:19 -05:00 |
Ramin Farajpour Cami
|
967be82443
|
Fixed E305 flake8 warnings.
|
2016-11-14 12:30:46 -05:00 |
za
|
321e94fa41
|
Refs #27392 -- Removed "Tests that", "Ensures that", etc. from test docstrings.
|
2016-11-10 21:30:21 -05:00 |
Emad Mokhtar
|
c4980e28e5
|
Fixed #26290 -- Warned that paginating an unordered QuerySet may result in inconsistent results.
|
2016-06-08 14:09:24 -04:00 |
Tim Graham
|
2bdc9616f4
|
Added missing backslash in sitemaps_tests urls.
|
2016-03-09 10:07:01 -05:00 |
Hasan
|
3d0dcd7f5a
|
Refs #26022 -- Used context manager version of assertRaises in tests.
|
2016-01-29 12:32:18 -05:00 |
Andrew Kuchev
|
5b2e11e574
|
Refs #26015 -- Added regression test for an empty sitemap.
|
2016-01-28 11:20:36 -05:00 |
Alexander Rudakov
|
002a4f72c4
|
Fixed #25989 -- Corrected sitemap's Last-Modified header to use the latest lastmod of all sitemaps.
Previously, the lastmod of the last sitemap was always used.
All sitemaps are required to have a lastmod.
|
2016-01-23 08:48:31 -05:00 |
Marten Kenbeek
|
16411b8400
|
Fixed #26013 -- Moved django.core.urlresolvers to django.urls.
Thanks to Tim Graham for the review.
|
2015-12-31 14:21:29 -05:00 |
Tim Graham
|
785cc71d5b
|
Refs #22384 -- Removed the ability to reverse URLs by dotted path per deprecation timeline.
|
2015-09-23 19:31:09 -04:00 |
Tim Graham
|
aaacaeb096
|
Renamed RemovedInDjangoXYWarnings for new roadmap.
Forwardport of ae1d663b79
from stable/1.8.x plus more.
|
2015-06-24 16:08:20 -04:00 |
Marten Kenbeek
|
f668bac9d2
|
Fixed #24345 -- Isolated sitemaps_tests from contenttypes_tests; refs #11505
|
2015-02-16 08:42:43 -05:00 |
Tim Graham
|
fbc467c26b
|
Moved contrib.sitemaps tests out of contrib.
|
2015-02-11 10:19:22 -05:00 |