Timeline
Dec 15, 2021:
- 11:57 PM Ticket #33368 (Core (Other) - Durationfield.clean fails to handle broken data) updated by
-
Patch needs improvement changed
- 11:35 PM Changeset [882647a8]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Used subTest() in forms.URLField() tests.
- 11:27 PM Ticket #33369 (Database layer (models, ORM) - Add through_defaults as argument for m2m_changed signal) closed by
-
invalid: Thanks for the report , however the
m2m_changedsignal was created … - 10:15 PM Ticket #32539 (contrib.admin - Support accessing the current filtered queryset from within ...) updated by
-
Status, Owner changed
- 7:43 PM Ticket #2259 (contrib.admin - Primary keys should be readonly by default in admin) updated by
- I came up with two ways to change primary key 1. we store old pk in …
- 6:57 PM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) updated by
-
Has patch changed
PR - 6:56 PM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) updated by
- This ended up being a more fundamental case handling issue with …
- 6:54 PM Ticket #33369 (Database layer (models, ORM) - Add through_defaults as argument for m2m_changed signal) updated by
-
Version changed
- 6:53 PM Ticket #33369 (Database layer (models, ORM) - Add through_defaults as argument for m2m_changed signal) created by
- Use case: In English: I have many policies, each of which has a …
- 5:41 PM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) updated by
-
Status, Owner changed
The auto-detector does all sort special handling for swappable models … - 1:30 PM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) updated by
-
Cc, Triage Stage, Severity, Summary changed
Thanks! Sorry I should check it more carefully. This is a regression … - 11:57 AM Tickets #30530,33365 batch updated by
- In b8782066: […]
- 11:56 AM Tickets #30530,33365 batch updated by
- In 0b8a0296: […]
- 11:55 AM Tickets #30530,33365 batch updated by
- In ae242235: […]
- 11:55 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by
- Replying to Mariusz Felisiak: > > Something has to give …
- 11:55 AM Tickets #30530,33365 batch updated by
- In 267a743b: […]
- 11:54 AM Tickets #30530,33365 batch updated by
- In 5de12a36: […]
- 11:54 AM Changeset [5de12a3]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #33365, Refs #30530 -- Doc'd re_path() behavior change in Django …
- 11:49 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by
- > Something has to give right? This ticket is accepted. Have you seen …
- 11:36 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by
- Replying to Mariusz Felisiak: > This error was added to …
- 11:08 AM Ticket #33368 (Core (Other) - Durationfield.clean fails to handle broken data) updated by
-
Has patch changed
PR - 10:51 AM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) updated by
-
Cc, Status, Resolution changed
I'm going to risk the wrath of the fellows and re-open to get it … - 10:41 AM Ticket #33368 (Core (Other) - Durationfield.clean fails to handle broken data) updated by
-
Status, Owner changed
- 9:46 AM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) closed by
- invalid: This is a …
- 9:40 AM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) updated by
- This is probably not a bug. I tested your package with django 3.2 and …
- 9:13 AM Ticket #33368 (Core (Other) - Durationfield.clean fails to handle broken data) updated by
-
Description changed
- 9:13 AM Ticket #33368 (Core (Other) - Durationfield.clean fails to handle broken data) updated by
-
Description changed
- 9:12 AM Ticket #33368 (Core (Other) - Durationfield.clean fails to handle broken data) created by
- The actual input string was 'P3(3D' […]
- 9:04 AM Ticket #33367 (Core (Other) - URLField throws ValueError instead of ValidationError on clean) updated by
-
Has patch changed
PR - 8:51 AM Ticket #33312 (Database layer (models, ORM) - Instances with deferred fields cannot be used for copying.) updated by
-
Status, Owner changed
- 8:27 AM Ticket #33367 (Core (Other) - URLField throws ValueError instead of ValidationError on clean) updated by
-
Status, Owner changed
- 7:08 AM Ticket #31583 (Database layer (models, ORM) - Extend deferred unique constraint support to OneToOneField) updated by
-
Cc changed
- 6:38 AM Ticket #21961 (Database layer (models, ORM) - Add support for database-level cascading options) updated by
-
Cc changed
- 5:59 AM Ticket #33367 (Core (Other) - URLField throws ValueError instead of ValidationError on clean) updated by
-
Type, Component, Needs tests changed
- 5:57 AM Ticket #33367 (Core (Other) - URLField throws ValueError instead of ValidationError on clean) updated by
-
Triage Stage changed
- 5:56 AM Ticket #33367 (Core (Other) - URLField throws ValueError instead of ValidationError on clean) created by
- […] results in: […]
- 5:25 AM Ticket #33316 (contrib.admin - History view should be paginated by default.) closed by
- fixed: In ac5cc6c: […]
- 5:25 AM Ticket #33316 (contrib.admin - History view should be paginated by default.) updated by
- In ff0b81b5: […]
- 3:55 AM Ticket #33316 (contrib.admin - History view should be paginated by default.) updated by
-
Needs documentation, Needs tests, Triage Stage changed
- 3:54 AM Changeset [ac5cc6c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #33316 -- Added pagination to admin history view.
- 3:54 AM Changeset [ff0b81b]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #33316 -- Moved paginator styles to base.css.
- 2:17 AM Ticket #27864 (contrib.admin - Limit the number of terms in an admin search) closed by
- wontfix: As far as I'm concerned no limit is needed anymore after …
- 2:11 AM Ticket #33365 (Core (URLs) - Functionality change in 3.2.10 for re_path().) updated by
- Looks good to me. Cheers!
- 2:10 AM Ticket #16063 (contrib.admin - Unnecessary joins in admin changelist query) closed by
- fixed: In 76ccce6: […]
- 2:08 AM Ticket #33365 (Core (URLs) - Functionality change in 3.2.10 for re_path().) updated by
- I proposed a small clarification in docs, see …
- 2:06 AM Ticket #33365 (Core (URLs) - Functionality change in 3.2.10 for re_path().) updated by
- Okay that explains it a better :) Do you think you are up to writing a …
- 1:14 AM Changeset [76ccce6]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #16063 -- Adjusted admin changelist searches spanning …
Dec 14, 2021:
- 10:23 PM Ticket #30127 (Utilities - Deprecate cached_property's name argument) updated by
-
Patch needs improvement changed
Sorry Tim! I hadn't read how to deprecate a feature. I updated the … - 2:44 PM Ticket #33028 (contrib.admin - ModelAdmin.init has self.opts, but it still nowerewhere else in ...) updated by
- Thank you for the explanation Maxim! And sorry again! Replying to …
- 1:51 PM Ticket #33365 (Core (URLs) - Functionality change in 3.2.10 for re_path().) updated by
- Hey, Mariusz & Florian! Thanks for the quick answer. That's old …
- 1:46 PM Ticket #33028 (contrib.admin - ModelAdmin.init has self.opts, but it still nowerewhere else in ...) updated by
-
Owner changed
Hi Marcelo. If i use ModelAdmin.opts, i use public Attribute from … - 1:19 PM Changeset [e1d673c]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed unescape_string_literal() crash on empty strings.
- 1:18 PM Changeset [5d9c512e]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Added test for ValueErrors in unescape_string_literal().
- 12:47 PM Ticket #30127 (Utilities - Deprecate cached_property's name argument) updated by
-
Patch needs improvement changed
You need to … - 12:45 PM Ticket #33365 (Core (URLs) - Functionality change in 3.2.10 for re_path().) updated by
- > It is a big enough change that it should at least have been noted …
- 12:11 PM Ticket #33365 (Core (URLs) - Functionality change in 3.2.10 for re_path().) closed by
- invalid: Thanks for this report, however all security patches are backward …
- 11:58 AM Ticket #33092 (Core (Cache system) - PyMemcacheCache backend fails when running as a wsgi application with ...) updated by
- Replying to Martijn van der Blom: > I can still reproduce …
- 11:46 AM Ticket #33028 (contrib.admin - ModelAdmin.init has self.opts, but it still nowerewhere else in ...) updated by
-
Owner changed
Hello! I can do the find/replace to see how the diff looks like. But … - 11:15 AM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) updated by
-
Description changed
- 11:13 AM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) updated by
-
Description changed
- 11:12 AM Ticket #33366 (Database layer (models, ORM) - Migration autodetector doesn't handle placeholders in related_name for ...) created by
- We have a model in a package called …
- 11:03 AM Ticket #30127 (Utilities - Deprecate cached_property's name argument) updated by
-
Has patch changed
- 11:02 AM Ticket #30127 (Utilities - Deprecate cached_property's name argument) updated by
- PR
- 9:24 AM Ticket #30127 (Utilities - Deprecate cached_property's name argument) updated by
-
Version, Triage Stage changed
- 8:38 AM Ticket #30127 (Utilities - Deprecate cached_property's name argument) updated by
-
Status, Owner changed
- 8:08 AM Ticket #16063 (contrib.admin - Unnecessary joins in admin changelist query) updated by
-
Triage Stage changed
- 7:17 AM Ticket #33365 (Core (URLs) - Functionality change in 3.2.10 for re_path().) created by
- 3.2.10 does the following change in urls/resolvers.conf: out: […] …
- 6:37 AM Ticket #33364 (Documentation - Improve Documentation by having list of topics fixed on the left and ...) closed by
- invalid: Thanks for the ticket, however this should be reported and discussed …
- 6:28 AM Ticket #33364 (Documentation - Improve Documentation by having list of topics fixed on the left and ...) updated by
-
Description changed
- 6:21 AM Ticket #33364 (Documentation - Improve Documentation by having list of topics fixed on the left and ...) created by
- Hey all, I am using Django for a long time. One thing I feel we can …
- 4:34 AM Ticket #33092 (Core (Cache system) - PyMemcacheCache backend fails when running as a wsgi application with ...) updated by
- I can still reproduce the issue in Django 3.2.10 so it doesn't seem to …
- 4:30 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by
-
Summary changed
- 4:28 AM Ticket #33358 (Database layer (models, ORM) - Adding duration field with default <24h raises an error on Oracle.) closed by
- fixed: In 3b73f77a: […]
- 3:52 AM Ticket #33363 (GIS - Don’t load GIS static assets from external servers) closed by
-
wontfix: OK, I think that's two for
wontfix. I suspect folks using strict CSP … - 3:48 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by
-
Has patch, Severity, Triage Stage changed
We've discussed this with Carlton, and see two possible solutions: - … - 3:39 AM Ticket #33362 (HTTP handling - ALLOWED_HOSTS no longer accepts a non-list/tuple iterable.) updated by
- I agree with Carlton, those checks are not totally Pythonic (duck …
- 3:32 AM Ticket #33363 (GIS - Don’t load GIS static assets from external servers) updated by
- I'm with Mariusz here, not thrilled to vendor such "heavy" JS libs. In …
- 3:05 AM Ticket #33363 (GIS - Don’t load GIS static assets from external servers) updated by
- Perhaps then a docs note spelling out more clearly what to do to …
- 3:01 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by
-
This error was added to catch misuses of
never_cache()and … - 2:57 AM Ticket #33363 (GIS - Don’t load GIS static assets from external servers) updated by
-
Cc changed
I'm not sure about this, we will increase the size of Django by 1MB ~ … - 2:49 AM Ticket #33363 (GIS - Don’t load GIS static assets from external servers) updated by
-
Summary changed
- 2:47 AM Ticket #33363 (GIS - Don’t load GIS static assets from external servers) updated by
-
Triage Stage changed
OK, I think this is in line with other tickets to aid stricter CSPs. - 2:35 AM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by
- I think this is going to cause trouble for a lot of folks. The …
- 2:08 AM Changeset [3b73f77]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #33358 -- Fixed handling timedelta < 1 day in schema operations …
- 1:55 AM Ticket #33358 (Database layer (models, ORM) - Adding duration field with default <24h raises an error on Oracle.) updated by
-
Needs tests, Triage Stage changed
- 1:54 AM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) updated by
- In 3b03bce1: […]
- 1:47 AM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) closed by
- fixed: In 2f33217: […]
- 1:47 AM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) updated by
- In c7902612: […]
- 1:33 AM Ticket #33362 (HTTP handling - ALLOWED_HOSTS no longer accepts a non-list/tuple iterable.) updated by
- The example is simplified, but I can work around, yes. I do feel we've …
- 12:20 AM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) updated by
-
Triage Stage changed
- 12:16 AM Changeset [2f33217]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #33361 -- Fixed Redis cache backend crash on booleans.
Dec 13, 2021:
- 11:47 PM Changeset [c790261]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #33361 -- Added Added DummyCache.set() test for boolean values.
- 4:08 PM Ticket #33363 (GIS - Don’t load GIS static assets from external servers) created by
-
Hi,
I’ve noticed that the
django.contrib.gismodule, specifically: … - 3:10 PM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) updated by
-
Has patch changed
PR - 2:48 PM Ticket #29700 (Documentation - Document ModelAdmin.autocomplete_view() and AutocompleteJsonView (as ...) updated by
- Thanks, Mariusz. Was reopening (rather than filing a new ticket) based …
- 2:15 PM Ticket #29700 (Documentation - Document ModelAdmin.autocomplete_view() and AutocompleteJsonView (as ...) closed by
- wontfix: I appreciate you'd like to reopen the ticket, but please …
- 2:14 PM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by
-
Cc changed
Replying to jason: > … - 2:09 PM Ticket #29700 (Documentation - Document ModelAdmin.autocomplete_view() and AutocompleteJsonView (as ...) updated by
-
Status, Resolution changed
From what I can tell, removingModelAdmin.autocomplete_viewclosed a … - 1:52 PM Ticket #33350 (HTTP handling - never_cache()/cache_control() decorators raise error on duck-typed ...) updated by
-
Status, Resolution changed
Replying to Mariusz Felisiak: > I don't see how this can … - 12:17 PM Ticket #26780 (Database layer (models, ORM) - Prefetch objects don't work with slices) updated by
- Note that the solution above might not be portable to some MySql …
- 12:15 PM Ticket #26780 (Database layer (models, ORM) - Prefetch objects don't work with slices) updated by
-
Cc changed
- 12:14 PM Ticket #16406 (Core (URLs) - Allow separate access to matches from urlpatterns and extra_context args) updated by
- Replying to David Smith: Can you give us more details on …
- 11:53 AM Changeset [41329b98]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Improved wording in password validators docs and docstrings.
- 11:39 AM Ticket #33338 (Core (Cache system) - Document that @never_cache and add_never_cache_headers() set the ...) updated by
- In cc5bbd44: […]
- 11:38 AM Ticket #33338 (Core (Cache system) - Document that @never_cache and add_never_cache_headers() set the ...) closed by
- fixed: In 669dcefc: […]
- 11:38 AM Ticket #33338 (Core (Cache system) - Document that @never_cache and add_never_cache_headers() set the ...) updated by
- In e61abab: […]
- 10:51 AM Ticket #33362 (HTTP handling - ALLOWED_HOSTS no longer accepts a non-list/tuple iterable.) updated by
- There's nothing complicated about your class there, it can be …
- 10:48 AM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) updated by
- I've submitted a PR which includes a simple unit test on …
- 10:42 AM Ticket #28919 (Database layer (models, ORM) - Add support for Common Table Expression (CTE) queries) updated by
-
Cc changed
- 10:31 AM Ticket #24462 (Database layer (models, ORM) - Add a new QuerySet operation to use current results as a subquery) updated by
-
Cc changed
- 10:31 AM Ticket #28333 (Database layer (models, ORM) - Filter and subquery for window expressions) updated by
-
Cc changed
- 9:24 AM Ticket #33362 (HTTP handling - ALLOWED_HOSTS no longer accepts a non-list/tuple iterable.) updated by
- OK, we can say that 😜 (It’s worked this way since ≈forever, so it is a …
- 9:17 AM Ticket #33362 (HTTP handling - ALLOWED_HOSTS no longer accepts a non-list/tuple iterable.) closed by
- invalid: It's …
- 8:45 AM Ticket #33362 (HTTP handling - ALLOWED_HOSTS no longer accepts a non-list/tuple iterable.) created by
-
cdd0b213a825fcfe90ae93dcc554fba8c1e5ff5d added
ALLOWED_HOSTSto the … - 8:34 AM Changeset [669dcef]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #33338 -- Doc'd that never_cache() decorator set Expires header.
- 8:32 AM Changeset [e61abab]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #33338 -- Added never_cache() tests for Expires header.
- 6:07 AM Ticket #33355 (Database layer (models, ORM) - Optimize SQLite backend connection functions) updated by
- In 5111b63: […]
- 6:07 AM Ticket #33355 (Database layer (models, ORM) - Optimize SQLite backend connection functions) updated by
- In c66ecc5: […]
- 5:47 AM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) updated by
- Replying to Jeremy Lainé: > Thanks for the reply and the …
- 5:45 AM Ticket #33355 (Database layer (models, ORM) - Optimize SQLite backend connection functions) updated by
-
Owner, Triage Stage changed
- 4:50 AM Changeset [5111b63]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #33355 -- Fixed Trunc() with years < 1000 on SQLite. Thanks to …
- 4:28 AM Changeset [c66ecc5]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Refs #33355 -- Moved Trunc() assertions for invalid arguments and ISO …
- 2:23 AM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) closed by
- fixed: In 75485d16: […]
- 2:20 AM Ticket #33338 (Core (Cache system) - Document that @never_cache and add_never_cache_headers() set the ...) updated by
-
Patch needs improvement, Triage Stage changed
- 1:26 AM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) updated by
-
Status, Owner changed
Thanks for the reply and the link to the discussion. I'm assigning … - 1:10 AM Ticket #33351 (Core (URLs) - path()/re_path() should raise a TypeError when kwargs is not a dict.) updated by
-
Triage Stage changed
- 1:09 AM Changeset [75485d16]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Fixed #33351 -- Made path()/re_path() raise TypeError when kwargs …
- 12:45 AM Ticket #33348 (Testing framework - Change API of assertFormError to take an actual form object) updated by
-
Owner changed
- 12:20 AM Changeset [7e4a9a9]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Corrected example in models.DecimalField docs.
- 12:17 AM Changeset [8a8c8797]mainstable/4.2.xstable/5.1.xstable/5.2.xstable/6.0.x by
- Updated link to Microsoft SQL Server backend.
- 12:04 AM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) updated by
-
Cc, Triage Stage, Severity, Description changed
Thanks for report! It should be enough to special-casebool, e.g. …
Dec 12, 2021:
- 11:39 PM Ticket #33359 (Testing framework - Don't close database connections after every TestCase) closed by
- needsinfo: This change crashes many tests for non-in-memory database on SQLite, …
- 11:27 PM Ticket #33358 (Database layer (models, ORM) - Adding duration field with default <24h raises an error on Oracle.) updated by
-
Triage Stage, Needs tests, Summary changed
- 5:31 PM Ticket #33361 (Core (Cache system) - Redis cache backend doesn't allow storing bool values) created by
- The following code raises an exception: `redis.exceptions.DataError: …
- 4:42 PM Ticket #33360 (CSRF - Origin header checking fails for null origin) closed by
- invalid
- 4:38 PM Ticket #33360 (CSRF - Origin header checking fails for null origin) updated by
- Oh my... I had […] in my base template. Sorry for the problem. …
- 4:07 PM Ticket #33360 (CSRF - Origin header checking fails for null origin) updated by
- I'm trying to reproduce in the new minimal repro and also getting the …
- 3:38 PM Ticket #33360 (CSRF - Origin header checking fails for null origin) updated by
- Chrome 95.0.4638.54 (Official Build) (64-bit) and Firefox 93.0 …
- 3:28 PM Ticket #33360 (CSRF - Origin header checking fails for null origin) updated by
-
Summary, Type changed
What browser do you see a null origin? On Firefox and Chrome, I see … - 2:48 PM Ticket #33360 (CSRF - Origin header checking fails for null origin) updated by
-
Description changed
- 2:46 PM Ticket #33360 (CSRF - Origin header checking fails for null origin) updated by
- I don't think I have the power to summon someone, but in 16010 Adam …
- 2:34 PM Ticket #33360 (CSRF - Origin header checking fails for null origin) created by
- In Django 4, #16010 has …
- 10:13 AM Ticket #33348 (Testing framework - Change API of assertFormError to take an actual form object) updated by
-
Has patch changed
PR is ready for review: https://github.com/django/django/pull/15179 … - 6:15 AM Ticket #33359 (Testing framework - Don't close database connections after every TestCase) updated by
-
Cc changed
- 4:08 AM Ticket #33359 (Testing framework - Don't close database connections after every TestCase) updated by
- > DB connection setup can be somewhat heavy and so needlessly closing …
- 2:58 AM Ticket #33359 (Testing framework - Don't close database connections after every TestCase) created by
-
Django's
TestCasecloses all DB connections attearDownClass: …
Note:
See TracTimeline
for information about the timeline view.