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-04 06:30:02 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_views
History
Ben Cail
02a600ff67
Fixed
#16281
-- Fixed ContentType.get_object_for_this_type() in a multiple database setup.
2024-02-05 08:25:23 +01:00
..
templates
…
__init__.py
…
admin.py
…
custom_has_permission_admin.py
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
customadmin.py
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
forms.py
…
models.py
Fixed
#16281
-- Fixed ContentType.get_object_for_this_type() in a multiple database setup.
2024-02-05 08:25:23 +01:00
test_actions.py
…
test_adminsite.py
…
test_autocomplete_view.py
…
test_breadcrumbs.py
…
test_forms.py
…
test_history_view.py
…
test_multidb.py
Fixed
#16281
-- Fixed ContentType.get_object_for_this_type() in a multiple database setup.
2024-02-05 08:25:23 +01:00
test_nav_sidebar.py
…
test_related_object_lookups.py
…
test_skip_link_to_content.py
…
test_templatetags.py
…
tests.py
Fixed
#35115
-- Made admin's footer render in <footer> tag.
2024-01-24 14:11:54 +01:00
urls.py
…
views.py
…