django/tests/regressiontests/generic_views
Aymeric Augustin d4a0b27838 [py3] Refactored __unicode__ to __str__.
* Renamed the __unicode__ methods
* Applied the python_2_unicode_compatible decorator
* Removed the StrAndUnicode mix-in that is superseded by
  python_2_unicode_compatible
* Kept the __unicode__ methods in classes that specifically
  test it under Python 2
2012-08-12 14:44:40 +02:00
..
fixtures
templates Fixed #18354 -- Performance issue in CBV. 2012-05-20 13:18:42 +02:00
__init__.py
base.py [py3] Various minor syntax fixes in the test suite 2012-08-11 23:23:31 +02:00
dates.py Decorated some tests that require tz support. 2012-08-11 17:32:24 -04:00
detail.py Fixed #16418 -- Made generic views work with ModelForms 2012-06-09 01:12:14 +03:00
edit.py
forms.py
list.py Fixed #17535 -- Optimized list generic views. 2012-05-17 13:34:53 +02:00
models.py [py3] Refactored __unicode__ to __str__. 2012-08-12 14:44:40 +02:00
tests.py
urls.py Fixed #16418 -- Made generic views work with ModelForms 2012-06-09 01:12:14 +03:00
views.py Fixed #16418 -- Made generic views work with ModelForms 2012-06-09 01:12:14 +03:00