This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2025-02-20 22:34:31 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_inlines
History
Tim Graham
8e2029f8dd
Removed import * in tests.
...
Thanks to flake8 path/to/file.py | awk -F ' ' '{ print $5 }' | sort | uniq
2013-10-22 08:32:01 -04:00
..
fixtures
…
__init__.py
…
admin.py
Removed import * in tests.
2013-10-22 08:32:01 -04:00
models.py
Fixed
#18263
-- Corrrected handling of hidden fields in tabular admin inlines.
2013-10-07 12:30:02 -04:00
tests.py
Fixed
#21268
-- Fixed E303 pep8 warnings
2013-10-18 01:46:24 +01:00
urls.py
…