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
/
tests
/
regressiontests
/
generic_views
Age
Commit message (
Expand
)
Author
2012-09-22
Fixed #16218 -- date_list order in generic CBVs.
Aymeric Augustin
2012-08-18
Merge pull request #291 from uruz/ticket18793
Karen Tracey
2012-08-19
Fixed #18793: Duplicate test test_head_no_get in generic_views.base
Alexey Boriskin
2012-08-18
Fixed #3542 -- Add support for changing granularity on ArchiveView.
Marc Tamlyn
2012-08-18
Fixed #17228 -- params context variable is inconsistent
Marc Tamlyn
2012-08-18
Fixed #16744 -- Class based view should have the view object in the context
Marc Tamlyn
2012-08-12
[py3] Refactored __unicode__ to __str__.
Aymeric Augustin
2012-08-11
Decorated some tests that require tz support.
Karen Tracey
2012-08-11
[py3] Various minor syntax fixes in the test suite
Claude Paroz
2012-06-09
Fixed #16418 -- Made generic views work with ModelForms
Anssi Kääriäinen
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
Added a test for DayArchiveView. Refs #17192.
Aymeric Augustin
2012-05-17
Fixed #17449 -- Added OPTIONS to generic views.
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-05-03
Used catch_warnings instead of save/restore methods. Refs #17049.
Claude Paroz
2012-05-01
Fixed tests for date-based generic views.
Aymeric Augustin
2012-04-30
Fixed #18217 -- Time zone support in 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
2012-03-17
Fixed #16138 -- Made FormMixin get_initial return a copy of the 'initial' cla...
Claude Paroz
2012-03-13
Fixed #17768 -- Add a comment about an expected failure in generic_views tests
Claude Paroz
2012-03-02
Fixed #16842 -- Modified the RedirectView to correctly handle query strings w...
Jannis Leidel
2012-02-18
Prevented the generic views from automatically creating a HEAD method when th...
Aymeric Augustin
2012-01-01
Fixed #17488 -- This test passed in 2011 only because 2012-01-01 is a Sunday....
Aymeric Augustin
2011-10-13
Convert the remainder of the relative imports in the tests to be absolute imp...
Alex Gaynor
2011-10-13
Fixed #16918 -- Ensured that custom querysets are used when provided to `Base...
Julien Phalip
2011-10-06
Fixed #16705 - Made the test client adhere to the WSGI spec -- in particular,...
Aymeric Augustin
2011-09-11
Fixed #14675 -- Completed removal of `from django.conf.urls.default import *`...
Ramiro Morales
2011-08-12
Fixed #15907 -- Fixed another conflict between the ModelForm exclude and the ...
Jannis Leidel
2011-08-12
Fixed #16584 -- Fixed a bunch of typos in code comments. Thanks, Bernhard Essl.
Jannis Leidel
2011-07-29
Fixed #16101 -- Added parameters to SingleObjectMixin to override the name of...
Jannis Leidel
2011-07-13
Fixed #16225 -- Removed unused imports. Many thanks to Aymeric Augustin for t...
Jannis Leidel
2011-06-10
Fixed #16196 - Redundant or incorrect code in tests
Luke Plant
2011-04-23
Fixed #15688 - Generic views should provide a HEAD implementation
Luke Plant
2011-04-22
Fixed #15698 -- Fixed inconsistant handling of context_object_name in paginat...
Jannis Leidel
2011-04-02
Fixed #15739 -- Added support to RedirectView for HEAD, OPTIONS, POST, PUT an...
Russell Keith-Magee
2011-03-15
Fixed #15575 -- Corrected handling of pagination in generic views to match do...
Russell Keith-Magee
2011-03-03
Fixed #15544 -- Corrected a test failure in the generic views tests that depe...
Russell Keith-Magee
2011-03-03
Updated test assertions that have been deprecated by the move to unittest2. I...
Russell Keith-Magee
2011-02-15
Fixed #15247 -- Ensured that if a SingleObject view defines get_object but no...
Russell Keith-Magee
2011-02-14
Fixed #15298 -- Raise a better error when a TemplateResponseMixin doesn't hav...
Russell Keith-Magee
2011-02-14
Fixed #15272 -- Altered generic views to use the guaranteed untranslated obje...
Russell Keith-Magee
2011-02-06
Fixed #14711 -- Corrected the calculation for the previous month in generic d...
Russell Keith-Magee
2011-01-24
Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that de...
Russell Keith-Magee
2011-01-15
Fixed #15048 -- Modified a test case to avoid a known bug in Python 2.4's tim...
Russell Keith-Magee
2011-01-08
Fixed inconsistency in ListView's pagination (short datasets should also trig...
Andrew Godwin
2011-01-04
Corrected a test failure under Postgres caused by PK allocation. Thanks to Al...
Russell Keith-Magee
2011-01-03
Fixed #14878 -- Clarified the way verbose_name_plural is used in generic list...
Russell Keith-Magee
[next]