This website requires JavaScript.
Explore
Help
Sign In
source
/
django
Watch
1
Star
0
Fork
0
You've already forked django
mirror of
https://github.com/django/django.git
synced
2026-02-09 02:49:25 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
fe189dc43ab3eddbbceefb6834893b73ca60d5ed
django
/
tests
/
admin_changelist
History
Rudraksha Dwivedi
21ceaf2fd7
Fixed
#36708
-- Initialized formset to None in ChangeList.__init__().
...
Thanks Antoliny for the review.
2026-01-12 13:34:14 -05:00
..
__init__.py
Merged regressiontests and modeltests into the test root.
2013-02-26 14:36:57 +01:00
admin.py
Fixed
#36032
-- Rendered URLField values as links in the admin.
2025-01-10 12:57:53 +01:00
models.py
Fixed
#36032
-- Rendered URLField values as links in the admin.
2025-01-10 12:57:53 +01:00
test_date_hierarchy.py
Fixed
#36367
-- Added a label to the date_hierarchy in admin changelist.
2025-12-05 09:33:42 -05:00
tests.py
Fixed
#36708
-- Initialized formset to None in ChangeList.__init__().
2026-01-12 13:34:14 -05:00
urls.py
Refs
#33476
-- Reformatted code with Black.
2022-02-07 20:37:05 +01:00