1
0
mirror of https://github.com/django/django.git synced 2024-11-20 00:14:08 +00:00
django/tests/admin_views
Rodolfo Carvalho 0d91225892 Fixed many typos in comments and docstrings.
Thanks Piotr Kasprzyk for help with the patch.
2014-03-03 07:38:09 -05:00
..
fixtures
templates Fixed #21371 -- Added the block.super to admin bodyclass blocks. 2014-02-10 09:13:29 -05:00
__init__.py
admin.py Fixed #22135 -- Added ModelAdmin.get_changeform_initial_data(). 2014-03-03 07:28:24 -05:00
customadmin.py
forms.py
models.py Fixed #21924 -- Added the ability to specify a reverse order for admin_order_field. 2014-02-14 19:53:44 -05:00
tests.py Fixed many typos in comments and docstrings. 2014-03-03 07:38:09 -05:00
urls.py
views.py