index
:
delta/python-packages/django.git
1.8
15667
16682
24046
24215
24525
26176
3.2-man-page
4.0/make-zoneinfo-default-timezone-implementation-squashed
alex-patch-1
attic/boulder-oracle-sprint
attic/full-history
attic/generic-auth
attic/gis
attic/i18n
attic/magic-removal
attic/multi-auth
attic/multiple-db-support
attic/new-admin
attic/newforms-admin
attic/per-object-permissions
attic/queryset-refactor
attic/schema-evolution
attic/schema-evolution-ng
attic/search-api
attic/sqlalchemy
attic/unicode
c/29988-allow-f-strings
c/32409-async-tests-cannot-call-orm
c/append-slash-opt-out
c/replace-utcnow
c/use-bpo-extlink
dep0005
dep5
fix-cache-test
fix/remove-stray-file
issue/31570
link-to-code-of-conduct
main
make-zoneinfo-default-timezone-implementation
master
remove-unnecesary-if-wrap
selenium-updates
sir-sigurd-patch-1
soc2009/admin-ui
soc2009/http-wsgi-improvements
soc2009/i18n-improvements
soc2009/model-validation
soc2009/multidb
soc2009/test-improvements
soc2010/app-loading
soc2010/query-refactor
soc2010/test-refactor
stable/0.90.x
stable/0.91.x
stable/0.95.x
stable/0.96.x
stable/1.0.x
stable/1.1.x
stable/1.10.x
stable/1.11.x
stable/1.2.x
stable/1.3.x
stable/1.4.x
stable/1.5.x
stable/1.6.x
stable/1.7.x
stable/1.8.x
stable/1.9.x
stable/2.0.x
stable/2.1.x
stable/2.2.x
stable/3.0.x
stable/3.1.x
stable/3.2.x
stable/4.0.x
stable/4.1.x
stable/4.2.x
swap-closing-quote-period-in-admin-i18nable-literal
ticket-25055
ticket-31342
update-next-docs-version
github.com: django/django.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
contrib
/
sitemaps
Commit message (
Expand
)
Author
Age
Files
Lines
*
Applied ignore_warnings to Django tests
Claude Paroz
2014-12-30
3
-53
/
+46
*
Deprecated TEMPLATE_DIRS.
Aymeric Augustin
2014-12-28
1
-6
/
+8
*
Refs #23884 -- Silenced a deprecation warning in sitemaps tests.
Tim Graham
2014-12-15
1
-1
/
+3
*
Fixed #23884 -- Moved FlatPageSitemap into django.contrib.flatpages.
Berker Peksag
2014-12-15
2
-0
/
+33
*
Made the ping_google command override BaseCommand.handle() rather than execut...
Loic Bistuer
2014-10-19
1
-1
/
+1
*
Silenced some deprecation warnings in contrib.sitemaps; refs #22384.
Loic Bistuer
2014-09-27
4
-17
/
+70
*
Fixed #23403 -- Fixed crash in contrib.sitemaps if lastmod returned a date ra...
Tim Graham
2014-09-11
3
-2
/
+36
*
Limited lines to 119 characters in django/
Tim Graham
2014-09-05
1
-1
/
+4
*
Fixed ping_google management command to use argparse.
R3v1L
2014-09-02
1
-5
/
+4
*
Fixed test from refs #22782.
Tim Graham
2014-06-20
2
-3
/
+3
*
Fixed #22782 -- Added i18n attr to Sitemap class
Luan Pablo
2014-06-20
4
-1
/
+63
*
Fixed #22384 -- Deprecated reversing URLs by dotted path.
Tim Graham
2014-06-03
2
-2
/
+12
*
Removed locale dirs for single-message apps
Claude Paroz
2014-05-19
1
-22
/
+0
*
Fixed #21977 -- Deprecated SimpleTestCase.urls
Anubhav Joshi
2014-04-06
2
-3
/
+3
*
Fixed #22218 -- Deprecated django.conf.urls.patterns.
Tim Graham
2014-04-03
2
-18
/
+20
*
Fixed typo in error message in django.contrib.sitemaps.
Jannis
2014-03-24
1
-1
/
+1
*
Fixed #22070 -- Changed verbose_name for apps in django.contrib to use title ...
James Jenkins
2014-03-06
1
-1
/
+1
*
Suppressed the `if Site._meta.installed` pattern.
Aymeric Augustin
2014-02-01
2
-5
/
+13
*
Moved RequestSite and get_current_site.
Aymeric Augustin
2014-01-26
1
-1
/
+1
*
Fixed #21829 -- Added default AppConfigs.
Aymeric Augustin
2014-01-25
1
-0
/
+3
*
Fixed #21718 -- Renamed has_app to is_installed.
Aymeric Augustin
2014-01-06
2
-2
/
+2
*
Added catalogs for apps that didn't have any translations.
Aymeric Augustin
2014-01-05
1
-0
/
+22
*
Fixed #21675 -- Added app configs for contrib apps.
Aymeric Augustin
2014-01-05
1
-0
/
+8
*
Renamed AppCache to Apps.
Aymeric Augustin
2013-12-24
2
-4
/
+4
*
Imported override_settings from its new location.
Aymeric Augustin
2013-12-23
2
-2
/
+2
*
Dropped AppCache._empty, _with_app and _without_app.
Aymeric Augustin
2013-12-23
1
-7
/
+7
*
Moved apps back in the toplevel django namespace.
Aymeric Augustin
2013-12-22
2
-2
/
+2
*
Stop testing for inclusion in INSTALLED_APPS.
Aymeric Augustin
2013-12-22
2
-2
/
+3
*
Removed the app_config.installed flag.
Aymeric Augustin
2013-12-22
2
-12
/
+7
*
Normalized Model._meta.installed.
Aymeric Augustin
2013-12-17
2
-5
/
+7
*
Removed superfluous models.py files.
Aymeric Augustin
2013-12-17
1
-1
/
+2
*
Fixed E125 pep8 warnings
Christopher Medrela
2013-11-28
1
-1
/
+1
*
More attacking E302 violators
Alex Gaynor
2013-11-02
4
-0
/
+6
*
Fixed flake8 E241
Boryslav Larin
2013-11-02
1
-4
/
+9
*
Start attacking E231 violations
Alex Gaynor
2013-10-24
1
-1
/
+1
*
Fixed #21298 -- Fixed E301 pep8 warnings
Alasdair Nicol
2013-10-23
1
-0
/
+1
*
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-10-21
1
-1
/
+1
*
Fixed #21268 -- Fixed E303 pep8 warnings
Alasdair Nicol
2013-10-18
1
-1
/
+0
*
Fixed #7603 -- Added a 'scheme' property to the HttpRequest object
Unai Zalakain
2013-10-15
1
-2
/
+2
*
Whitespace cleanup.
Tim Graham
2013-10-10
2
-2
/
+1
*
Fixed "redefinition of unused 'foo' from line X" pyflakes warnings.
Tim Graham
2013-10-10
1
-1
/
+0
*
Fixed #21112 -- Make sure sitemaps with no lastmod date work correctly.
Simon Charette
2013-09-17
3
-1
/
+19
*
Took advantage of django.utils.six.moves.urllib.*.
Aymeric Augustin
2013-09-05
1
-5
/
+2
*
Fixed #20793 -- Added Last-Modified header to sitemaps.
Julian Bez
2013-07-31
4
-3
/
+64
*
Stopped using django.utils.unittest in the test suite.
Aymeric Augustin
2013-07-01
2
-2
/
+3
*
More import removals
Claude Paroz
2013-06-29
1
-1
/
+0
*
Removed 'mimetype' arguments from a few places, as per deprecation TL.
Ramiro Morales
2013-06-28
1
-14
/
+2
*
Removed several unused imports.
Aymeric Augustin
2013-06-19
2
-2
/
+0
*
Replaced `and...or...` constructs with PEP 308 conditional expressions.
Ramiro Morales
2013-05-26
1
-1
/
+1
*
Fixed #17365, #17366, #18727 -- Switched to discovery test runner.
Carl Meyer
2013-05-10
1
-4
/
+0
[next]