1
0
mirror of https://github.com/django/django.git synced 2024-12-26 11:06:07 +00:00
django/tests/regressiontests/generic_views
2011-01-24 14:24:35 +00:00
..
fixtures
templates Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch. 2011-01-24 14:24:35 +00:00
__init__.py
base.py Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch. 2011-01-24 14:24:35 +00:00
dates.py Fixed #15048 -- Modified a test case to avoid a known bug in Python 2.4's time library. Thanks to Łukasz Rekucki for the report. 2011-01-15 06:33:36 +00:00
detail.py
edit.py Corrected a test failure under Postgres caused by PK allocation. Thanks to Alex for the report. 2011-01-04 05:57:32 +00:00
forms.py
list.py Fixed inconsistency in ListView's pagination (short datasets should also trigger a pagination, but with a single possible page) 2011-01-08 13:15:44 +00:00
models.py
tests.py
urls.py Fixed #15012 -- Added post-rendering callbacks to TemplateResponse so that decorators (in particular, the cache decorator) can defer processing until after rendering has occurred. Thanks to Joshua Ginsberg for the draft patch. 2011-01-24 14:24:35 +00:00
views.py