1
0
mirror of https://github.com/django/django.git synced 2024-12-27 11:35:53 +00:00
django/tests/regressiontests/generic_views
2011-03-15 08:24:31 +00:00
..
fixtures
templates
__init__.py
base.py Updated test assertions that have been deprecated by the move to unittest2. In summary, this means: 2011-03-03 15:04:39 +00:00
dates.py
detail.py
edit.py Fixed #15544 -- Corrected a test failure in the generic views tests that depended on primary key allocation. Thanks to Łukasz Rekucki for the report. 2011-03-03 23:54:12 +00:00
forms.py
list.py Fixed #15575 -- Corrected handling of pagination in generic views to match documentation and historical behavior. Thanks to Ivan Virabyan for the report and patch. 2011-03-15 08:24:31 +00:00
models.py
tests.py
urls.py
views.py