1
0
mirror of https://github.com/django/django.git synced 2024-11-19 16:04:13 +00:00
django/tests/regressiontests/generic_views
2010-10-28 02:58:28 +00:00
..
fixtures
templates
__init__.py
base.py
dates.py
detail.py
edit.py Corrected some Postgres test failures introduced by r14254. 2010-10-18 15:53:08 +00:00
forms.py
list.py Fixed #14504 -- Corrected the way object_list is used in ListView to avoid overwriting context. Includes improved usage of unittest2 assertions. Thanks to Łukasz Rekucki for the final patch. 2010-10-28 02:58:28 +00:00
models.py
tests.py
urls.py
views.py