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-20 15:19:20 +00:00
Code
Issues
32
Releases
Wiki
Activity
django
/
tests
/
admin_changelist
History
ldeluigi
2a4321ba23
Fixed
#35747
-- Used default ordering when the ORDER_VAR param is blank in the admin changelist.
2024-09-11 10:41:23 +02:00
..
__init__.py
…
admin.py
Refs
#10743
-- Enabled ordering for lookups in ModelAdmin.list_display.
2024-02-05 21:42:04 -03:00
models.py
Fixed
#35606
, Refs
#34045
-- Fixed rendering of ModelAdmin.action_checkbox for models with a __html__ method.
2024-07-18 08:09:37 +02:00
test_date_hierarchy.py
Applied Black's 2024 stable style.
2024-01-26 12:45:07 +01:00
tests.py
Fixed
#35747
-- Used default ordering when the ORDER_VAR param is blank in the admin changelist.
2024-09-11 10:41:23 +02:00
urls.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00