index
:
chango.git
devmain
fix-31295
initial-branch
main
stable/5.2.x
stable/6.0.x
django
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
django
/
views
/
generic
/
dates.py
Age
Commit message (
Expand
)
Author
2025-07-23
Refs #36500 -- Rewrapped long docstrings and block comments via a script.
django-bot
2024-10-15
Fixed #35682 -- Updated docstrings for base view classes which require a resp...
Yash
2022-02-07
Refs #33476 -- Reformatted code with Black.
django-bot
2020-06-26
Fixed #31620 -- Added support for %V format to WeekMixin/WeekArchiveView.
Hasan Ramezani
2019-06-28
Fixed #30400 -- Improved typography of user facing strings.
Jon Dufresne
2018-10-29
Fixed #29903 -- Added error message for invalid WeekArchiveView week_format.
Hasan Ramezani
2018-01-18
Refs #23668 -- Removed passing default argument of current TZ to make_aware()...
Jon Dufresne
2017-12-04
Fixed #28860 -- Removed unnecessary len() calls.
Дилян Палаузов
2017-09-20
Fixed #28593 -- Added a simplified URL routing syntax per DEP 0201.
Sjoerd Job Postmus
2017-09-04
Fixed #28082 -- Made BaseDateListView pass context from get_dated_items() to ...
Sebastian Sassi
2017-05-30
Fixed #28209 -- Made date-based generic views return a 404 rather than crash ...
Adit Biswas
2017-05-27
Fixed #28226 -- Replaced use of str.join() with concatenation.
Tom
2017-03-04
Refs #27795 -- Removed unneeded force_text calls
Claude Paroz
2017-03-03
Refs #27656 -- Updated django.views docstring verbs according to PEP 257.
Anton Samarchyan
2017-02-07
Converted usage of ugettext* functions to their gettext* aliases
Claude Paroz
2017-01-25
Refs #23919 -- Replaced super(ClassName, self) with super().
chillaranand
2017-01-20
Refs #23919 -- Removed unneeded force_str calls
Claude Paroz
2017-01-19
Refs #23919 -- Stopped inheriting from object to define new style classes.
Simon Charette
2017-01-18
Refs #23919 -- Removed encoding preambles and future imports
Claude Paroz
2016-08-31
Fixed #25181 -- Added localdate() function to get date in a different time zone.
Jon Dufresne
2016-02-05
Fixed #26176 -- Fixed E123 flake8 warnings.
Tim Graham
2015-08-31
Fixed #25331 -- Removed trailing blank lines in docstrings.
Maxime Lorant
2015-02-06
Sorted imports with isort; refs #23860.
Tim Graham
2015-02-03
Fixed #24263 -- Prevented extra queries on BaseDateDetailView with a custom q...
Tim Graham
2014-11-22
Fix another flake8 warning.
Carl Meyer
2014-09-05
Limited lines to 119 characters in django/
Tim Graham
2014-08-15
Fixed #18355 -- Added ordering options to list based generic views.
Peter Harley
2014-04-26
Fix many many typos in comments throughout the codebase
Alex Gaynor
2014-01-10
Fixed typo in docstrings of MonthArchiveViews.
Michael Blatherwick
2013-11-02
Correct flake8 E302 violations
Ray Ashman Jr
2013-10-21
Fixed #21288 -- Fixed E126 pep8 warnings
Alasdair Nicol
2013-02-16
Fixed #17260 -- Added time zone aware aggregation and lookups.
Aymeric Augustin
2013-01-26
Fixed #16123 -- Ensured strptime receive proper string type
Claude Paroz
2012-09-22
Fixed #16218 -- date_list order in generic CBVs.
Aymeric Augustin
2012-09-08
Updated docs for dates generic views.
Aymeric Augustin
2012-08-18
Fixed #3542 -- Add support for changing granularity on ArchiveView.
Marc Tamlyn
2012-08-07
[py3] Ported django.utils.encoding.
Aymeric Augustin
2012-06-11
Fixed #18451 -- Vastly improved class based view documentation.
Jannis Leidel
2012-06-07
Fixed #18269 -- Applied unicode_literals for Python 3 compatibility.
Claude Paroz
2012-05-24
Fixed #18353 -- Inconsistency in date-based CBVs.
Aymeric Augustin
2012-05-20
Fixed #18354 -- Performance issue in CBV.
Aymeric Augustin
2012-05-17
Fixed #18323 -- Refactored date arithmetic
Aymeric Augustin
2012-05-17
Fixed #17535 -- Optimized list generic views.
Aymeric Augustin
2012-05-14
Fixed #10890: added prev/next_week in the context
Aymeric Augustin
2012-04-30
Fixed #18217 -- Time zone support in generic views
Aymeric Augustin
2012-04-30
Simplified date-based generic views.
Aymeric Augustin
2012-04-10
Fixed #18087 -- Prevented date-based generic views from loading entire tables...
Aymeric Augustin
2012-04-06
Fixed #16074 -- Added ContextMixin to class-based generic views to handle get...
Claude Paroz
2011-11-20
Upgraded the date based generic views to avoid warnings when time zone suppor...
Aymeric Augustin
2011-10-13
Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...
Julien Phalip
[next]