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-08 16:35:17 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_inlines
History
Javier Mansilla
3ea0c7d35a
Fixed
#19838
-- Admin: Don't leak a 500 HTTP status when trying to delete protected FKs.
...
Thanks rafadev for the report and Javier Mansilla for the fix.
2013-03-04 13:30:59 -03:00
..
fixtures
…
__init__.py
…
admin.py
…
models.py
Fixed
#19838
-- Admin: Don't leak a 500 HTTP status when trying to delete protected FKs.
2013-03-04 13:30:59 -03:00
tests.py
Fixed
#19838
-- Admin: Don't leak a 500 HTTP status when trying to delete protected FKs.
2013-03-04 13:30:59 -03:00
urls.py
…