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-01-24 17:19:19 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_views
History
Johannes Hoppe
69dbb6b708
Fixed
#30973
-- Converted selenium tests wait_page_loaded to context manager.
2019-11-27 14:36:26 +01:00
..
templates
…
__init__.py
…
admin.py
Fixed
#30981
-- Fixed admin changelist crash when using F() or OrderBy() expressions in admin_order_field.
2019-11-19 15:40:04 +01:00
custom_has_permission_admin.py
…
customadmin.py
…
forms.py
…
models.py
Fixed
#27272
-- Added an on_delete RESTRICT handler to allow cascading deletions while protecting direct ones.
2019-11-19 10:55:05 +01:00
test_actions.py
…
test_adminsite.py
…
test_autocomplete_view.py
…
test_forms.py
…
test_history_view.py
…
test_multidb.py
…
test_templatetags.py
Fixed
#29376
-- Allowed hiding "Save and Add Another" button in admin.
2019-09-16 11:37:09 +02:00
tests.py
Fixed
#30973
-- Converted selenium tests wait_page_loaded to context manager.
2019-11-27 14:36:26 +01:00
urls.py
…
views.py
…