mirror of
https://github.com/Hopiu/django.git
synced 2026-04-08 17:11:06 +00:00
* 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 |
||
|---|---|---|
| .. | ||
| filepath_test_files | ||
| __init__.py | ||
| error_messages.py | ||
| extra.py | ||
| fields.py | ||
| forms.py | ||
| formsets.py | ||
| input_formats.py | ||
| media.py | ||
| models.py | ||
| regressions.py | ||
| util.py | ||
| validators.py | ||
| widgets.py | ||