Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/django/views/generic/dates.py
Commit message (Expand)AuthorAgeFilesLines
* Fixed #25331 -- Removed trailing blank lines in docstrings.Maxime Lorant2015-08-311-1/+0
* Sorted imports with isort; refs #23860.Tim Graham2015-02-061-4/+9
* Fixed #24263 -- Prevented extra queries on BaseDateDetail...Tim Graham2015-02-031-1/+1
* Fix another flake8 warning.Carl Meyer2014-11-221-2/+2
* Limited lines to 119 characters in django/Tim Graham2014-09-051-4/+7
* Fixed #18355 -- Added ordering options to list based gene...Peter Harley2014-08-151-6/+10
* Fix many many typos in comments throughout the codebaseAlex Gaynor2014-04-261-1/+1
* Fixed typo in docstrings of MonthArchiveViews.Michael Blatherwick2014-01-101-2/+2
* Correct flake8 E302 violationsRay Ashman Jr2013-11-031-0/+1
* Fixed #21288 -- Fixed E126 pep8 warningsAlasdair Nicol2013-10-211-1/+1
* Fixed #17260 -- Added time zone aware aggregation and loo...Aymeric Augustin2013-02-161-3/+6
* Fixed #16123 -- Ensured strptime receive proper string typeClaude Paroz2013-01-261-2/+2
* Fixed #16218 -- date_list order in generic CBVs.Aymeric Augustin2012-09-221-3/+3
* Updated docs for dates generic views.Aymeric Augustin2012-09-081-0/+3
* Fixed #3542 -- Add support for changing granularity on Ar...Marc Tamlyn2012-08-181-4/+13
* [py3] Ported django.utils.encoding.Aymeric Augustin2012-08-071-3/+3
* Fixed #18451 -- Vastly improved class based view document...Jannis Leidel2012-06-111-1/+13
* Fixed #18269 -- Applied unicode_literals for Python 3 com...Claude Paroz2012-06-071-9/+11
* Fixed #18353 -- Inconsistency in date-based CBVs.Aymeric Augustin2012-05-241-1/+17
* Fixed #18354 -- Performance issue in CBV.Aymeric Augustin2012-05-201-13/+12
* Fixed #18323 -- Refactored date arithmeticAymeric Augustin2012-05-171-63/+139
* Fixed #17535 -- Optimized list generic views.Aymeric Augustin2012-05-171-1/+1
* Fixed #10890: added prev/next_week in the contextAymeric Augustin2012-05-141-10/+43
* Fixed #18217 -- Time zone support in generic viewsAymeric Augustin2012-04-301-47/+83
* Simplified date-based generic views.Aymeric Augustin2012-04-301-18/+12
* Fixed #18087 -- Prevented date-based generic views from l...Aymeric Augustin2012-04-101-4/+9
* Fixed #16074 -- Added ContextMixin to class-based generic...Claude Paroz2012-04-061-10/+0
* Upgraded the date based generic views to avoid warnings w...Aymeric Augustin2011-11-201-1/+2
* Fixed #16918 -- Ensured that custom querysets are used wh...Julien Phalip2011-10-131-1/+2
* Fixed #16531 -- Fixed various instances of "undefined nam...Jannis Leidel2011-07-291-3/+3
* More removal of poorly legible constructs to workaround P...Ramiro Morales2011-06-101-2/+1
* Fixed #15287 -- Added translation markers to user-facing ...Russell Keith-Magee2011-02-141-11/+20
* Fixed #14711 -- Corrected the calculation for the previou...Russell Keith-Magee2011-02-061-4/+4
* Fixed #15061 -- Removed a redundant method implementation...Russell Keith-Magee2011-01-271-7/+4
* Fixed #15052 -- corrected an innacurate docstring in the ...Alex Gaynor2011-01-261-2/+2
* Fixed #14752 -- Corrected date parsing in WeekArchiveView...Russell Keith-Magee2010-11-231-2/+7
* Fixed #14554 -- Raise the actual NotImplementedError exce...Russell Keith-Magee2010-10-281-1/+1
* Modified the implementation of get_object() to be consist...Russell Keith-Magee2010-10-201-2/+2
* Fixed #6735 -- Added class-based views.Russell Keith-Magee2010-10-181-0/+595