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
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
2011-07-29
Fixed #16531 -- Fixed various instances of "undefined name" issues. Thanks, B...
Jannis Leidel
2011-06-10
More removal of poorly legible constructs to workaround Python 2.4 shortcomings.
Ramiro Morales
2011-02-14
Fixed #15287 -- Added translation markers to user-facing error messages in cl...
Russell Keith-Magee
2011-02-06
Fixed #14711 -- Corrected the calculation for the previous month in generic d...
Russell Keith-Magee
2011-01-27
Fixed #15061 -- Removed a redundant method implementation in the class-based ...
Russell Keith-Magee
2011-01-26
Fixed #15052 -- corrected an innacurate docstring in the generic views.
Alex Gaynor
2010-11-23
Fixed #14752 -- Corrected date parsing in WeekArchiveView when using %W as a ...
Russell Keith-Magee
2010-10-28
Fixed #14554 -- Raise the actual NotImplementedError exception, not the NotIm...
Russell Keith-Magee
2010-10-20
Modified the implementation of get_object() to be consistent with the approac...
Russell Keith-Magee
2010-10-18
Fixed #6735 -- Added class-based views.
Russell Keith-Magee