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-15 21:02:52 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_changelist
History
Lemuel Sta Ana
969ecb8236
Fixed
#34834
-- Added role="search" to the admin changelist search form.
2023-09-14 20:35:48 +02:00
..
__init__.py
…
admin.py
Fixed
#34283
-- Escaped title in admin's changelist filters.
2023-01-30 09:37:53 +01:00
models.py
Fixed
#34283
-- Escaped title in admin's changelist filters.
2023-01-30 09:37:53 +01:00
test_date_hierarchy.py
Fixed
#1873
-- Handled multi-valued query parameters in admin changelist filters.
2023-03-16 08:38:44 +01:00
tests.py
Fixed
#34834
-- Added role="search" to the admin changelist search form.
2023-09-14 20:35:48 +02:00
urls.py
…