1
0
mirror of https://github.com/django/django.git synced 2024-11-20 08:24:58 +00:00
django/tests/admin_changelist
2017-01-25 12:23:46 -05:00
..
__init__.py
admin.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
models.py Refs #23919 -- Replaced super(ClassName, self) with super(). 2017-01-25 12:23:46 -05:00
tests.py Refs #23919 -- Removed misc references to Python 2. 2017-01-21 20:02:00 -05:00
urls.py